Back to models
Model Intelligence FileOpen source

Mixtral 8x22B Instruct

Mixtral 8x22B Instruct is a sparse mixture-of-experts (MoE) large language model developed by Mistral AI, designed for self-hosted deployment and fine-tuning. It balances high performance with open availability, making it a strong candidate for teams seeking control over their AI stack without relying on closed APIs.

Depth
976

word-level signal

Categories
3

topic cluster links

Index status
Live

Jun 26, 2026

Deep Brief

Overview and use cases

Overview

Mixtral 8x22B Instruct is a sparse mixture-of-experts (MoE) model developed by Mistral AI, released in April 2024. It is the instruction-tuned variant of the base Mixtral 8x22B model, which itself is a larger successor to the Mixtral 8x7B model. The model uses a total of 141 billion parameters but only activates 39 billion per token, thanks to its MoE architecture with 8 experts. This design allows it to deliver high performance while maintaining inference efficiency comparable to a much smaller dense model.

The model is released under the Apache 2.0 license, making it fully open for both research and commercial use. It supports a context length of 65,536 tokens and is available in multiple formats, including the original Mistral format, Hugging Face transformers, and vLLM. It is designed for self-hosted deployment, giving teams full control over their data and infrastructure.

Capabilities

Mixtral 8x22B Instruct excels in a wide range of natural language tasks, including:

  • General reasoning and instruction following: It performs well on benchmarks like MMLU (81.1% 5-shot), ARC-Challenge (72.8% 25-shot), and HellaSwag (88.4% 10-shot).
  • Coding: It achieves strong results on HumanEval (62.2% pass@1) and MBPP (73.0% pass@1), making it suitable for code generation and review.
  • Multilingual support: It handles multiple languages effectively, with performance on French, German, Spanish, and Italian benchmarks comparable to or exceeding other open models.
  • Long-context understanding: With a 65k token context window, it can process large documents, codebases, or conversation histories.
  • Safety and alignment: The instruct version has been fine-tuned with supervised learning and direct preference optimization (DPO) to reduce harmful outputs and improve helpfulness.

Use cases

  • Self-hosted AI assistants: Teams can deploy Mixtral 8x22B Instruct on their own infrastructure for customer support, internal knowledge bases, or general-purpose chatbots, ensuring data privacy.
  • Coding assistants and developer tools: Its strong coding performance makes it suitable for code generation, review, debugging, and documentation tasks.
  • Reasoning and analysis: The model can handle complex reasoning tasks, such as mathematical problem-solving, logical deduction, and data analysis.
  • Fine-tuning and customization: Because it is open-weight, organizations can fine-tune it on domain-specific data for specialized applications.
  • Research: The model serves as a strong baseline for studying MoE architectures, instruction tuning, and alignment techniques.

License & deployment

Mixtral 8x22B Instruct is released under the Apache 2.0 license, which permits free use, modification, and distribution for both research and commercial purposes. The model weights are available on Hugging Face and the official Mistral AI repository.

Deployment considerations:

  • Hardware requirements: Running the model requires significant GPU memory. For inference, a single node with 8x A100 80GB GPUs is recommended for full precision (FP16). Quantized versions (e.g., 4-bit or 8-bit) can reduce memory requirements, allowing deployment on fewer or smaller GPUs.
  • Runtime: The MoE architecture means that while the total parameter count is 141B, only 39B are active per token, resulting in inference speed comparable to a 39B dense model. However, memory usage is higher due to loading all expert weights.
  • Frameworks: The model is supported by Hugging Face Transformers, vLLM, TensorRT-LLM, and other major inference engines. Mistral AI provides a reference implementation in their mistral-inference repository.
  • Fine-tuning: Full fine-tuning requires substantial compute (e.g., 8x A100 80GB for LoRA or QLoRA). Parameter-efficient methods like LoRA are recommended for most use cases.

Safety notes: The model has undergone safety alignment, but users should still implement additional safeguards (e.g., content filtering, rate limiting) when deploying in production. The Apache 2.0 license does not include any use restrictions, but Mistral AI encourages responsible use.

Alternatives

  • Mixtral 8x7B Instruct: A smaller MoE model (46.7B total, 12.9B active) that is easier to deploy and fine-tune, but with lower performance. Suitable for teams with limited hardware.
  • Llama 3 70B Instruct: A dense model from Meta with similar performance to Mixtral 8x22B. It has a larger active parameter count (70B) and requires more compute per token, but may be easier to optimize on some hardware.
  • Qwen 2.5 72B Instruct: Another dense model with strong multilingual and coding capabilities. It is also open-weight under Apache 2.0.
  • DeepSeek-V2: A MoE model with 236B total parameters and 21B active, offering a different efficiency trade-off. It is open-weight but with a more restrictive license.
  • GPT-4 / Claude 3: Proprietary models that offer higher performance but require API access and lack the control of self-hosted solutions.

FAQ

Q: What hardware do I need to run Mixtral 8x22B Instruct? A: For full FP16 inference, a minimum of 8x A100 80GB GPUs is recommended. Quantized versions (e.g., 4-bit) can run on fewer GPUs, such as 4x A100 80GB or 2x A100 80GB with aggressive quantization.

Q: Can I fine-tune Mixtral 8x22B Instruct? A: Yes, the model supports fine-tuning. Full fine-tuning requires significant compute, but parameter-efficient methods like LoRA or QLoRA are feasible on 8x A100 80GB GPUs.

Q: Is Mixtral 8x22B Instruct free for commercial use? A: Yes, it is released under the Apache 2.0 license, which allows commercial use without restrictions.

Q: How does it compare to Mixtral 8x7B? A: Mixtral 8x22B has roughly 3x the total parameters and 3x the active parameters, leading to better performance on most benchmarks, especially in reasoning and coding. However, it requires more memory and compute.

Q: Does it support function calling or tool use? A: The base instruct model does not have built-in function calling, but it can be fine-tuned or prompted to use tools. Some community adaptations add this capability.

Q: What is the context length? A: The model supports a context length of 65,536 tokens.

Q: Where can I download the model? A: The model is available on Hugging Face at mistralai/Mixtral-8x22B-Instruct-v0.1 and on the official Mistral AI GitHub repository.

Keep Exploring

Related AI models

Model library

lpiccinelli

lpiccinelli/unidepth-v2-vitl14 · Hugging Face

UniDepth v2 (ViT-L/14) is a 0.4B-parameter PyTorch model for monocular metric depth estimation, leveraging a Vision Transformer backbone to predict scale-aware depth maps from single RGB images.

Open sourceUniDepth

Qwen

Qwen/Qwen3-8B · Hugging Face

Qwen/Qwen3-8B is an 8-billion parameter large language model developed by Alibaba Cloud's Qwen team, available on Hugging Face under the Apache 2.0 license. It is designed for advanced text generation, conversational AI, and complex reasoning tasks, featuring support for tool use and long-context understanding.

Open sourcetransformers

google-t5

google-t5/t5-small · Hugging Face

T5-small is a compact, multilingual encoder-decoder transformer model developed by Google and hosted on Hugging Face. Licensed under Apache 2.0, it supports text-to-text generation tasks such as translation, summarization, and question answering across multiple languages including English, French, German, and Romanian. It is optimized for low-latency inference and efficient deployment on various hardware backends.

Open sourcetransformers

Qwen

Qwen/Qwen3-0.6B · Hugging Face

Qwen/Qwen3-0.6B is a lightweight, open-source large language model developed by Alibaba Cloud's Qwen team. Released under the permissive Apache 2.0 license, this 0.6-billion-parameter model is designed for high-efficiency deployment on consumer-grade hardware, including CPUs and low-end GPUs. It features a 32,768-token context window, multilingual capabilities, and native support for tool-use and function calling, making it an ideal candidate for edge computing, real-time chatbots, and resource-constrained environments.

Open sourcetransformers

Ollama

llava

LLaVA (Large Language and Vision Assistant) is an open-source, end-to-end trained multimodal model that combines a vision encoder with a large language model (Vicuna) to enable visual understanding and reasoning. Developed by researchers from Microsoft, the University of Wisconsin-Madison, and Columbia University, LLaVA allows users to interact with images through natural language, supporting tasks such as visual question answering, image captioning, and complex visual reasoning. The latest iteration, LLaVA 1.6, introduces significant improvements in input resolution, visual instruction tuning, and logical reasoning capabilities. It is widely accessible for local deployment via Ollama, offering privacy, offline functionality, and flexible hardware requirements across various model sizes.

Open source

BAAI

BAAI/bge-small-en-v1.5 · Hugging Face

BAAI/bge-small-en-v1.5 is a lightweight, high-performance sentence embedding model developed by the Beijing Academy of Artificial Intelligence (BAAI). Based on the BERT architecture with approximately 33 million parameters, it generates 384-dimensional vector representations optimized for English text. It is widely used for semantic search, retrieval-augmented generation (RAG), and clustering tasks, offering a balance between computational efficiency and accuracy under the permissive MIT License.

Open sourcesentence-transformers

Site Discovery

Keep exploring ToolSeekAI

Move from model intelligence into tools, news, and rankings for a stronger AI decision path.