novita
microsoft/wizardlm-2-8x22b
Context
64K
Input
text
Output
text
Tool calling
Supported
About this model
WizardLM-2 8x22B is a 141-billion-parameter Mixture of Experts (MoE) model developed by Microsoft AI. It is the flagship model of the WizardLM-2 family, designed for state-of-the-art performance in complex chat, reasoning, multilingual tasks, and agent-like capabilities. It is built upon the Mixtral-8x22B architecture and trained using a fully AI-powered synthetic training system .
Capabilities
text
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "d360568bc53e467abdce7f83d5923134",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
d360568bc53e467abdce7f83d5923134
Input
$0.620 / 1M
Output
$0.620 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.620 / 1M |
| Output tokens | $0.620 / 1M |
Performance
Published evaluation results associated with this model.
General Reasoning
MMLU-Pro (5-shot)39.96
BBH (3-shot)48.58
Complex Reasoning
IFEval (0-Shot)52.72
GPQA (0-shot)17.56
MuSR (0-shot)14.54
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "d360568bc53e467abdce7f83d5923134",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'