jishie

GPT-4.1

anyapi/openai/gpt-4.1 · family gpt · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimagepdf.

Blended $/1M (3:1)
Input $/1M
Output $/1M
1M in + 1M out
Cache read $/1M
Cheapest rank
Provider
AnyAPI (anyapi)
Context
1,047,576 tokens
Max output
32,768 tokens
Capabilities
toolstextimagepdf

Same model, other providers

“GPT-4.1” is offered by 9 providers — cheapest-effective first. Poe is the cheapest at $3.15 blended.

ProviderInputOutputBlendedContext
Poe$1.8$7.2$3.151048k
Impossibl$2$8$3.501048k
FastRouter$2$8$3.501048k
NEAR AI Cloud$2$8$3.501048k
LLM Gateway$2$8$3.501000k
GitHub Copilot$2$8$3.50128k
302.AI$2$8$3.501048k
SAP AI Core$2$8$3.501048k
AnyAPI (this)1048k

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-4.1","messages":[{"role":"user","content":"hello"}]}'

Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):