ERNIE 4.5 VL 424B A47B
StableVision (multimodal)BaiduERNIE-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...
Overview
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... ERNIE 4.5 VL 424B A47B is served through the PARROTSIGHT unified API at Baidu's list price, with the same authentication, metering and regional pinning (MY / SG / ID) as every native model. No separate provider account is required.
- 123K token context · multimodal input
- OpenAI-compatible endpoint — migrate with a two-line change
- Streaming (SSE) supported for all text outputs
- Billed at provider list price, metered per token
Capabilities
API
https://api.parrotsight.com/v1/vision/analyze
curl -X POST https://api.parrotsight.com/v1/vision/analyze \
-H "Authorization: Bearer $PS_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"baidu/ernie-4.5-vl-424b-a47b","image":"data:image/jpeg;base64,<BASE64_ENCODED_FRAME>","tasks":["scene","objects","caption"]}'Version history
- v2025.6Latest2025-06-30
Added to the PARROTSIGHT catalogue at Baidu list pricing.
More models
View all modelsGPT-6 Astra
GPT-6 Astra is OpenAI's flagship model for demanding end-to-end work. It is suited for advanced analysis, software engineering, deep research, scientific work, and document creation, with particular strengths in long-horizon...
GPT-6 Astra Pro
GPT-6 Astra Pro is the same underlying model as GPT-6 Astra, served with reasoning.mode set to pro for higher-quality responses on complex tasks. Learn more in OpenAI's docs:…