OpenAI's flagship model — excellent across all task types.
| Provider | Context | Price · in / out |
|---|---|---|
| 128K | $1.25 / $4.93/MTok |
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": "o3-mini",
"messages": [{ "role": "user", "content": "Hello!" }],
"stream": true
}'OpenAI's o3-mini reasoning model — best-in-class for math and logic.
O3 Mini costs $1.25/M input tokens and $4.93/M output tokens.
O3 Mini accepts text and returns text.
POST /api/v1/chat/completions with `"model": "o3-mini"`.
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.
OpenAI's latest flagship — the most capable GPT for hard reasoning and code.
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.