Do not rewrite your app to change models
Reach different providers through one OpenAI-compatible endpoint. Bring routing, fallback, your own provider API key (BYOK), and cost controls into product operations.
Production-ready foundations
- OpenAI-compatible chat completions endpoint
- Routing for OpenAI, Anthropic, Gemini, DeepSeek, and Mistral
- Priority routes, fallback, and model allowlists
- Use your own provider API key (BYOK) or Faydabul-managed usage
- Request, token, latency, and cost visibility
What changes for your team
One integration
Change model providers without rebuilding your application code and observability flow.
Cost and quota control
Track included requests, token consumption, and TRY-based costs in the same usage flow.
Controlled data flow
Use metadata-only logging, allowlists, and budget controls without storing prompt content by default.
Keep your code the same
OpenAI-compatiblePOST /v1/chat/completions
Authorization: Bearer $FAYDABUL_API_KEY
Content-Type: application/json
{
"model": "gpt-4o-mini",
"messages": [{"role": "user", "content": "Hello"}]
}One API, controlled routing
Choose providers by need
Define priority order and fallback behavior through a model or workspace route.
See cost before the request
Use model pricing and input/output token estimates to enforce route cost caps before a call.
Control access and data
Store your own provider API keys in an encrypted vault, then set safe boundaries with model allowlists, RPM/TPM, and workspace budgets.
A focused catalog for production AI
Start with the models developers reach for most: frontier reasoning, fast everyday inference, coding, and cost-efficient routing through one API.
OpenAI
- gpt-5.4
- gpt-5.4-mini
- gpt-5.4-nano
- gpt-5.2
- gpt-4.1
Anthropic
- claude-opus-4.6
- claude-sonnet-4.6
- claude-haiku-4.5
Google Gemini
- gemini-3.6-flash
- gemini-3.5-flash-lite
- gemini-2.5-pro
- gemini-2.5-flash
DeepSeek
- deepseek-v4-pro
- deepseek-v4-flash
- deepseek-v3.2
- deepseek-r1
Mistral
- mistral-large-3
- mistral-medium-3.5
- devstral-2
- codestral
Model IDs and prices are catalog-backed and may change as providers update availability. Image and video generation models are not included in this chat gateway catalog yet.
Bring the providers you need to one surface
Run your first project from one panel
Create an account, connect your GitHub repository, and review deploy and AI usage with your own project.