WizardLM-2 8x22B is Microsoft AIs most advanced Wizard model. It demonstrates highly competitive performance compared to leading proprietary models, and it consistently outperforms all existing state
curl https://api.routershift.com/v1/chat/completions \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "wizardlm-2-8x22b",
"messages": [{"role": "user", "content": "Hello!"}]
}'Full API DocumentationTop 3 parameter configurations from community usage