Access DeepSeek, Qwen, GLM, Kimi and more through one API. Keep your existing code — just change the base URL. Free $1 credit.
All available through one OpenAI-compatible endpoint.
Prices are per million output tokens. Actual pricing may vary. Test free with your own workload.
from openai import OpenAI
client = OpenAI(
api_key="sk-xxx",
base_url="https://premium-api.example.com/v1",
)
from openai import OpenAI
client = OpenAI(
api_key="sk-xxx",
base_url="https://trelayai.com/v1",
)
No credit card required
Change two lines
Optimized for high concurrency
One API for all top models
Yes. You can keep your existing SDK and only change the base URL and API key.
Sign up, get $1 free credit, generate an API key, and change two lines in your code.
Yes. Set ANTHROPIC_BASE_URL to our endpoint and ANTHROPIC_AUTH_TOKEN to your API key.