GA
Global API
DocumentatieStart

5 Minuten Setup

Global API is OpenAI-compatibel. Alleen base URL wijzigen.

1

Krijg je API-sleutel

Registreer en krijg je sleutel.

Krijg Sleutel →

Begin gratis.

2

Kies je model

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-v4-flashPopular

DeepSeek V4 Flash — Best overall value

deepseek-reasonerPopular

DeepSeek R1 — Advanced reasoning

deepseek-v4-pro

DeepSeek V4 Pro — Premium reasoning

Qwen/Qwen3.6-35B-A3BFlagship

Qwen 3.6 — Latest Alibaba flagship

Qwen/Qwen3.5-397B-A17B

Qwen 3.5 — 397B MoE, max intelligence

QwQ-32B

QwQ-32B — Qwen reasoning model

kimi-k2.5Flagship

Kimi K2.5 — Moonshot flagship

kimi-k2.6New

Kimi K2.6 — Latest Moonshot upgrade

THUDM/GLM-4-32B-0414Flagship

GLM-4 32B — Zhipu AI flagship

doubao-seed-2-0-pro-260215

Doubao Seed 2.0 — ByteDance premium

MiniMaxAI/MiniMax-M2.5

MiniMax-M2.5 — Ultra-long 1M context

Qwen/Qwen3-8BFree

Qwen3-8B — Free tier, general purpose

3

Wijzig één regel code

Python
import openai
client = openai.OpenAI(
api_key="your-global-api-key",
base_url="https://global-apis.com/v1" # Just add this line!
)
# Everything else stays the same
response = client.chat.completions.create(
model="deepseek-v4-flash",
messages=[
{"role": "system", "content": "You are a helpful assistant."},
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)

Voeg base_url toe.

Documentatie

Aan de Slag

API-referentie

SDK's

Best Practices

API-referentie

Basis-URL

https://global-apis.com/v1

Authenticatie

Authorization: Bearer YOUR_API_KEY

Endpoints

POST /chat/completions

Chatvoltooiing

POST /embeddings

Tekst-embeddings

GET /models

Modellenlijst

Headers

Content-Type: application/jsonAuthorization: Bearer YOUR_API_KEY

FAQ

Compatibel met OpenAI?

Ja!

Welke modellen?

180+: DeepSeek, Qwen, Kimi, GLM.

Limieten?

Free 30/min, Pro 500, Business 2000, Scale 5000+

Eigen OpenAI-sleutel?

Nee — eigen sleutels.

Streaming?

Ja! SSE.

Function calling?

DeepSeek ondersteunt.

Klaar om te beginnen?

Geen creditcard voor Gratis.

API-sleutel →

© 2026 Global API.