mistral
mistral/open-mixtral-8x7b/Released Dec 2023

Mixtral 8x7B

Efficient Mixture of Experts (8 experts) with 13B active parameters, optimized for multilingual tasks and cost-performance balance.

Provider
mistral
Modality
text-to-text
Released
Dec 2023
Pricing
$0.70 / 1M in$0.70 / 1M out

Ready to build with Mixtral 8x7B?

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