Global API兼容OpenAI。只需更改base URL — 无需重写代码。
ga-economyNEW ✨GA-Economy — Outperforms 95% of models at half the price
ga-standardNEW ✨GA-Standard — Rivals top-tier models at a fraction of the cost
ga-expressNEW ✨GA-Express — Sub-second intelligence for real-time apps
deepseek-chatPopularDeepSeek V4 Flash — Best overall value
deepseek-reasonerPopularDeepSeek R1 — Advanced reasoning
deepseek-v4-proDeepSeek V4 Pro — Premium reasoning
Qwen/Qwen3.6-35B-A3BFlagshipQwen 3.6 — Latest Alibaba flagship
Qwen/Qwen3.5-397B-A17BQwen 3.5 — 397B MoE, max intelligence
QwQ-32BQwQ-32B — Qwen reasoning model
kimi-k2.5FlagshipKimi K2.5 — Moonshot flagship
kimi-k2.6NewKimi K2.6 — Latest Moonshot upgrade
THUDM/GLM-4-32B-0414FlagshipGLM-4 32B — Zhipu AI flagship
doubao-seed-2-0-pro-260215Doubao Seed 2.0 — ByteDance premium
MiniMaxAI/MiniMax-M2.5MiniMax-M2.5 — Ultra-long 1M context
Qwen/Qwen3-8BFreeQwen3-8B — Free tier, general purpose
唯一更改:在OpenAI客户端初始化中添加base_url。
https://global-apis.com/v1Authorization: Bearer YOUR_API_KEYPOST /chat/completions聊天补全
POST /embeddings文本嵌入
GET /models获取可用模型列表
Content-Type: application/jsonAuthorization: Bearer YOUR_API_KEY是的!Global API完全兼容OpenAI。只需更改代码中的基础URL。
我们支持来自DeepSeek、Qwen、Kimi、GLM、Doubao、MiniMax、Hunyuan等180+模型。
速率限制因套餐而异。免费版:30次/分钟,专业版:500次/分钟,商业版:2000次/分钟,规模版:5000+次/分钟。
No — Global API uses its own API keys. However, the migration is simple: just change your base URL and add your new API key.
Yes! All our endpoints support Server-Sent Events (SSE) streaming. Set stream: true in your request.
DeepSeek supports function calling (tool use). Other features like image input vary by model.