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