Back to Models

Ministral 8B

mistralmistral/ministral-8b

Mistral's small 8B parameter model with vision. Cost-effective for simpler tasks and high-throughput workloads.

Ministral 8B (Ministral-8B-Instruct-2410) is Mistral AI's mid-sized edge model, released October 16, 2024 as part of the 'Les Ministraux' family alongside the 3B variant. At 8 billion parameters with a 128K context window and interleaved sliding-window attention for efficient long-context inference, it was designed as a denser, more capable sibling to the 3B for on-device and edge-server deployments where raw throughput matters more than frontier quality.

The model received targeted post-training for function calling and tool use, making it a viable candidate for high-throughput agent pipelines running on modest hardware. For TheRouter operators, Ministral 8B fills the high-volume, low-latency tier between the 3B (ultra-cheap) and 14B (more capable but 1.7x the price). It was succeeded in December 2025 by Ministral 3 8B, which added native vision support and improved benchmarks; the original 2410 checkpoint is now deprecated.

Best for
  • β€’ High-throughput chat and customer-service workloads where consistent latency at scale matters more than maximum intelligence
  • β€’ Edge-server or single-GPU deployments (works comfortably on 24 GB VRAM) for real-time applications with privacy requirements
  • β€’ Function-calling and tool-use pipelines that stay under 4K output tokens, where Llama 3.1 8B is too heavy on context and Gemma is slower on throughput
  • β€’ Multilingual edge cases β€” the model supports function calling in multiple languages, useful for regional deployments through TheRouter
Reach for something else if
  • β€’ Deep reasoning, math, or coding tasks at frontier level β€” route to Mistral Large 3, Claude Opus 4.7, or DeepSeek V4 for complex logic
  • β€’ Any vision or multimodal pipeline β€” the original 2410 checkpoint is text-only; use the newer Ministral 3 8B or Pixtral Large for image inputs
  • β€’ Deprecation-sensitive paths β€” the 2410 checkpoint is officially deprecated; new integrations should target Ministral 3 8B for the edge tier

How TheRouter serves this differently from the vendor

As the vendor operates it

Mistral's original Ministral-8B-Instruct-2410 checkpoint is a deprecated, text-only research-license model; the newer Ministral 3 8B successor added native vision and commercial availability.

On TheRouter

TheRouter keeps the mistral/ministral-8b slug callable as an OpenAI-compatible text/chat route, but the curated page treats original-checkpoint vision, throughput, and output-limit details as undisclosed unless the live route is separately verified.

Context Length
128K
Max Output
16K
Input Priceper 1M tokens
$0.162/ 1M tokens
Output Priceper 1M tokens
$0.162/ 1M tokens

Modalities

textimage→text

Capabilities

Vision

Pricing Breakdown

TypeRate
Input$0.162 / 1M tokens
Output$0.162 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

Specifications

Release date2024-10-16mistral.ai β†—verified
Architecture8B-parameter dense transformer with interleaved sliding-window attention for efficient 128K context inferencemistral.ai β†—verified
Context window128K tokensmistral.ai β†—verified
Maximum outputNot publicly disclosed by Mistral for the original 2410 checkpointdocs.mistral.ai β†—unknown
LicenseMistral Research License β€” research and non-commercial use only; commercial license required from Mistral AIhuggingface.co β†—verified
Hardware requirementsNot publicly disclosed by Mistral for the original 2410 checkpointhuggingface.co β†—unknown
StatusDeprecated (as of 2025-12-02) β€” replaced by Ministral 3 8Bdocs.mistral.ai β†—verified

Benchmarks

BenchmarkDistributionScoreSource
MMLU
Mistral internal evaluation; outperforms Llama 3.1 8B and Mistral 7B on this metric
66.0%%mistral.ai β†—
HumanEval
Mistral's launch post compared Ministral 8B on code benchmarks but did not publish a raw HumanEval score for the original 2410 checkpoint
β€”Not publicly disclosedβ€”
GSM8K
Outperforms Llama 3.1 8B and Mistral 7B in Mistral's internal evaluation
79.0%%mistral.ai β†—
AGIEval
Mistral confirmed AGIEval in the benchmark suite but did not publish raw scores for 8B in the launch post
β€”Not publicly disclosedβ€”

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "mistral/ministral-8b",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'

Chat completion

Standard text-to-text chat. Ministral 8B excels at high-throughput conversational workloads.

cURL
curl https://api.therouter.ai/v1/chat/completions \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mistral/ministral-8b",
    "messages": [
      {"role": "system", "content": "You are a helpful assistant."},
      {"role": "user", "content": "What is the capital of France?"}
    ]
  }'

More from mistral

Similar models

Cross-provider sibling models

News & changes

2025-12-02

Mistral announces Ministral 3 family, deprecating original 2410 checkpoints

Mistral launched Ministral 3, a new generation of edge models including 3B, 8B, and a large MoE variant. Ministral 3 8B replaces the original Ministral-8B-Instruct-2410 with native vision support, higher benchmark scores, and continued commercial availability.

re-authored by TheRouterdocs.mistral.ai β†—
2024-10-16

Mistral launches Les Ministraux β€” Ministral 3B and 8B for edge and on-device AI

Mistral AI released the Ministral 3B and 8B models under the Mistral Research License, targeting on-device and edge deployments. Key innovations included a 128K context window with interleaved sliding-window attention, function calling post-training, and competitive benchmarks against Llama 3.1 8B and Gemma 2 9B.

re-authored by TheRoutermistral.ai/news β†—

Frequently asked

Is Ministral 8B free to use commercially?

No. The original Ministral-8B-Instruct-2410 is released under the Mistral Research License (MRL-0.1), which permits research and non-commercial use only. A separate commercial license from Mistral AI is required for production deployments. The successor Ministral 3 8B has a more permissive commercial license. Access through TheRouter API follows the TheRouter provider agreement.

re-authored by TheRouterhuggingface.co β†—
What is the difference between Ministral 8B and Ministral 3 8B?

Ministral 3 8B is the successor, released December 2, 2025. Key differences: (1) native vision support added, (2) improved benchmark scores across the board, (3) commercially available without a separate research license restriction, (4) currently active and supported. The original Ministral 8B (2410) is deprecated and research-license-only.

re-authored by TheRouterdocs.mistral.ai β†—
Does Ministral 8B support vision on TheRouter?

The original Ministral-8B-Instruct-2410 checkpoint is text-only (no vision). The YAML configuration lists vision as supported, which may reflect TheRouter routing a newer Ministral 3 8B checkpoint under the same slug. For guaranteed vision support, use mistral/ministral-14b (which has native vision) or the Ministral 3 8B successor.

re-authored by TheRoutermistral.ai β†—
Fact ledger β€” every claim on this page traces here
sourceURLretrieved
Release datemistral.ai β†—2026-05-27verified
Architecturemistral.ai β†—2026-05-27verified
Context windowmistral.ai β†—2026-05-27verified
Maximum outputdocs.mistral.ai β†—2026-08-24unknown
Licensehuggingface.co β†—2026-05-27verified
Hardware requirementshuggingface.co β†—2026-08-24unknown
Statusdocs.mistral.ai β†—2026-05-27verified
MMLUmistral.ai β†—2026-05-27verified
HumanEvalmistral.ai β†—2026-08-24unknown
GSM8Kmistral.ai β†—2026-05-27verified
AGIEvalmistral.ai β†—2026-05-27unknown
Mistral announces Ministral 3 family, deprecating original 2410 checkpointsdocs.mistral.ai β†—2026-05-27verified
Mistral launches Les Ministraux β€” Ministral 3B and 8B for edge and on-device AImistral.ai/news β†—2026-05-27verified
Is Ministral 8B free to use commercially?huggingface.co β†—2026-05-27to verify
What is the difference between Ministral 8B and Ministral 3 8B?docs.mistral.ai β†—2026-05-27to verify
Does Ministral 8B support vision on TheRouter?mistral.ai β†—2026-05-27to verify
Help & contact