One API. Every Model.
Access GPT-4o, Claude, Gemini, and more through a single OpenAI-compatible endpoint. Pay only for what you use.
✓ Pay-as-you-go✓ OpenAI-compatible✓ No contracts
Access leading AI models from top providers
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.
Quick Start
Start making API calls in seconds
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-4o",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Transparent Pricing
Pay per token. No subscriptions, no contracts.
| Model | Input / 1M tokens | Output / 1M tokens |
|---|