Global API is OpenAI-compatible. Just change your base URL — no code rewrites needed.
Sign up for a free account and get your API key from the dashboard.
Get API Key →Start with our Hobby plan — no credit card required.
deepseek-chatAvailableDeepSeek V3.2 — General purpose, great value
deepseek-reasonerAvailableDeepSeek R1 — Advanced reasoning and analysis
qwen-turboSoonQwen-Turbo — Coming soon
doubao-proSoonDoubao Seed 2.0 — Coming soon
kimi-k2SoonKimi-k2 — Coming soon
The only change: Add base_url="https://global-apis.com/v1" to your OpenAI client initialization.
https://global-apis.com/v1Authorization: Bearer YOUR_API_KEYPOST /chat/completionsChat completions
POST /embeddingsText embeddings
GET /modelsList available models
Content-Type: application/jsonAuthorization: Bearer YOUR_API_KEYYes! Global API is fully OpenAI-compatible. Just change the base URL in your code — no other changes needed. We support all OpenAI SDKs and can drop into existing projects.
Currently available: DeepSeek V3.2 and DeepSeek R1. More models (Qwen, Doubao, Kimi) coming soon. See our pricing page for the latest.
Rate limits vary by plan. Hobby: 60 req/min, Pro: 500 req/min, Business: 2000 req/min, Enterprise: custom. If you need more, contact us for enterprise pricing.
No — Global API uses its own API keys. However, the migration is simple: just change your base URL and add your new API key. Your code logic stays the same.
Yes! All our endpoints support Server-Sent Events (SSE) streaming. Set stream: true in your request and handle the streaming response.
DeepSeek V3.2 supports function calling (tool use). Other features like image input vary by model. Check our model docs for specific capability details.
Start building today. No credit card required for Hobby plan.
Get Your API Key →