Global Models
14 models · 5 providers · all operational

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.

14+models
5providers
OpenAI/v1 compatible
$2trial credit
pythontypescriptcurl copy
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"}],
)
streaming · 142ms first token
Hello! How can I help you today?
switch model

Supported models

Five providers, a dozen leading models — switch by changing one model name, no code changes.

ProviderModel IDContext Input / 1MOutput / 1MStatus
Anthropic Anthropic claude-fable-5 200K $3 $15 Live
Anthropic Anthropic claude-opus-5Recommended 200K $15 $75 Live
Anthropic Anthropic claude-opus-4-7 1M $15 $75 Live
Anthropic Anthropic claude-haiku-4-5 200K $0.80 $4 Live
Anthropic Anthropic claude-sonnet-4-6 200K $3 $15 Live
OpenAI OpenAI gpt-5.5 400K $8 $8 Live
OpenAI OpenAI gpt-5.4 400K $8 $8 Live
OpenAI OpenAI gpt-5.4-mini 400K $1 $1 Live
Google Google gemini-2.5-pro 2M $1.25 $10 Live
Google Google gemini-2.5-flash 1M $0.30 $2.50 Live
Moonshot Moonshot kimi-k2.7-code 262K $0.56 $2.22 Live
Moonshot Moonshot kimi-k2.6 262K $0.56 $2.22 Live
DeepSeek DeepSeek deepseek-v4-pro 1M $0.43 $0.87 Live
DeepSeek DeepSeek 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.

- model="gpt-5.5"
+ model="claude-opus-5"
# that's the whole migration

Pay as you go

Top up and go — billed per token in real time, with transparent per-call cost and usage.

14:32:082,431 tok$0.036
14:31:541,872 tok$0.052
14:31:126,204 tok$0.011

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.

Start now

Sign up for trial credit and connect your first model in minutes.