by Baidu·Text + Image·128K context·Released 2026-03-15·Proprietary
Overview
Baidu's flagship multimodal model, strong on Chinese-English tasks, reasoning and tool use. Hosted with solid uptime and a large context window. A capable option for bilingual production workloads; priced in the mid-tier rather than for bulk jobs.
Benchmarks
Standardized scores (0–100), normalized across the catalog.
Intelligence81
Coding80
Instruction following88
Providers
LLMRouteHub routes to the cheapest healthy provider by default. Showing the top 1 of 2 providers by routed volume.
| Provider | Input | Output | Throughput | Uptime |
|---|---|---|---|---|
| Baidu | $0.55 | $2.20 | 101 tok/s | 99.6% |
Use this model
curl https://llmroutehub.com/api/v1/chat/completions \
-H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "baidu/ernie-5",
"messages": [{ "role": "user", "content": "Hello" }]
}'