EveryDev.ai
Subscribe
Home
Tools

3,107+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Otari
    Otari icon

    Otari

    AI Infrastructure
    Featured

    An open-source, OpenAI-compatible LLM gateway built by Mozilla.ai that puts a single endpoint in front of 40+ AI providers with virtual keys, budgets, and usage tracking.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Self-host the full Otari gateway stack under the Apache 2.0 license at no cost.

    Engagement

    Available On

    API
    CLI
    Web
    Linux
    macOS

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI InfrastructureLLM OrchestrationAccess Control

    Alternatives

    New APILemonadeRapid-MLX
    Developer
    Mozilla AISan Francisco, CAEst. 2023$30M raised

    Listed Jul 2026

    About Otari

    Otari is an open-source LLM gateway built by Mozilla.ai that routes requests from your applications to 40+ AI providers through a single OpenAI-compatible endpoint. It handles authentication, budget enforcement, provider credential management, and usage logging — either self-hosted on your own infrastructure or connected to the hosted otari.ai platform. The project is licensed under Apache 2.0 and its latest release is v0.2.0, published in July 2026.

    What It Is

    Otari is a proxy server that sits between your applications and LLM providers like OpenAI, Anthropic, Mistral, Gemini, and local models. Instead of managing separate SDKs, API keys, and dashboards for each provider, your apps call one OpenAI-compatible endpoint at port 8000, and Otari handles routing, authentication, budget checks, and usage logging before forwarding the request. The core routing layer is powered by any-llm, a Mozilla.ai Python SDK that abstracts 40+ providers. Otari can run in two modes: standalone (fully local, manages its own database and credentials) or hybrid/connected (linked to otari.ai, which handles provider routing, auth, and usage tracking in the cloud).

    Deployment Model: Self-Hosted or Hosted

    Otari is designed to be run in your own infrastructure, keeping provider keys and usage data in your environment. The quickstart gets a gateway running with a single Docker command — no config file or database setup required for standalone mode. For production, a Docker Compose stack adds a Postgres backend, built-in tool services, and guardrail services. One-click Railway deployment is also supported via a published template. The hosted otari.ai platform is available for teams that want provider routing, auth, and usage reporting managed for them without running the gateway themselves.

    Key Capabilities

    • Single OpenAI-compatible endpoint in front of 40+ providers via the any-llm routing library
    • Virtual keys: clients receive scoped, revocable gw- keys; real provider credentials never leave Otari
    • Pre-request budget enforcement: per-user and per-key spending limits are checked before a request runs, not reconciled after billing
    • Usage tracking: all requests are logged and queryable via /v1/usage
    • Built-in tools: opt-in otari_code_execution (sandboxed Python REPL) and otari_web_search tools that give any model, including open-weight ones, parity with frontier API managed tools
    • Guardrails: request-level checks (e.g., prompt-injection detection) that run before the provider is called, with monitor or block modes
    • Automatic failover: keeps requests flowing through provider outages in connected mode
    • Multi-tenant workspaces: workspace-level routing rules, budgets, and access control

    SDK and Integration Surface

    Otari ships client SDKs for Python (pip install otari), TypeScript, Rust, and Go, plus a CLI (pip install otari-cli). Because the gateway is OpenAI-compatible, any existing OpenAI client works by pointing base_url at the Otari endpoint — no code rewrites required. The docs include integration guides for OpenCode and Claude Code. A Postman collection and a built-in Swagger UI at /docs are available for exploring the API without a separate client.

    Update: v0.2.0

    The latest release, v0.2.0, was published on July 3, 2026. The repository was created in April 2026 and has been actively developed, with the last push in July 2026. GitHub topics tag it as a litellm-alternative, signaling its positioning in the LLM gateway/proxy space. The project is part of the broader Mozilla.ai open-source ecosystem, which also includes any-llm and the Otari SDK repositories.

    Otari - 1

    Community Discussions

    Be the first to start a conversation about Otari

    Share your experience with Otari, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Self-host the full Otari gateway stack under the Apache 2.0 license at no cost.

    • Full source code under Apache 2.0
    • Standalone mode with local database
    • 40+ provider routing via any-llm
    • Virtual key management
    • Budget enforcement

    Capabilities

    Key Features

    • Single OpenAI-compatible endpoint for 40+ LLM providers
    • Virtual API key management with scoping and revocation
    • Pre-request budget enforcement per user, key, or workspace
    • Usage tracking and spend logging via /v1/usage
    • Standalone and hybrid (connected to otari.ai) operating modes
    • Built-in sandboxed Python code execution tool
    • Built-in web search tool
    • Prompt-injection guardrails with monitor and block modes
    • Automatic provider failover
    • Multi-tenant workspace support
    • Docker and Docker Compose deployment
    • One-click Railway deployment template
    • OpenAI Chat Completions, Responses API, and Anthropic Messages API support
    • Prometheus metrics endpoint
    • Swagger UI and Postman collection included

    Integrations

    OpenAI
    Anthropic
    Mistral
    Google Gemini
    Azure
    llamafile
    OpenCode
    Claude Code
    Railway
    Docker
    PostgreSQL
    SQLite
    SearXNG
    Brave Search
    Tavily
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Otari and help others make informed decisions.

    Developer

    Mozilla AI

    Mozilla AI is a subsidiary of Mozilla focused on building open-source tools and infrastructure for trustworthy, transparent, and controllable AI. The team develops products and libraries including llamafile, any-agent, any-llm, Lumigator, and cq, contributing to an open AI ecosystem that prioritizes developer empowerment and responsible development practices.

    Founded 2023
    San Francisco, CA
    $30M raised
    36 employees

    Used by

    Mission-driven startups in the 'Rebel…
    Open-source developer community
    Read more about Mozilla AI
    WebsiteGitHubLinkedIn
    4 tools in directory

    Similar Tools

    New API icon

    New API

    An open-source next-generation LLM gateway and AI asset management system that unifies multiple AI providers under OpenAI-compatible, Claude-compatible, or Gemini-compatible interfaces.

    Lemonade icon

    Lemonade

    Open-source local LLM server for Windows, Linux, and macOS that runs LLMs, image generation, speech, and more on GPUs and NPUs with an OpenAI-compatible API.

    Rapid-MLX icon

    Rapid-MLX

    The fastest local AI inference engine for Apple Silicon Macs, offering OpenAI-compatible API, 17 tool parsers, prompt cache, and 2-4x faster speeds than Ollama.

    Browse all tools

    Related Topics

    AI Infrastructure

    Infrastructure designed for deploying and running AI models.

    311 tools

    LLM Orchestration

    Platforms and frameworks for designing, managing, and deploying complex LLM workflows with visual interfaces, allowing for the coordination of multiple AI models and services.

    176 tools

    Access Control

    AI-enhanced tools for managing authentication and authorization.

    25 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions