jishie

GPT-5.2 Codex

venice/openai-gpt-52-codex · family gpt · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolsreasoningtextimage.

$6.02Blended $/1M (3:1)
$2.19Input $/1M
$17.5Output $/1M
$19.691M in + 1M out
$0.219 −90%Cache read $/1M
Cheapest rank
Provider
Venice AI (venice)
Context
256,000 tokens
Max output
65,536 tokens
Capabilities
toolsreasoningtextimage

Same model, other providers

“GPT-5.2 Codex” is offered by 9 providers — cheapest-effective first. QiHang is the cheapest at $0.39 blended.

ProviderInputOutputBlendedContext
QiHang$0.14$1.14$0.39400k
Impossibl$1.75$14$4.81400k
Vivgrid$1.75$14$4.81400k
LLM Gateway$1.75$14$4.81400k
OpenCode Zen$1.75$14$4.81400k
GitHub Copilot$1.75$14$4.81400k
Abacus$1.75$14$4.81400k
Azure Cognitive Services$1.75$14$4.81400k
Venice AI (this)$2.19$17.5$6.02256k

Call it

jishie indexes & prices models; it does not proxy inference. Most providers are OpenAI-compatible — point base_url at Venice AI 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-52-codex","messages":[{"role":"user","content":"hello"}]}'

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