One standard API
Use the OpenAI-compatible format across multiple providers and models.
Connect OpenAI, Claude, Gemini, and Azure through one API. Manage keys, routing, and costs in one place.
curl https://94api.dev/v1/chat/completions \ -H "Authorization: Bearer $TOKEN" \ -H "Content-Type: application/json" \ -d '{ "model": "your-model", "messages": [{ "role": "user", "content": "Hello" }] }'
Use the OpenAI-compatible format across multiple providers and models.
Distribute requests, retry automatically, and control access by user group.
Track tokens, quotas, and usage from one centralized dashboard.
Sign in to create a token and configure your first AI channel.