Back to Models
WizardLM-2 8x22B
microsoft/wizardlm-2-8x22bApr 16, 202465.5K context8K max output$0.62/M in · $0.62/M out
Description
WizardLM-2 8x22B is Microsoft AI's most advanced Wizard model. It demonstrates highly competitive performance compared to leading proprietary models, and it consistently outperforms all existing state-of-the-art opensource models.
It is an instruct finetune of Mixtral 8x22B.
To read more about the model release, click here.
#moe
Specifications
Provider
microsoft
Context Length
65.5K
Max Output
8K
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.62 |
| Output | $0.62 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "microsoft/wizardlm-2-8x22b",
"messages": [{"role": "user", "content": "Hello!"}]
}'