WizardLM-2 8x22B
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](/models/mistralai/mixtral-8x22b). To read more about the model release, [click here](https://wizardlm.github.io/WizardLM2/). #moe
microsoft/wizardlm-2-8x22b
- Context
- 66k tokens
- Completion cap
- 8,000
- Tools
- No
- JSON
- Yes
- Released
- 2024-04-16
Call it from Geek Hub
Same OpenAI SDK. Change the base URL and the model id.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "microsoft/wizardlm-2-8x22b",
"messages": [{"role": "user", "content": "Hola"}]
}'Get an API keyFrequently asked questions
- What is WizardLM-2 8x22B?
- 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](/models/mistralai/mixtral-8x22b). To read more about the model release, [click here](https://wizardlm.github.io/WizardLM2/). #moe WizardLM-2 8x22B runs on the Geek Hub API (OpenAI-compatible). Model id: microsoft/wizardlm-2-8x22b.
- Is WizardLM-2 8x22B free?
- No. Input is $0.6758 per 1M tokens and output is $0.6758 per 1M tokens on Geek Hub (markup included).
- What is the context length of WizardLM-2 8x22B?
- WizardLM-2 8x22B has a 66k tokens context window. It supports up to 8,000 completion tokens.
- Does WizardLM-2 8x22B support tool calling and structured outputs?
- WizardLM-2 8x22B does not advertise tool calling on this endpoint. It also supports structured outputs via a JSON schema in response_format.
- When was WizardLM-2 8x22B released?
- WizardLM-2 8x22B was released on 2024-04-16.