ERNIE 4.5 21B A3B Thinking performance data on Rival is based on blind head-to-head community voting. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 0 challenges.
We're not suggesting you leave ERNIE 4.5 21B A3B Thinking. We're just... putting these here. In case you're curious. Which you are, because you scrolled this far.
ERNIE 4.5 21B A3B Thinking performance data on Rival is based on blind head-to-head community voting. All vote data is part of Rival's open dataset of 21,000+ human preference judgments across 200+ AI models. Model responses are curated from 0 challenges.
We're not suggesting you leave ERNIE 4.5 21B A3B Thinking. We're just... putting these here. In case you're curious. Which you are, because you scrolled this far.
Baidu's lightweight reasoning MoE model (21B total, 3B active per token) refined for deep multi-step reasoning across logic, math, science, and code. 128K context, Apache-2.0.
Use ERNIE 4.5 21B A3B Thinking in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""baidu/ernie-4.5-21b-a3b-thinking" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
0 outputs from ERNIE 4.5 21B A3B Thinking
No responses yet. We're working on it. This model is... being patient.
Baidu's lightweight reasoning MoE model (21B total, 3B active per token) refined for deep multi-step reasoning across logic, math, science, and code. 128K context, Apache-2.0.
Use ERNIE 4.5 21B A3B Thinking in your applications via the OpenRouter API. Copy the code below to get started.
import requests
response = requests.post(
"https://openrouter.ai/api/v1/chat/completions" ,
headers={
"Authorization""Bearer $OPENROUTER_API_KEY" : ,
"Content-Type""application/json" :
},
json={
"model""baidu/ernie-4.5-21b-a3b-thinking" : ,
"messages""role""user""content""Hello!" : [{: , : }]
}
)
print(response.json())Replace $OPENROUTER_API_KEY with your API key from openrouter.ai/keys
0 outputs from ERNIE 4.5 21B A3B Thinking
No responses yet. We're working on it. This model is... being patient.