Novita

baidu/ernie-4.5-vl-424b-a47b

baidu/Ernie-4.5-VL-424B-a47B
Context

32K

Input

text, image

Output

text

Tool calling

Supported

About this model

ERNIE 4.5 VL is Baidu's 424-billion parameter vision-language Mixture of Experts model with 47B active parameters per token. It features advanced multimodal understanding, reasoning across text and images, and state-of-the-art performance in complex visual-language tasks.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.420 / 1M tokens

Output tokens

$1.250 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.420 / 1M tokens
Output tokens$1.250 / 1M tokens

Performance

Published evaluation results associated with this model.

Vision-Language Understanding

MMBench85.7
SEED-Bench82.3
MMMU68.9
VQAv282.1
GQA79.8

Multimodal Reasoning

ScienceQA-IMG87.5
MMMU-Reasoning65.4
ChartQA76.9
DocVQA73.2

Chinese VL Tasks

CMMMU71.8
CMMBench83.5
ZeroSCROLLS-CN78.6

Text Understanding

MMLU81.3
C-Eval79.7
GSM8K88.4
HumanEval62.8

Multimodal Safety

RedTeaming-VL91.2
SafetyBench-Multi87.9

API example

curl https://api.oneinfer.ai/v1/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "baidu/Ernie-4.5-VL-424B-a47B",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'