Skip to main content

Mistral Large 3

Mistral Large 3
A guide to Mistral Large 3 — 675B total and 41B active parameters, 256K context, multilingual support, pricing, and enterprise deployment tradeoffs.

Mistral Large 3 is Mistral AI's open-weight, general-purpose multimodal model for enterprise assistants, retrieval, coding, tool use, and long-context workloads. It uses a granular mixture-of-experts architecture with 675B total parameters and about 41B active parameters, plus a vision encoder.

The current Mistral model card, rechecked on July 17, 2026, lists a 256K context window, Apache 2.0 weights, and hosted API pricing of $0.50 per million input tokens and $1.50 per million output tokens. Its size makes it a data-center deployment rather than a typical local desktop model.

> Disclosure: This guide is published by Verdent. Mistral and competitor specifications come from official public sources and may change. Vendor benchmark claims should be checked with your own workload.

Mistral Large 3 Overview

Mistral Large 3 launched in December 2025 as a multimodal MoE model. The instruct checkpoint supports text and image input, function calling, JSON output, system prompts, long-context work, and general coding-assistant use.

It is not a dedicated reasoning model or a dedicated vision-first model; treat it as a broad general-purpose multimodal model unless a specific Mistral limitation note is cited.

That makes Mistral Large 3 a broad deployment candidate rather than an automatic winner for every task. Its value depends on whether one open-weight model can cover enough enterprise text, image, code, and tool workflows to justify its infrastructure.

675B MoE Architecture Explained

The model contains roughly 675B total parameters, but sparse routing activates about 41B for each token. Mistral describes the language component as approximately 673B total / 39B active, with a 2.5B vision encoder; rounded product figures yield the 675B / 41B description.

MoE changes compute economics but does not make the full weight set disappear. A serving node still needs access to all experts. Practical implications include:

  • lower active compute than a 675B dense model;
  • large static weight storage and memory requirements;
  • communication and routing overhead across accelerators;
  • sensitivity to quantization and expert-kernel support;
  • a need to benchmark throughput at the intended concurrency.

For self-hosting, Mistral offers FP8 and NVFP4-oriented formats. The correct format depends on the accelerator generation, quality target, and fine-tuning plan.

vs Llama 4 Maverick vs DeepSeek V3.2

Decision factorMistral Large 3Llama 4 MaverickDeepSeek V3.2
Form675B-total / 41B-active multimodal MoE400B-total / 17B-active multimodal MoEParameters depend on the selected official DeepSeek V3.2 release
Context256K1MVerify selected hosted or self-hosted configuration
LicenseApache 2.0Llama 4 Community LicenseMIT on official V3.2 release
ModalitiesText and imageText and imageVerify the selected official release
Deployment focusLarge-node enterprise servingLarge multimodal Llama deploymentLarge reasoning and agent workload

Choose Mistral Large 3 when Apache 2.0, Mistral's serving stack, multimodality, and a balanced enterprise workload align. Choose Llama 4 Maverick when its larger context and Llama ecosystem matter. Choose DeepSeek V3.2 only after the selected official release's parameters, license, modalities, and serving requirements fit the workload.

The right comparison uses one acceptance suite and one total-cost model. Public benchmark rows with different prompts or harnesses are not a deployment test.

80+ Language Support Claim: What Mistral Actually Documents

The phrase “80+ languages” requires qualification. Mistral Large 3's official model card says it supports dozens of languages and explicitly names English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, and Arabic. It does not substantiate a blanket “80+ natural languages” claim for this model.

The number may be confused with an older Mistral Large 2 statement about 80+ coding languages, which is a different claim for a different model generation.

For multilingual deployment, test each required language on:

  • instruction following and system-prompt adherence;
  • domain vocabulary and code comments;
  • retrieval from mixed-language documents;
  • structured output and tool arguments;
  • refusal and safety behavior;
  • translation consistency across long context.

Do not infer production support from pretraining exposure or a single translation benchmark.

Enterprise Deployment

Mistral documents the instruct model as deployable in FP8 on one node of B200s or H200s, and in NVFP4 on one node of H100s or A100s. The FP8 model is the safer starting point when fine-tuning precision matters; NVFP4 reduces hardware requirements further.

A deployment decision should compare:

  1. hosted API cost at $0.50 input / $1.50 output per 1M tokens;
  2. accelerator rental or ownership, utilization, and redundancy;
  3. 256K KV-cache memory at production concurrency;
  4. networking and expert-routing overhead;
  5. observability, upgrades, patching, and on-call ownership;
  6. data-control or customization requirements that justify self-hosting.

Self-hosting becomes more compelling when utilization is high or data and customization requirements are strict. Hosted access is usually easier for evaluation and bursty workloads.

Decision factorHosted APISelf-hosted enterprise deployment
Evaluation speedFaster to start after account and endpoint validationRequires infrastructure and serving setup
Capacity planningProvider manages accelerator topologyTeam owns weight memory, KV cache, networking, and redundancy
OperationsProvider manages patches and availabilityTeam owns upgrades, observability, and on-call support
Customization and controlLimited to hosted featuresGreater control over weights, serving, and data path
Best starting pointBursty workloads and pre-deployment evaluationSustained utilization or strict customization requirements

For a coding-specialized Mistral option, compare Devstral 2. For a smaller Apache-licensed family, see Qwen3.5.

Using It in Verdent

Mistral Large 3 is not in Verdent's current built-in model lineup. It may be available through OpenRouter BYOK if the model appears in your provider catalog. That route is conditional and should not be described as native Mistral integration.

Use Verdent for a bounded hosted evaluation before committing to self-deployment:

  1. enable the exact Mistral Large 3 endpoint through OpenRouter;
  2. run one text, one image, and one multi-file coding task;
  3. inspect plans, tool calls, diffs, and verification results;
  4. capture tokens, latency, retries, and accepted-task cost;
  5. compare the hosted result with a self-hosted pilot using the same suite.

A validated OpenRouter model can be selected in Verdent and assigned to preset or agent roles. Provider-key traffic does not use Smart Suggestions or automatic compression, so include manual context control in the pilot.

Sources: Review Mistral Large 3 deployment specifications.

Frequently Asked Questions

Does Mistral's model card confirm 80+ natural languages for Large 3?

No. The model card describes support for dozens of languages and names several major languages, but it does not confirm a blanket 80+ natural-language count for Mistral Large 3.

What is the difference between 675B total and 41B active parameters?

The full model contains about 675B parameters, while sparse routing uses about 41B for each token. Active compute is smaller than a dense 675B model, but the serving system still needs access to the complete weights.

Can Mistral Large 3 be self-hosted on a normal workstation?

It is not a normal-workstation model. Mistral documents node-level accelerator configurations for FP8 and NVFP4 deployment, and production serving also requires capacity for context, concurrency, and redundancy.

When is the hosted API preferable to self-deployment?

Hosted access is usually preferable for evaluation, bursty demand, or teams that do not want to operate a large accelerator cluster. Self-hosting becomes relevant when sustained utilization, data control, or customization justifies the operational burden.

Next Step

Evaluate Mistral Large 3 in Verdent

Run a hosted OpenRouter pilot with text, image, and coding tasks, then compare latency, cost, retries, and verification results against your self-hosted baseline.