Access leading AI models from top providers
One API. Every Model.
Access GPT-4o, Claude, Gemini, and more through a single OpenAI-compatible endpoint. Pay only for what you use.
OpenAIAnthropic
Everything You Need
Built for developers who want simplicity without compromise
Unified API
One OpenAI-compatible endpoint for all models. Switch providers without changing a line of code.
Usage Tracking
Real-time monitoring of tokens, costs, and latency for every request.
Key Management
Create multiple API keys with per-key model restrictions and rate limits.
Streaming Support
Full SSE streaming support for chat completions. Low-latency, real-time responses.
curl
curl -X POST https://your-domain.com/api/v1/chat/completions \
-H "Authorization: Bearer sk-resale-YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.4",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Transparent Pricing
Pay per token. No subscriptions, no contracts.
| Model | Input / 1M tokens | Output / 1M tokens |
|---|---|---|
| GPT-5.4 | $2.50 | $15.00 |
| GPT-5 mini | $0.25 | $2.00 |
| Claude Opus 4.6 | $5.00 | $25.00 |
| Claude Sonnet 4.6 | $3.00 | $15.00 |
| Claude Haiku 4.5 | $1.00 | $5.00 |