Ollama raises $65M Series B as monthly users top 8.9 million
Ollama has raised a $65 million Series B led by Theory Ventures, bringing its total funding to $88 million. The company says it now serves more than 8.9 million developers a month and sits inside 85% of the Fortune 500. That’s a serious number for a ...
Ollama’s $65 million raise says local AI is now a real business
Ollama has raised a $65 million Series B led by Theory Ventures, bringing its total funding to $88 million. The company says it now serves more than 8.9 million developers a month and sits inside 85% of the Fortune 500.
That’s a serious number for a tool that started as a simple way to run open-weight models on a laptop.
It also points to where AI development is heading. More teams are moving away from “call the biggest hosted model” and toward a messier, cheaper stack built around local inference, open weights, and selective use of cloud models when they’re actually worth it.
Why Ollama matters
Ollama launched in 2023 with a straightforward pitch: make open-weight models easy to run on a developer’s own machine. No CUDA headaches. No hunting for model files. No brittle scripts just to get a quantized model responding in a terminal.
That sounds modest. It isn’t.
For a lot of engineers, the first real problem with local AI isn’t model quality. It’s friction. If a tool can turn “install, configure, download, run” into a few commands, it removes the reason most people never try. Docker did something similar for containers. Ollama is aiming at the same job for local model inference.
That comparison matters. Jeff Morgan and Michael Chiang previously helped build Docker Desktop, and the product shows it. Docker won by making infrastructure chores feel ordinary. Ollama is trying to do that for open models on the desktop.
Local first, cloud when it helps
The free desktop product is still the center of the company. Users can discover models, pull them locally, and run them without sending every prompt to a third-party API. That matters for privacy, cost control, and latency.
For a lot of teams, local inference solves several problems at once:
- Data handling: prompts, code, and internal docs stay on-device
- Latency: local models skip network round trips
- Cost: repeated inference on laptops or on-prem hardware can be much cheaper than API calls
- Offline use: useful for air-gapped or restricted environments
Local AI still has hard limits. A laptop isn’t a datacenter. Large models eat memory, and performance depends a lot on the hardware under them. Even with quantization, there’s a ceiling to what makes sense on a developer workstation. That’s where Ollama’s cloud service comes in.
The company now offers access to larger models through subscription tiers ranging from free to $100 a month. It also bills by GPU time rather than token count.
That pricing choice is worth noticing. Token pricing is easy to understand, but it hides the actual compute profile of a model. GPU-time billing tracks the real cost of serving inference more closely, especially when context length, model size, and batching vary. It also fits users who think in terms of workload and throughput instead of counting output tokens one by one.
The business case is getting clearer
Morgan said the company’s business case became much clearer around January, when larger open models started getting good enough for agentic tasks like coding. That’s the point where open weights stopped looking like a hobbyist play and started looking like a line item.
The logic is simple. If a company is spending heavily on inference, there’s pressure to move some workloads to open-weight models. Not because closed models stopped mattering. Because unit economics matter. Engineering managers don’t get extra credit for paying premium prices forever.
Peter Fenton, who led Benchmark’s earlier Series A and joined the board, argues this won’t be an either/or choice. He’s probably right. Most teams will use a mix. Closed models for the hardest tasks, open models for high-volume or lower-risk work, and local inference where privacy or latency matters.
The shift is operational. Once teams start routing routine coding, summarization, retrieval, or internal tooling through open models, the economics of the stack change. The decision stops being philosophical and starts looking like procurement.
Why VCs are paying attention
Ollama is part of a broader pattern that’s easy to miss if you only follow model launches and app demos. AI is creating a new class of open source infrastructure companies that can turn into venture-backed businesses.
That includes inference providers, serving stacks, and developer tools built around open models. Some sell hosted infrastructure. Others package a fast-moving open source layer into something with enterprise distribution and support.
It’s a familiar playbook, but AI makes it sharper. The open source layer isn’t just a community asset anymore. It’s becoming the entry point to paid infrastructure.
That cuts both ways.
First, the companies that make open tooling easy to adopt get reach fast. Ollama’s GitHub numbers back that up: 176,000 stars and nearly 17,000 forks. Those aren’t niche utility numbers.
Second, the monetization path is narrower than it looks. A free desktop app can build a huge user base without charging most of it. Turning that audience into cloud revenue is harder. The company has to convince users its hosted service is actually useful, not just a convenience tax.
Open source users tend to notice that sort of thing quickly.
The moat is product quality
The smart part of Ollama’s position is that the cloud service doesn’t replace the desktop product. It extends it.
Morgan’s pitch is basically that the app helps developers find and run local models, while the cloud fills the gap when a model is too large for the machine in front of you. That’s a sensible split. It also avoids the obvious trap in developer tooling: turning a popular open source product into a reluctant upsell machine.
Still, the company’s future won’t hinge on ideology. It’ll hinge on whether it can keep the local workflow smooth while making the hosted path good enough to pay for.
That means a few real problems:
- keeping model discovery simple as the ecosystem fragments
- making local and cloud behavior feel consistent
- handling authentication, usage tracking, and billing without irritating developers
- supporting enough hardware variation that the desktop app doesn’t feel fragile
There’s another issue that gets glossed over a lot. As open models get better, inference efficiency matters more. If local and hosted models can do real work, then compression, quantization, caching, and runtime performance stop being side details. They become the product.
What engineering teams should take from this
If you’re running AI features inside a product, Ollama’s growth is a signal worth paying attention to. The default deployment model is no longer “everything goes to a single hosted API.” Teams are mixing local, self-hosted, and third-party inference based on cost, security, and latency.
That opens up a few practical options:
- use local models for internal developer tools and prototyping
- route sensitive workflows to on-prem or self-hosted inference
- send only the hardest tasks to premium closed models
- reserve cloud inference spend for workloads that actually justify it
That mix can cut spend fast. It can also create operational mess if you don’t track model drift, performance differences, and evaluation quality across backends. Open weights are cheaper, not magic. If the model is worse at a task, your support queue will feel it.
Ollama’s raise is a bet that more teams are ready to manage that complexity. Given how fast local model usage has spread, that bet looks reasonable.
The harder question is whether the company can stay the boring tool that just works while building a cloud business on top of it. That’s tougher than raising money, and a lot more interesting to watch.
Useful next reads and implementation paths
If this topic connects to a real workflow, these links give you the service path, a proof point, and related articles worth reading next.
Build AI-backed products and internal tools around clear product and delivery constraints.
How analytics infrastructure reduced decision lag across teams.
Clem Delangue, the CEO of Hugging Face, said this week that we’re in an LLM bubble, not an AI bubble, and that he expects it to start deflating next year. The distinction matters. If he’s right, the damage won’t spread evenly across AI. It’ll hit the...
Google’s Darren Mowry, who oversees startups across Google Cloud, DeepMind, and Alphabet, had a straightforward message for AI founders: if your company is basically a UI on top of someone else’s model, or a switchboard routing prompts between models...
TechCrunch Disrupt 2025 put Thomas Wolf onstage because he’s spent years turning "open AI" into actual software that developers use. Wolf, Hugging Face’s co-founder and chief science officer, has been tied to some of the most important infrastructure...