GPT-5.1
anyapi/openai/gpt-5.1 · family gpt · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See AnyAPI’s docs for per-unit rates.
- Provider
- AnyAPI (
anyapi) - Kind
- text (outputs text)
- Context
- 400,000 tokens
- Max output
- 128,000 tokens
- Capabilities
- tools reasoning text image
Same model, other providers
“GPT-5.1” is offered by 27 providers — cheapest-effective first. Ofox is the cheapest at $2.75 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Ofox | $1 | $8 | $2.75 | 400k |
| OpenCode Zen | $1.07 | $8.5 | $2.93 | 400k |
| Poe | $1.1 | $9 | $3.08 | 400k |
| Jiekou.AI | $1.13 | $9 | $3.09 | 400k |
| 302.AI | $1.25 | $10 | $3.44 | 400k |
| Perplexity Agent | $1.25 | $10 | $3.44 | 400k |
| NEAR AI Cloud | $1.25 | $10 | $3.44 | 400k |
| Databricks | $1.25 | $10 | $3.44 | 400k |
| Kilo Gateway | $1.25 | $10 | $3.44 | 400k |
| Abacus | $1.25 | $10 | $3.44 | 400k |
| OpenRouter | $1.25 | $10 | $3.44 | 400k |
| Azure | $1.25 | $10 | $3.44 | 400k |
| AnyAPI (this) | — | — | — | 400k |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at AnyAPI and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"openai/gpt-5.1","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):