Unified AI API Gateway
Proxy OpenAI and Anthropic through a single API. Redeem codes for instant access with token limits and real-time tracking.
🎟️ Redeem Your Code
Enter your redemption code to get instant API key access
How It Works
Simple redemption-based access to AI APIs
Get a Code
Purchase or receive a redemption code with specific token limits and validity period.
Redeem Code
Enter your code on our redeem page to instantly generate an API key.
Start Using
Use the API key with any OpenAI-compatible SDK or HTTP client.
Track Usage
Monitor your token usage in real-time with detailed analytics.
Available Endpoints
OpenAI-compatible API for seamless integration
/v1/modelsList all available models configured in the gateway.
curl -H "Authorization: Bearer YOUR_KEY" \
https://yourgateway.com/v1/models/v1/chat/completionsSend chat completion requests to any configured provider.
curl -X POST \
-H "Authorization: Bearer YOUR_KEY" \
https://yourgateway.com/v1/chat/completions/v1/images/generationsGenerate images using configured image generation models.
curl -X POST \
-H "Authorization: Bearer YOUR_KEY" \
https://yourgateway.com/v1/images/generations/v1/messagesSend and retrieve messages with thread management and message history.
curl -X POST \
-H "Authorization: Bearer YOUR_KEY" \
https://yourgateway.com/v1/messages