kenari/gpt-5-5 · family gpt · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtextimagepdf.
kenari)“GPT-5.5” is offered by 5 providers — cheapest-effective first. This one (Kenari) is the cheapest.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Kenari (this) | free | free | $0.00 | 1050k |
| UnoRouter | free | free | $0.00 | 1050k |
| UnoRouter | $0.1875 | $1.125 | $0.42 | 1050k |
| Xpersona | $1.5 | $12 | $4.13 | 1050k |
| FrogBot | $2.5 | $15 | $5.63 | 272k |
jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Kenari and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"gpt-5-5","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):