orcarouter/openai/gpt-4.1-nano · family gpt-nano · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimage.
orcarouter)“GPT-4.1 nano” is offered by 9 providers — cheapest-effective first. This one (OrcaRouter) is the cheapest.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| OrcaRouter (this) | $0.1 | $0.4 | $0.18 | 1048k |
| Impossibl | $0.1 | $0.4 | $0.18 | 1048k |
| NEAR AI Cloud | $0.1 | $0.4 | $0.18 | 1048k |
| LLM Gateway | $0.1 | $0.4 | $0.18 | 1000k |
| Pioneer | $0.1 | $0.4 | $0.18 | 1048k |
| Abacus | $0.1 | $0.4 | $0.18 | 1048k |
| Azure Cognitive Services | $0.1 | $0.4 | $0.18 | 1048k |
| Azure | $0.1 | $0.4 | $0.18 | 1048k |
| Kilo Gateway | $0.1 | $0.4 | $0.18 | 1048k |
jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at OrcaRouter 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-4.1-nano","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):