jishie

GPT-4o

venice/openai-gpt-4o-2024-11-20 · family gpt · price provider-declared (via models.dev), USD per 1M tokens. Capabilities: toolstextimage.

$5.47Blended $/1M (3:1)
$3.125Input $/1M
$12.5Output $/1M
$15.631M in + 1M out
Cache read $/1M
#4959 of 5,000Cheapest rank
Provider
Venice AI (venice)
Context
128,000 tokens
Max output
16,384 tokens
Capabilities
toolstextimage

Same model, other providers

“GPT-4o” is offered by 9 providers — cheapest-effective first. Impossibl is the cheapest at $4.38 blended.

ProviderInputOutputBlendedContext
Impossibl$2.5$10$4.38128k
NanoGPT$2.5$10$4.38128k
LLM Gateway$2.5$10$4.38128k
302.AI$2.5$10$4.38128k
FrogBot$2.5$10$4.38128k
Pioneer$2.5$10$4.38128k
Abacus$2.5$10$4.38128k
Azure Cognitive Services$2.5$10$4.38128k
Venice AI (this)$3.125$12.5$5.47128k

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-4o-2024-11-20","messages":[{"role":"user","content":"hello"}]}'

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