Back to Models

WizardLM-2 8x22B

microsoft/wizardlm-2-8x22b

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](/models/mistralai/mixtral-8x22b). To read more about the model release, [click here](https://wizardlm.github.io/WizardLM2/). #moe

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: WizardLM-2 8x22B (microsoft/wizardlm-2-8x22b)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "microsoft/wizardlm-2-8x22b",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the WizardLM-2 8x22B model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.48$ / 1M tokens
  • Output: 0.48$ / 1M tokens

Token Limits

  • Max Output: 16,384 tokens
  • Max Context: 65,536 tokens

Subscription Tiers

  • free
  • pro
  • ultimate