← Back to Directory
Mistral AI
LLM📅 Released: 2023-12-11

Mixtral 8x7B

The first high-performance open MoE model.

#historic#MoE#open-source

Overview

Mixtral 8x7B is a high-quality sparse Mixture-of-Experts (MoE) model that fundamentally changed the landscape of open-source AI. By activating only a fraction of its parameters (13B out of 47B) for each token, it delivers GPT-3.5 level performance with incredible efficiency and speed.

Unique Factor

The first major open-source model to prove that MoE architectures can deliver frontier-class intelligence.

Key Capabilities

Sparse MoE
Historic efficiency
Open weight

Benchmarks

MMLU Score
70.6%

Top Use Cases

Efficient Chatbots

Powering fast, intelligent chat interfaces for customer support.

Example: “Explain the concept of MoE to a non-technical audience.

Detailed Features

01

Sparse Mixture-of-Experts (MoE): Only 12.9B active parameters out of 46.7B, maximizing speed and efficiency.

02

32K Context Window: Capable of processing large documents and long conversational histories.

03

Multilingual Native: Strong performance across English, French, German, Spanish, and Italian.

04

High Coding Performance: Outperforms Llama 2 70B on most programming benchmarks.

05

Open Weights (Apache 2.0): Fully open for commercial use, fine-tuning, and research.

06

Low Inference Latency: Faster token generation than dense models of similar quality.

Strengths & Pros

  • Extremely fast for its intelligence level
  • Open source and customizable
  • Great for multilingual tasks

Limitations & Cons

  • Requires significant VRAM (minimum 2x A100/H100) due to total parameter count
  • Less 'steerable' than the latest Llama 3 models

Ideal Usage & Target Audience

Best For

Developers looking for a fast, open, and capable general-purpose model.

Not Recommended For

Users with limited hardware memory or those needing PhD-level reasoning.

API Implementation

python
from mistralai.client import MistralClient
client = MistralClient(api_key='...')
res = client.chat(model='open-mixtral-8x7b', messages=[{'role': 'user', 'content': 'Hello!'}])

Check the official documentation for full SDK details.

Technical Specs

Context32,768 tokens
Params47B (active 13B)
LicenseApache 2.0
ArchMoE

API Pricing

$0 / 1M input tokens

Output: $0 / 1M tokens

✓ Free tier available
Access API

Developer

The European AI powerhouse — masters of efficient Mixture-of-Experts (MoE) models and open weights.

Prompt Library

Browse Coding Prompts

📋

Previous Version

Mistral 7b