-
-
Notifications
You must be signed in to change notification settings - Fork 6
Overview
Thibaut Rey edited this page Sep 7, 2026
·
1 revision
| One endpoint | Resilient routing | Your infrastructure |
|---|---|---|
| Connect OpenAI-compatible clients, Codex, and Anthropic Messages clients. | Discover models, balance quota headroom, and fail over between accounts. | Self-host the gateway or run the complete Host on supported hardware. |
| Responses, Chat Completions, SSE, Realtime, and WebSocket support. | Add model aliases, local/cloud policies, budgets, and deferred jobs. | Manage API keys, inspect traces, and track tokens, costs, and latency. |
Full capabilities and gateway architecture
| Area | What MultiVibe provides |
|---|---|
| Client APIs | Responses, Chat Completions, Anthropic Messages, models, Realtime WebRTC, SSE, and Responses over WebSocket |
| Providers | OpenAI/ChatGPT, generic OpenAI-compatible APIs, OpenCode Zen/Go, Mistral, z.ai Coding Plan, and Grok Build subscriptions |
| Account routing | Automatic model discovery, quota headroom selection, account/model blocks, retries, and optional Codex session affinity |
| Smart aliases | Conditional schema-v2 policies, local/cloud candidates, capacity constraints, scoring, budgets, simulation, and queue/reject fallbacks |
| Deferred work | Durable edge jobs, priority and application fairness, idempotency, polling/SSE results, cancellation, and signed webhooks |
| Operations | Admin dashboard, lifecycle plugins, dynamic application API keys, traces, cost/token/latency statistics, project attribution, exports, and Sentry integration |
MultiVibe exposes the same inference routes under /v1 and at the root for
clients that expect either style. In the shipped Compose profile, the public
:1455 socket is served directly by the native Rust edge; Node.js remains on
loopback 127.0.0.1:1456 for the dashboard, OAuth, static assets, and
control-plane routes. Compatibility endpoints for Ollama- and LiteLLM-style
discovery are also available.
| Get started | Use the gateway | Operate and extend |
|---|---|---|
| Download the Host | Providers and onboarding | Tracing and projects |
| Gateway quick start | API reference and examples | Storage and local models |
| Dashboard tour | Routing and aliases | Configuration |
| Installation guide | Plugins | Development · More docs |