Models / Baidu
Baidu
ERNIE 4.5 VL 424B A47B
baidu/ernie-4.5-vl-424b-a47b
ERNIE-4.5-VL-424B-A47B is a multimodal Mixture-of-Experts (MoE) model from Baidu’s ERNIE 4.5 series, featuring 424B total parameters with 47B active per token. It is trained jointly on text and image data...
Input
$0.546 / 1M tokens
Output
$1.625 / 1M tokens
Context
131K tokens
Capabilities
✓ Streaming○ Tool / function calling○ JSON / structured output✓ Vision (image input)
Call this model
Pass baidu/ernie-4.5-vl-424b-a47b as the model. Change only the base URL from your existing OpenAI SDK setup.
quickstart.sh
curl https://modeldatabase.com/v1/chat/completions \
-H "Authorization: Bearer $MDB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "baidu/ernie-4.5-vl-424b-a47b",
"messages": [{"role":"user","content":"Hello!"}]
}'
Prices are final — the routing margin is already included. See the full pricing table or the API docs.