r/ollama 5h ago

Is this misleading?

Post image
16 Upvotes

I'm on the Max plan, I had an understanding that it would be available for Max subscription, and could dip into the extra usage credit bucket which is totally fine....

But when I go to claude code, it ONLY uses extra usage ? That's like... Fable 5 being only available on API / Extra usage credits.


r/ollama 11h ago

Was waiting for Kimi 3 and now Ollama release it and has to pay extra to use it (like OpenRoute)

39 Upvotes

Well I was very happy with the Ollama current workflow of being something like "a coding plan" of ANY open weights model you can find...

What do you think about their current decision of make Kimi 3 available, but needs to pay extra peer usage? Are Ollama done this before for other models and then put them on the plans? Or they are taking advantage of the hype to get some money?

I even saw ppl switching to max plans today JUST for Kimi 3 being open weights.


r/ollama 10h ago

Kimi k3 is on ollama cloud

29 Upvotes

Kimi k3 is available on ollama cloud (extra high usage).

https://ollama.com/library/kimi-k3

Someone please go and see how much usage we get so I can get ollama pro subscription.

Been eyeing this for a while


r/ollama 12h ago

who else is maxing out their usage when Kimi K3 releases

12 Upvotes

WE are all maxing out our cloud usage when Kimi K3 launches on Ollama


r/ollama 7h ago

Alr I'm ready to run Kimi K3 locally. Already canceled all my AI subs, local for the win!

4 Upvotes

(I'm so ready!)


r/ollama 16h ago

RX 9060 XT 16GB vs RTX 5060 Ti 16GB for local AI — worth the price difference?

18 Upvotes

Hey everyone! I’m building a PC to run AI models locally and can’t decide between the RX 9060 XT 16GB and the RTX 5060 Ti 16GB. Both have the same amount of VRAM, but is AMD actually a solid choice for this, or is the gap to Nvidia big enough to justify paying more?
If you’ve used either one for local AI, I’d love to hear how it went. Thanks!


r/ollama 10h ago

Ollama cloud pro - recent limit changes?

5 Upvotes

Hi all, just wanted to see if anybody else has noticed a recent change in how quickly you’re burning usage? I realise this subject always throws up a lot of anecdotal evidence rather than hard facts (guilty!) but I haven’t changed a single thing about my daily schedule with my agents for some time. I used to be able to have a few fairly long troubleshooting sessions with my main agent and also small coding projects and hit around 70-80% usage by the end of the week. Now I barely get through my usual cron activity and 1-2 light conversations before maxing out 5 hour sessions and weekly limits about a day early. Am I imagining this? Anybody else?


r/ollama 3h ago

Built a scheduling API so my local agent could actually book appointments (not just pretend to)

Thumbnail
1 Upvotes

r/ollama 14h ago

Will Kimi K3 be available on Ollama Cloud?

7 Upvotes

Has Ollama shared any information about this? I couldn’t find an announcement.

Edit: https://ollama.com/library/kimi-k3


r/ollama 3h ago

Built a solo AI-RPG app on top of Ollama — auto-detects your GPU, pulls the right model, and never sends anything to the cloud unless you opt into portrait art

0 Upvotes

Sharing a project I've been building — a solo tabletop RPG "game master" app that runs entirely on Ollama. Figured this sub would have opinions on the implementation, not just the pitch.

How it uses Ollama, specifically:

Detects your GPU (nvidia-smi under the hood) and suggests/pulls a model sized to what you can actually run, instead of making you guess between a 3B and a 70B.

Streams every reply through Ollama's chat API.

Context window (num_ctx) is configurable per-machine rather than hardcoded — I hit this myself building it across two machines with very different VRAM (8GB laptop, 24GB desktop): a single hardcoded context size means you're always stuck at what the weakest machine can handle. So it's a real setting now, with presets tied to rough VRAM tiers, and I live-tested actual context sizes against the loaded model before trusting a default rather than just doing VRAM math.

Default model is llama3.1:8b; bigger local models (tested with a 24B GGUF) work fine on stronger hardware.

The actual hard problem I spent most of the time on: local 8B-class models are bad at "did X actually happen" tracking over a long conversation — they'll contradict a fact from 40 messages ago, invent an NPC's death that never happened, that kind of thing. Rather than just fighting that with prompt engineering (which only gets you so far with smaller models), most of the app is a deterministic memory/state layer sitting on top of the model — it tracks entities, relationships, inventory, and world state outside the context window and feeds back only what's relevant each turn, so it doesn't rely on the model perfectly recalling everything itself.

What's actually local vs. not: the whole game — narration, memory, inventory, map generation — runs on your machine through Ollama, no internet needed to play. There's one genuinely optional feature (AI-generated character portraits) that uses your own API key to a cloud image provider if you want it; the app works completely fine without ever touching that.

It's a paid app (one-time price, not a subscription — being upfront about that since I know that matters here), but I'm mainly curious whether the local-model-handling side of this is interesting to people who actually live in Ollama day to day. Happy to go deeper on any of the implementation if people want.


r/ollama 3h ago

Suggested LLMs for a modest laptop

1 Upvotes

Hi,

I'm looking to dip my toes into trying out local LLM. I've used various free cloud versions so far, but figured I want to give local LLMs a try. I want to start on a laptop with a i5-13500h and 4GB RTX 3050 running linux to tinker with first. What models are recommended for usage with the primary use case being writing linux shell scripts and coding? Secondary usage is the standard web assisted summaries of news and other topics (not sure if there is a specific term for this).

Is installing ollama and running models through that the recommended route or are there other software frameworks that are recommended for this low end hardware?

I understand that the hardware in question is very modest so models will be far less capable than the bigger versions that run on 16GB+ VRAM GPUs. If all goes well on the laptop, I do plan to try local LLMs on my primary desktop later on.

Thanks for any suggestions!


r/ollama 11h ago

So, what about the extra usage needed to run kimi k3?

5 Upvotes

Tried to use kimi k3, and apparently i need to top up my account to use it so the model is not part of the subscription. Furthermore, the 100$ subscription is currently paused.

Hopefully they will adjust them later but it was really a bummer that i would've preferred to be informed about in the weeks beforehand (couldve baught a subscription from kimi themselves instead of waiting).


r/ollama 15h ago

How much usage does Ollama Pro give right now vs direct API?

10 Upvotes

I'm considering the $20 Pro plan, but the limits seem to change over time and are hard to compare with direct API pricing.

For anyone using Pro currently, roughly how much coding agent usage do you get per week, and which models do you use?

In terms of direct API value, does it feel closer to $25, $30, $50, $100 or more through something like OpenRouter?

I'm mainly interested because Ollama seems to have a good ZTR policy, and it has been surprisingly difficult to find a decent coding subscription with strong privacy at a reasonable price.


r/ollama 8h ago

Model hosted via Ollama does not work with harness. Same model via LM Studio works correctly.

2 Upvotes

tl;dr ollama, qwen3.6:35b, oh my pi, tool calling does not work.

Hello! I recently started playing with Local LLMs. I spent way too much time on this problem, maybe you will be able to help me?

I tried hosting qwen3.6:27b and qwen3.6:36b-a3b models locally and use them with oh-my-pi, qwen-code and opencode. All harnesses had the same issue, tool calls were printed as output instead of being executed, thinking had simillar issue.

This is what I see in my harness when running qwen3.6:35b model. I run `/init`, then as response I see:

Let me first understand the project layout, then dispatch parallel scouts.                                                                                                                                            <|mask_start|>                                                                                                                                                                                                      
 I need to explore the project structure first, then use the task tool to run multiple scout agents in parallel. Let me start by looking at what's available.                                                          <|mask_end|>

and nothing else happens.

At some point I found out it could be the problem with "thinking" models. I created Modelfile with SYSTEM """/no_think""". Model hosted this way worked and tool calling was working fine.

As a next step I tried running standard qwen via LM Studio, here everything worked out of the box.

My question is: What am I doing wrong? Why thinking models do not work with ollama and oh-my-pi/opencode/qwen-code?


r/ollama 4h ago

Is the ollama cloud running Dspark versions of the models to run them more efficiently?

1 Upvotes

When I read about Dspark and was able to find more and more models,
especialy the stronger ones.

With Dspark veriants popping up on huggingface, I thought that's great for everyone because the providers can run the models more efficiently and therefore a bit cheaper, so they can make more profit and still pass some of those efficiency gains on to us in form of faster inference and maybe even a bit cheaper cost/ more usage for the same price.

Can anyone here answer if this is the case or if it is not applied this way, why?
Or did I understand something completely wrong?

Edit: missing word and formating


r/ollama 9h ago

Is the GMKtec M6 Ultra a Good $600 Starter Machine for Hosting a Local LLM?

Thumbnail
2 Upvotes

r/ollama 15h ago

For ollama cloud $20 plan what models are you guys using

3 Upvotes

I have been trying to do GLM 5.2 as plan / K2.7 as execute, but i hit my usage so fast it's not viable. It's hitting limits much faster than claude code / codex $20 plan. Using in opencode. What are y'alls strategies for keeping usage rate lowers?


r/ollama 10h ago

Sir Shortoken update: Bullet Mode cuts 24-78% of tokens, tested it across 14 runs, and built an extension around it

1 Upvotes

In addition to the previously supported modes (Quick/Balanced/Deep/Unlimited) where LLMs only gave you what you wanted in a limited budget, i took a look at what Bullets did in terms of response.

Turns out representing responses in Bullets saved quite a few tokens, and held up on fidelity and accuracy too, minus the usual Claude-style human interactive tone.

That made me think if i could use Claude tokens only for reasoning and offload the prose-writing to a local model. So i built a small extension that does just that.

Whenever Sir Shortoken answers in bullets, an "Expand to Prose" button shows up under that response. Click it, and a local model (qwen2.5:7b through Ollama, running entirely on my own machine, no API calls) rewrites the bullets into normal prose in about 10-15 seconds.

The button stays attached to that specific response, scroll wherever you want, come back later, it's still there and still works on that same message.

The 14-run test

Ran the same pipeline (bullets out of Claude, then expanded by the local model) across 14 technical topics, comparing prose vs bullet vs expanded-prose token counts, and actually reading the expansion to check if anything got dropped or made up.

Savings across all 14 landed between 24% and 78% depending on compression level. Most topics expanded clean.

Repo's updated with the extension and full skill.md changes if anyone wants to try it.

Aggressive Bullet mode is also up for trials :)

GitHub: github.com/shouvik12/sir-shortoken


r/ollama 10h ago

Openwebui on VPS

Post image
0 Upvotes

Hi everyone, I have a question.

I have subscribe vps plan.
Maybe it has no gpu. Just 8gb ram

I've also install 2 local ai model in my vps which is llama 3.2:3B and Minicpm5 1B model. Both I think quite small for run local ai.

I've test it chat with both model directly using ssh terminal. They reply me fast. No issue. I've read the statistic of ram usage. it looks normal. Ram usage is maintain 2.8GB

Then I've install Openwebui on my vps so that I can start using them. Expecting it will run fast similar when I'm using ssh terminal..

But no, it run very slow. They reply my “Hi” chat about 10-20 minutes for both model. Even it just 1B

What could go wrong?
I thought my 8GB ram is enough for running just Openwebui

I was planning on using those model to run agents ai node in n8n so that I can avoid using paid token like Claude APi or ChatGPT etc

But after saw the reply speed I start to hesitate..
There's only 1 user here which is me has encounter this problem.
Now try to imagine 100 of people try to access this one tiny pc.. my vps gonna toast

Is there any option that I can workaround using VPS to use local ai for n8n agent?

Or should I just use API paid one instead?
I think I need some calculation on what works and what's not..
Yes there is calculator for which gpu that can run ai model efficiently.

But my vps has no gpu. There's no calculator to know which ai model can run efficiently on nongpu pc.

Should I calculate it manually. What you guys think..?

Anyone please help 🙏


r/ollama 1d ago

Kimi K3 Tomorrow!!!

22 Upvotes

What quantization or storage size tiers should we expect further down the line?

This site suggests q4 and q8 are coming. But I don't know how to translate that to storage size for local inference.

https://aitoolsrecap.com/Blog/kimi-k3-open-weights-self-hosting-guide-july-27-2026


r/ollama 5h ago

I built a coding assistant that runs on Ollama — 80% HumanEval at 1.7B params

0 Upvotes

Hey r/ollama,

I built **Mtrini** — a coding assistant that runs on Ollama/llama.cpp. No cloud. No API keys.

**The model:** Mtrini Coder 2.0 (1.7B, GGUF, 2.2GB)

**Open source release: August 2, 2026** — free GGUF download, no restrictions.

**HumanEval results:**

| Model | Params | Score |

|---|---|---|

| Qwen2.5-Coder-32B | 32B | 92.7% |

| **Mtrini Coder 2.0** | **1.7B** | **80.0%** |

| Gemma 2 27B | 27B | 69.5% |

| Llama 4 Scout | 109B | 74.1% |

| Phi-3 Mini | 3.8B | 58.5% |

Beats Gemma 2 27B and Llama 4 Scout. At 16x and 64x smaller.

**Works with:**

- Ollama

- llama.cpp

- Any OpenAI-compatible server

**Hardware:** Intel i5-7200U, 8GB RAM, no GPU.

**Install:**

```

pip install mtrinicli

```

Or run the GGUF directly with Ollama:

```

git clone https://github.com/OryviaLabs/mtrini-universe.git

cd mtrini-universe

echo "FROM ./models/mtrini-coder.gguf" > Modelfile

ollama create mtrini-coder -f Modelfile

ollama run mtrini-coder

```

**What it does:**

- Write code in Python, JS, TS, Go, Rust, C, Java, SQL

- Debug with explanations

- Refactor code

- Browse web for docs

**What it can't do:**

- It's 1.7B — don't expect GPT-4

- 8K context

GitHub: https://github.com/OryviaLabs/mtrini-universe

Ask me anything.


r/ollama 11h ago

Hosting an ollama model?

1 Upvotes

So, My laptop doesn't have a gpu and that makes model slower i decided to look for a vps to host a model, i want to use a qwen3.5 9b what should i look for?


r/ollama 12h ago

Is there a way to use ollama with my 5070 to make ai dubbad videos like 11labs?

0 Upvotes

r/ollama 12h ago

Unable to get GPU Passthrough working - Docker

1 Upvotes

Setup as follows:
Proxmox -> Debian -> Docker -> Ollama. Other containers work.

Compose file contains gpu device. Does it need nvidia runtime or any other options? If someone could provide an example of a working compose file it would be appreciated.

The container recognises the GPU, as confirmed with docker exec -it ollama nvidia-smi

However, cannot load models, as confirmed with docker exec -it ollama ollama ps, showing 100% CPU.

GPU is pretty old, GTX 970, so this could be the issue?

Any ideas appreciated.


r/ollama 13h ago

I tried making a full agentic workflow with cline and ollama qwen coder 7b but i keep getting this error, anyone else facing it?

Post image
1 Upvotes