OpenAI's fastest, cheapest model. Ideal for high-throughput tasks.
OpenAI's flagship model — excellent across all task types.
| Provider | Context | Price · in / out | p50 | p95 | First token | Uptime | tok/s |
|---|---|---|---|---|---|---|---|
| 128K | $1.96 / $15.68/MTok | 9.4s | 9.4s | 3.6s | 100% | 99 |
routing.strategyproviders.onlyproviders.excludeproviders.ordermax_cost_usddata_policydocs →Collecting — charts appear after two days.
curl https://www.ninjachat.ai/api/v1/chat/completions \
-H "Authorization: Bearer $NINJACHAT_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'OpenAI's flagship model — excellent across all task types.
GPT-5 costs $1.96/M input tokens and $15.68/M output tokens.
GPT-5 accepts text and image and returns text.
POST /api/v1/chat/completions with `"model": "gpt-5"`.
GPT-5 Mini, GPT-5.4, GPT-5.4 Pro, GPT-5.6 Luna, GPT-5.6 Sol, GPT-5.6 Terra, GPT-OSS 120B, GPT-OSS 20B, O3 Mini.
OpenAI's highest-effort GPT-5.4 variant for the most demanding tasks.
OpenAI's high-volume GPT-5.6 model with 1.05M context and full tool support.
OpenAI's flagship GPT-5.6 model for the hardest reasoning and coding workloads.