openai
GPT 5
Canonical id: openai/gpt-5 · Context: 400K tokens
VisionTool callingJSON mode
model=auto
Price per 1M tokens
Input $1.25/M · Output $10/M
+ LLMRouter platform fee: 1% of provider cost (≈ $0.0125/M in · $0.1/M out) — billed as its own line, never blended into the price above.
Providers
| Provider | Context | Input $/M | Output $/M |
|---|---|---|---|
| openai (viewing) | 400K | $1.25/M | $10/M |
| gmicloud | 410K | $1.25/M | $10/M |
Served through openai's API — 0% additional markup beyond our 1% platform fee. Other rows above are the same model through a different provider — click one to switch.
Capability profile
Reasoning●●●○○3/5
Coding●●●○○3/5
Quality●●●○○3/5
Derived from Artificial Analysis's licensed Intelligence/Coding Index — see the leaderboard for their full, independently measured scores. Source: Artificial Analysis.
API
curl https://api.llmrouter.sh/v1/chat/completions \
-H "Authorization: Bearer llmr_sk_..." \
-H "Content-Type: application/json" \
-d '{"model": "gpt-5", "messages": [{"role": "user", "content": "Hello!"}]}'