jishie

ERNIE 4.5 VL 424B A47B

llmgateway/ernie-4.5-vl-424b-a47b · family ernie · in: text, image → out: text · price provider-declared (via models.dev). Capabilities: reasoningtextimage.

$0.63Blended $/1M (3:1)
$0.42Input $/1M
$1.25Output $/1M
$1.671M in + 1M out
Cache read $/1M
#2516 of 5,834Cheapest rank
Provider
LLM Gateway (llmgateway)
Kind
text (outputs text)
Context
123,000 tokens
Max output
123,000 tokens
Capabilities
reasoningtextimage

Same model, other providers

“ERNIE 4.5 VL 424B A47B” is offered by 3 providers — cheapest-effective first. This one (LLM Gateway) is the cheapest.

ProviderInputOutputBlendedContext
LLM Gateway (this)$0.42$1.25$0.63123k
NovitaAI$0.42$1.25$0.63123k
Jiekou.AI$0.42$1.25$0.63123k

Call it

jishie indexes & prices models; it does not proxy inference.

Most providers are OpenAI-compatible — point base_url at LLM Gateway and pass this model id:

curl $BASE_URL/v1/chat/completions \
  -H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
  -d '{"model":"ernie-4.5-vl-424b-a47b","messages":[{"role":"user","content":"hello"}]}'

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