Mixtral 8x22B Instruct

Mistral's official instruct fine-tuned version of [Mixtral 8x22B](/models/mistralai/mixtral-8x22b). It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include: - strong math, coding, and reasoning - large context length (64k) - fluency in English, French, Italian, German, and Spanish See benchmarks on the launch announcement [here](https://mistral.ai/news/mixtral-8x22b/). #moe

ChatMistral66k tokens$2.1801 / $6.5404 · 1M

mistralai/mixtral-8x22b-instruct

Context
66k tokens
Completion cap
Tools
Yes
JSON
Yes
Released
2024-04-17

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistralai/mixtral-8x22b-instruct",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Mixtral 8x22B Instruct?
Mistral's official instruct fine-tuned version of [Mixtral 8x22B](/models/mistralai/mixtral-8x22b). It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include: - strong math, coding, and reasoning - large context length (64k) - fluency in English, French, Italian, German, and Spanish See benchmarks on the launch announcement [here](https://mistral.ai/news/mixtral-8x22b/). #moe Mixtral 8x22B Instruct runs on the Geek Hub API (OpenAI-compatible). Model id: mistralai/mixtral-8x22b-instruct.
Is Mixtral 8x22B Instruct free?
No. Input is $2.1801 per 1M tokens and output is $6.5404 per 1M tokens on Geek Hub (markup included).
What is the context length of Mixtral 8x22B Instruct?
Mixtral 8x22B Instruct has a 66k tokens context window.
Does Mixtral 8x22B Instruct support tool calling and structured outputs?
Mixtral 8x22B Instruct accepts tools and tool_choice for function calling. It also supports structured outputs via a JSON schema in response_format.
When was Mixtral 8x22B Instruct released?
Mixtral 8x22B Instruct was released on 2024-04-17.

More models from Mistral