| Architecture |
One engine: inference, documents, search, and agents built and versioned together |
One API over many community backends, each with its own behavior and pace |
| API surface |
OpenAI, Anthropic, Ollama, MCP, native REST |
OpenAI, Anthropic, Ollama, and ElevenLabs dialects |
| Modalities |
Text, vision, embeddings, speech-to-text; no image or video generation |
Text, vision, audio, image and video generation through pluggable backends |
| Document intelligence |
Full pipelines: OCR, Markdown, splitting, extraction with confidence, redaction, signatures, PDF/A |
Vision and detection backends; no document pipeline |
| Search and grounded answers |
Built-in service: ingestion, hybrid retrieval, reranking, answers citing document and page |
RAG through the agent stack; no citation-grade search service |
| Governance and operations |
Admin console, identities, SSO, per-key grants, audit, capability policies |
Multi-user auth and per-user quotas in distributed mode |
| Platforms and hardware |
Windows, Linux, macOS installers; CPU-first, CUDA, Vulkan, Metal |
CPU-first; CUDA, ROCm, SYCL, Metal, Vulkan; Docker, Kubernetes, ARM boards |
| Scaling out |
Horizontal scaling, any node serves any request, KEDA-ready |
Peer-to-peer clustering, federation, and autoscaling |
| Licensing and support |
Commercial with a free tier; built and supported by one vendor |
MIT open source, community-maintained |