One gateway to the world's top AI models
Call Claude, GPT, Gemini, Kimi and DeepSeek through one OpenAI-compatible API. Pay as you go, one key, switch models anytime.
from openai import OpenAI
client = OpenAI(
base_url="https://globalmodels.ai/v1",
api_key="gm-...",
)
resp = client.chat.completions.create(
model="claude-opus-5",
messages=[{"role": "user",
"content": "Hello"}],
)
Supported models
Five providers, a dozen leading models — switch by changing one model name, no code changes.
| Provider | Model ID | Context | Input / 1M | Output / 1M | Status |
|---|---|---|---|---|---|
|
|
claude-fable-5 | 200K | $3 | $15 | Live |
|
|
claude-opus-5Recommended | 200K | $15 | $75 | Live |
|
|
claude-opus-4-7 | 1M | $15 | $75 | Live |
|
|
claude-haiku-4-5 | 200K | $0.80 | $4 | Live |
|
|
claude-sonnet-4-6 | 200K | $3 | $15 | Live |
|
|
gpt-5.5 | 400K | $8 | $8 | Live |
|
|
gpt-5.4 | 400K | $8 | $8 | Live |
|
|
gpt-5.4-mini | 400K | $1 | $1 | Live |
|
|
gemini-2.5-pro | 2M | $1.25 | $10 | Live |
|
|
gemini-2.5-flash | 1M | $0.30 | $2.50 | Live |
|
|
kimi-k2.7-code | 262K | $0.56 | $2.22 | Live |
|
|
kimi-k2.6 | 262K | $0.56 | $2.22 | Live |
|
|
deepseek-v4-pro | 1M | $0.43 | $0.87 | Live |
|
|
deepseek-v4-flashBest value | 1M | $0.14 | $0.28 | Live |
Unified API
OpenAI-compatible format — switch any model by changing one parameter, no need to maintain multiple SDKs.
Pay as you go
Top up and go — billed per token in real time, with transparent per-call cost and usage.
File upload
Upload images and documents (PDF, text, code) so the model answers from your material.
Switch anytime
One account, one key — move freely between Claude, GPT, Gemini, Kimi and DeepSeek.
Reliable
A unified gateway with provider health monitoring and failover keeps the service available.
Usage audit
Every call is logged: tokens, cost, latency and model — full usage detail at a glance.
Frequently asked questions
What is Global Models?
Global Models is an LLM API aggregator: one account and one key to call Claude, GPT, Gemini, Kimi and DeepSeek, exposed through an OpenAI-compatible interface.
Which models are supported?
A dozen models across five providers — Anthropic Claude, OpenAI GPT, Google Gemini, Moonshot Kimi and DeepSeek — and the list keeps growing.
How does billing work?
Pay per use, no monthly fee. You are billed per token in real time, get trial credit on signup, use exactly what you top up, and can see usage and cost in the dashboard.
How do I use the API?
It is fully OpenAI-compatible: point base_url at Global Models and use your key. Any OpenAI SDK, Cursor, Continue or Aider works out of the box.
Can I upload images and documents?
Yes. The built-in chat supports uploading images and documents (PDF, text, code), and the model answers based on what you upload.