openai/gpt-4.1 · family gpt · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimagepdf.
openai)“GPT-4.1” is offered by 9 providers — cheapest-effective first. Poe is the cheapest at $3.15 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Poe | $1.8 | $7.2 | $3.15 | 1048k |
| OpenAI (this) | $2 | $8 | $3.50 | 1048k |
| Impossibl | $2 | $8 | $3.50 | 1048k |
| FastRouter | $2 | $8 | $3.50 | 1048k |
| NEAR AI Cloud | $2 | $8 | $3.50 | 1048k |
| LLM Gateway | $2 | $8 | $3.50 | 1000k |
| GitHub Copilot | $2 | $8 | $3.50 | 128k |
| 302.AI | $2 | $8 | $3.50 | 1048k |
| SAP AI Core | $2 | $8 | $3.50 | 1048k |
jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at OpenAI and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"gpt-4.1","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):