GPT-4.1
model-oracle-ai/gpt-4.1 · family gpt · in: text, image, pdf → out: text · price provider-declared (via models.dev). Capabilities: tools text image pdf.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See Model Oracle AI’s docs for per-unit rates.
- Provider
- Model Oracle AI (
model-oracle-ai) - Kind
- text (outputs text)
- Context
- 1,047,576 tokens
- Max output
- 32,768 tokens
- Capabilities
- tools text image pdf
Same model, other providers
“GPT-4.1” is offered by 24 providers — cheapest-effective first. Ofox is the cheapest at $2.80 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| Ofox | $1.6 | $6.4 | $2.80 | 1M |
| Poe | $1.8 | $7.2 | $3.15 | 1M |
| 302.AI | $2 | $8 | $3.50 | 1M |
| SAP AI Core | $2 | $8 | $3.50 | 1M |
| NEAR AI Cloud | $2 | $8 | $3.50 | 1M |
| Kilo Gateway | $2 | $8 | $3.50 | 1M |
| Abacus | $2 | $8 | $3.50 | 1M |
| OpenRouter | $2 | $8 | $3.50 | 1M |
| Azure | $2 | $8 | $3.50 | 1M |
| Azure Cognitive Services | $2 | $8 | $3.50 | 1M |
| Impossibl | $2 | $8 | $3.50 | 1M |
| Cloudflare AI Gateway | $2 | $8 | $3.50 | 1M |
| Model Oracle AI (this) | — | — | — | 1M |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at Model Oracle AI 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):