Ollama

Lokale und cloudbasierte Infrastruktur für die effiziente Entwicklung und Bereitstellung von Open-Source-KI-Modellen.

Die verfügbaren Informationen unterscheiden sich je nach Unternehmen und Quelle.

Profil-Datensatz aktualisiert:

Unternehmensdaten

Offizieller Name
Ollama Inc.
Einheitentyp
COMPANY
Gegründet
2023
Hauptsitz
United States
Unternehmensgröße
<10
Marktrolle
B2B SaaS Provider
Offizielle Website
ollama.com

Was Ollama macht

Das Geschäftsmodell von Ollama basiert auf einer hocheffizienten Product-Led-Growth-Strategie (PLG). Die kostenlose Open-Source-Laufzeitumgebung dient als primärer Akquisitionskanal (Adoption Engine) innerhalb der globalen Entwicklergemeinschaft. Monetarisiert wird das Ökosystem über ein SaaS- und Verbrauchsmodell im Rahmen der „Ollama Cloud“. Unternehmen zahlen für dedizierte gehostete Inferenzkapazitäten, optimierten Durchsatz (Throughput) sowie Enterprise-Features wie erweiterte Sicherheits- und Governance-Kontrollen, SLA-Garantien und feingranulares IAM-Rollenmanagement.

Einordnung und Abgrenzung

Ollama is a developer infrastructure company for running open models locally and in the cloud. It is not a consumer AI chatbot, media company, or advertising technology platform.

Strategische Einordnung

KI-gestützte Einordnung aus der bestehenden Unternehmensrecherche; Interpretation und belegte Fakten sind zu unterscheiden.

Ollama Inc. positioniert sich als führender Infrastruktur-Anbieter für die lokale und cloudbasierte Orchestrierung von Open-Source Large Language Models (LLMs). Durch eine minimalistische CLI und eine OpenAI-kompatible API eliminiert die Plattform die technologische Barriere für die Offline-Inferenz. Die strategische Differenzierung liegt in der nahtlosen Portabilität: Entwickler können rechenintensive Workloads lokal prototypisieren, optimieren und anschließend über die „Ollama Cloud“ direkt in skalierbare, hochperformante Cloud-Umgebungen überführen. In einer Ära, in der Datensouveränität, On-Premise-Privacy und hybride Architekturen kritische Enterprise-Anforderungen darstellen, fungiert Ollama als Bindeglied im modernen AI-Engineering-Stack. Die native Integration in Entwickler-Workflows ermöglicht eine unkomplizierte Implementierung datenschutzkonformer KI-Anwendungen ohne Vendor-Lock-in an proprietäre LLM-Anbieter.

Unternehmens-Newsbriefing

Briefing aktualisiert:

Ollama baut seine Präsenz im Ökosystem weiter aus und bietet neben der Integration in Unternehmensrahmenwerke wie den AAMP 2.3 des IAB Tech Lab auch Tag-0-Unterstützung für das V4.1 Flash-Modell von DeepSeek. Auf Basis der transparenten Token-Preise in den Pro-, Max- und Team-Plänen bleibt Ollama eine Kernkomponente für lokale Entwicklungs-Stacks, einschließlich Azure Cosmos DB-Vektorsuch-Workflows und Java-Agentenarchitekturen für Unternehmen.

Geschäftsmodell und Monetarisierung

Ollama monetises through a hybrid freemium SaaS and pay-per-use infrastructure model. The local runtime is free, which expands developer adoption and community usage. Revenue comes from Ollama Cloud through paid tiers such as Pro and Max, with recurring subscription pricing and usage allowances tied to hosted inference capacity, concurrency, model scale, and compute-intensive workloads.

Hosted cloud subscriptions
Software Subscription
Inference capacity and usage allowances
Pay-per-Use

Produkte und Fähigkeiten

Für diese Ansicht liegen keine Produkte mit zugeordneten Quellen vor.

Produkte und Marktkategorien

Zuletzt erfasste Signale

Datumsangaben beziehen sich auf die Quellenveröffentlichung. Ältere Einträge sind historischer Kontext, kein Beleg für ein neues Ereignis.

  • DeepSeek Launches V4.1 Flash with Novel Encoder-Decoder Architecture

    latent.space

    AI Model Launch · Erfasster Impact-Score: 5/5

    DeepSeek released DeepSeek-V4.1-Flash, a 763B-parameter mixture-of-experts model employing a novel causal encoder-decoder architecture with 8B active parameters for prefill and 16B for decode. It features native vision understanding, 1M token context, an MIT license, and extreme inference efficiency, claiming up to 1/8 KV cache footprint versus V4 Flash. Independent evals (Artificial Analysis Index 40, Vals Index #1 open-weight) show it surpasses V4 Pro at lower cost. API pricing is $0.30/1M input and $1.20/1M output tokens. DeepSeek has soft-retired V4 Pro, routing traffic to V4.1 Flash. The model supports SSD offload and local deployment, with Ollama and Baseten offering day-0 support. Technical discussions highlight the architecture's novelty and potential impact on long-context agents.

    • DeepSeek launched V4.1-Flash with a causal encoder-decoder architecture, 763B total params (8B prefill/16B decode active).
    • Artificial Analysis Index scores V4.1-Flash at 40, above V4 Pro and below GLM-5.3-Flash.
  • Developer Builds Autonomous AI Agent to Hunt Paid Bounties

    dev.to

    Large Language Models (LLM) & AI · Erfasster Impact-Score: 2/5

    A developer built an autonomous AI agent that scans hundreds of online gig/bounty listings, filters scams and human-only tasks, generates deliverables using live market data and a local LLM, and notifies a human for approval. The stack uses free tools (Python orchestration, Ollama with a local model, Chart.js, public crypto APIs, GitHub Pages, Windows Task Scheduler) resulting in $0/month infrastructure cost. In 48 hours the agent found many listings but only a handful were actionable due to geo-walls, ghost sponsors, and other filters; the author highlights the need for revenue tracking and human-in-the-loop oversight.

    • Author built an autonomous AI agent that scans 232+ listings across multiple platforms to find paid work and generate deliverables.
    • Stack used: Python orchestration, Ollama with qwen3:4b (local LLM), Chart.js, CoinGecko, DeFiLlama, Solana RPC, GitHub Pages, and Windows Task Scheduler.
  • Ollama's transparent pricing

    ollama.com

    Erfasster Impact-Score: 3.5/5

    Ollama's Pro, Max, and Team plans now use industry-standard per-token pricing with usage included on every plan.

  • Flash Onyx 2.2 Released, Finishes Model Improvements

    dev.to

    Large Language Models (LLM) & AI · Erfasster Impact-Score: 2/5

    Flash Onyx 2.2, a new version of the Flash Onyx model by the author 'Natuworkguy', is published and available via Ollama. The release ships in two sizes (12b for consumer hardware and 31b for GPU-equipped machines) and focuses on improving request comprehension, producing correct concise answers, automatic stack selection, safer and more accurate Manim animation code generation, and better game-development patterns. Sampling and context settings were adjusted (temperature 0.7→0.6, min_p 0.0→0.05, num_ctx 32768→65536). The post includes install/pull commands for Ollama, recommended MODEL env settings, and an install script link. The author invites feedback and notes that future work (2.3) will address any failures encountered when using 2.2.

    • Flash Onyx 2.2 is published and available on Ollama.
    • The model is offered in two sizes: 12b (runs on normal consumer hardware) and 31b (requires a real GPU).
  • Flash Onyx 2.2: Local Model for Law and Game Feel

    dev.to

    Large Language Models & Local Agents · Erfasster Impact-Score: 2/5

    Flash Onyx 2.2 is a development update for a local-first agent shell (Flash Onyx) built around gemma4 configured as an engineering agent that runs fully on a 16 GB laptop GPU at single-digit tokens per second. Version 2.2 expands the system-prompt domains beyond code into legal and game-design guidance, with strict rules (e.g., refuse invented citations, jurisdiction-first for law; game feel heuristics for games). The author compressed prompt text to reduce per-conversation prefill cost, tuned sampling (temperature moved from 0.7 to 0.6 and min_p from 0 to 0.05), and increased context window to 65536 after probes showed 32k/64k/128k used ~8.1–8.2 GB GPU memory. Build tooling now injects the repo license into models; Onyx 2.2 is not yet published but is planned as Natuworkguy/flash-onyx-2.2 in 12b and 31b variants.

    • Flash Onyx 2 is based on gemma4 configured as an engineering agent.
    • The model runs locally on a 16 GB laptop GPU at single-digit tokens per second.

Unternehmensbeziehungen vertiefen

Fragen zu Ollama

What is Ollama?

Ollama is a B2B software platform that lets developers run, manage, and deploy open large language models locally and through a hosted cloud layer.

Who uses Ollama?

Ollama is used by developers, machine learning engineers, startups, and technical teams that need private, local, or scalable hybrid AI inference.

How does Ollama make money?

Ollama makes money through paid cloud plans and hosted inference usage, while its local runtime is offered free to drive developer adoption.

Quellen und Datenabdeckung

Dieses Profil nutzt öffentlich zugängliche, offizielle und technisch beobachtbare Informationen. Fehlende Angaben belegen nicht, dass ein Produkt oder eine Beziehung nicht existiert. Die folgende Quellenliste bedeutet nicht, dass jede Aussage im Profil verifiziert wurde.

17 öffentlich erfasste Primärquellen und Zitate im Knowledge-Graphen verknüpft.

Mit Ollama weiterarbeiten

Explorer bietet zusätzliche Unternehmensdetails, eine Watchlist für bis zu 25 Unternehmen und deinen persönlichen Strategic Intelligence Agenten. Er analysiert deine Märkte täglich – und liefert dir bei Neuigkeiten ein maßgeschneidertes Briefing mit strategischer Einordnung statt Informationsflut.

Kostenlos und ohne zeitliche Begrenzung.