microsoft/wizardlm-2-8x22bWizardLM-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...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.620 | ₹62.40 |
| Cached inputprompt cache read | $0.062 | ₹6.24 |
| Output | $0.620 | ₹62.40 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call WizardLM-2 8x22B through the supported APIs shown above — just set the base URL and your AICredits key.
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.