Back to Models
Baidu: ERNIE 4.5 VL 424B A47B
baidu/ernie-4.5-vl-424b-a47bJun 30, 2025123K context16K max output$0.42/M in · $1.25/M outReasoning
Description
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 using a heterogeneous MoE architecture and modality-isolated routing to enable high-fidelity cross-modal reasoning, image understanding, and long-context generation (up to 131k tokens). Fine-tuned with techniques like SFT, DPO, UPO, and RLVR, this model supports both “thinking” and non-thinking inference modes. Designed for vision-language tasks in English and Chinese, it is optimized for efficient scaling and can operate under 4-bit/8-bit quantization.
Specifications
Provider
baidu
Context Length
123K
Max Output
16K
Modality
Inimagetext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.42 |
| Output | $1.25 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "baidu/ernie-4.5-vl-424b-a47b",
"messages": [{"role": "user", "content": "Hello!"}]
}'