AICredits logo
microsoft

WizardLM-2 8x22B

microsoft/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...

Supported APIs

Chat API
Context
66K
Max output
Input / 1M
₹62.40
Cached / 1M
₹6.24
Output / 1M
₹62.40

Pricing

Token typeUSD / 1MINR / 1M
Input$0.620₹62.40
Cached inputprompt cache read$0.0626.24
Output$0.620₹62.40

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call WizardLM-2 8x22B through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
curl https://api.aicredits.in/v1/chat/completions \
  -H "Authorization: Bearer $AICREDITS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "microsoft/wizardlm-2-8x22b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

New here? Follow the quickstart guide or browse all models.