mistral/open-mixtral-8x22b/Released Apr 2024

Mixtral 8x22B

Efficient Sparse MoE architecture with 39B active parameters, excels in multilingual tasks, math, coding, and handles 64K token contexts.

Provider
mistral
Modality
Text
Released
Apr 2024
Pricing
$2.00 / 1M in$6.00 / 1M out

Ready to build with Mixtral 8x22B?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "open-mixtral-8x22b",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'