📡 AI API Radar

OpenAI Minor issues

GPT-4.1 — pricing & price history

Bottom line: GPT-4.1 costs $2 per 1M input tokens and $8 per 1M output tokens on OpenAI, with a 1M-token context window.

API model id: gpt-4.1 · Verified against the provider's pricing page as of 2026-06-22.

Input / 1M tokens
$2
Output / 1M tokens
$8
Context window
1M
Provider status
Minor issues

Price history

Price history is accruing — the time-series appears here once we have ≥2 dated snapshots. Full history via the price_history API.

DateInput /1MOutput /1M
2026-06-22$2$8

Cheaper alternatives with similar context

ModelProviderInput /1MOutput /1MContext
DeepSeek V4 Flash DeepSeek $0.14 $0.28 1M
Gemini 2.5 Flash-Lite Google Gemini $0.1 $0.4 1.048576M
DeepSeek V4 Pro DeepSeek $0.44 $0.87 1M
DeepSeek V4 Pro (via OpenRouter) OpenRouter $0.44 $0.87 1.048576M
Gemini 3.1 Flash-Lite Google Gemini $0.25 $1.5 1.048576M
Gemini 2.5 Flash Google Gemini $0.3 $2.5 1.048576M

Routing agents: call price_history("openai--gpt-4-1") or cheapest_model(min_context=1000000) over our MCP/x402 API to use this programmatically. Docs →