Novita

microsoft/wizardlm-2-8x22b

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 .

Input modalities

text

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Available

Input tokens

$0.620 / 1M tokens

Output tokens

$0.620 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$0.620 / 1M tokens
Output tokens$0.620 / 1M tokens

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/ula/chat/completions \
  -H "Authorization: Bearer $ONEINFER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "microsoft/Wizardlm-2-8x22B",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'