Affiliate disclosure: we may earn commissions when you sign up through some links below, at no extra cost to you. This never affects our pricing data, comparisons, or recommendations. Learn more.
news · Updated August 4, 2026

Mistral Shieldstral Launch: Pricing Impact & Costs

Mistral released Shieldstral, an Apache-2.0 multimodal moderation model. See its self-hosting costs, limits, and deployment tradeoffs.

By AI Pricing Guru Editorial Team

AI Pricing Guru articles are maintained by the editorial workflow behind the site: daily pricing snapshots, provider source checks, and review passes for model launches, subscription limits, and billing changes.

TL;DR

  • Mistral released Shieldstral 1.0 on August 4 as an Apache-2.0, policy-adaptive moderation model for text and images.
  • The weights have no separate license fee, but Mistral announced no hosted API rate; self-hosters still pay for GPU capacity and operations.
  • Mistral says the 3B-class model fits on one 16GB NVIDIA GPU and beats much larger open guard models on several provider-run evaluations.
  • Pilot it beside your existing moderation layer before replacing anything: policy wording, thresholds, false positives, and image handling all need local testing.

Cost comparison from today's pricing data

USD per 1M tokens. Input and output rates are charted separately.

InputOutput
0$1.00GPT OSS Safeguard 20Bgroq$0.075$0.3Ministral 3Bmistral$0.1$0.1Mistral Small 4mistral$0.15$0.6

Published API baselines while Shieldstral has no hosted rate

Model Provider Input / 1M Cached / 1M Output / 1M
GPT-OSS Safeguard 20B groq $0.075 n/a $0.3
Ministral 3B mistral $0.1 n/a $0.1
Mistral Small 4 mistral $0.15 n/a $0.6

Built from pricing.json at publish time.

Mistral released Shieldstral 1.0 on August 4, 2026, as an open-weights safety classifier for moderating text, images, and combined text-image inputs. Its unusual feature is policy adaptation at inference time: developers express a rule as a natural-language yes/no question instead of retraining the model around a fixed harm taxonomy.

The pricing headline needs care. Shieldstral’s weights are available under Apache 2.0 for commercial and non-commercial use, but Mistral did not announce a hosted Shieldstral API rate. The live table above therefore shows current API baselines from our dataset, not a token price for Shieldstral. Mistral’s API rate card separately lists the text-only mistral-moderation-2603 classifier service as free; that is a different product and does not establish a Shieldstral rate.

What changed

AreaConventional fixed-policy guard modelShieldstral 1.0Cost implication
Policy changesOften require label remapping, prompt wrappers, or retrainingSupplied as a plain-language question at inference timeMay reduce retraining and policy-maintenance work
ModalitiesSeparate text and image moderation can require multiple modelsOne interface covers text, images, and text plus imagesMay simplify the serving stack
OutputCategory label or discrete verdictCalibrated yes/no probability from one forward passSupports product-specific thresholds, but they must be tuned
DistributionProvider API or weights under model-specific termsApache-2.0 open weightsNo separate weight-license fee; infrastructure remains billable
Hosted pricingProvider publishes a rate cardNo Mistral-hosted rate announced at launchTeams must estimate self-hosting from measured throughput

Mistral markets Shieldstral as a 3B model; its documentation lists 3.8 billion total and active parameters. The company says BF16 inference fits within 16GB of VRAM, making a single-GPU pilot realistic without a multi-GPU serving cluster.

How Shieldstral works

Each request contains an instruction describing context and strictness, a single yes/no policy question, and the document to judge. The document can be a user prompt, model response, prompt-response pair, image, or image with text. Shieldstral reads the yes and no logits and normalizes them into a continuous score.

That interface can help teams whose policies vary by audience or surface. A healthcare assistant, game chat, and cybersecurity tool can ask different questions while using the same checkpoint. It does not remove policy design: vague questions and poorly chosen thresholds can still produce weak moderation.

The model card recommends keeping inputs within the 32K-token range used during training, despite theoretical support for a larger context. It lists 12 languages and supports vLLM, llama.cpp, and Transformers deployment.

Performance claims and limits

Mistral says Shieldstral matches or outperforms open guard models up to seven times larger across text safety, refusal detection, policy adaptation, and multimodal moderation. In its published results, Shieldstral led the compared models on VLGuard and UnsafeBench, while LlavaGuard led on its namesake benchmark. It also did not win every text or multilingual row.

These are Mistral’s evaluations on held-out samples, not proof that the model will satisfy a specific product’s policy or regulatory duties. Benchmark taxonomy, class balance, threshold choice, unavailable test images, and real-world distribution shifts can all change results. Human escalation remains necessary for high-impact decisions.

Who benefits—and who should wait

Teams that need private, on-premises, or high-volume moderation gain the most. Open weights allow local processing, and the single-GPU footprint lowers the barrier to an internal proof of concept. Products with frequently changing policies may also save engineering time by moving policy definitions out of training runs.

Teams that want a fully managed endpoint with a predictable token invoice should wait for a verified provider listing. A free-to-download checkpoint is not free inference: GPU rental or depreciation, autoscaling headroom, observability, moderation review, and model updates all belong in the budget.

What developers should do now

  1. Run Shieldstral in shadow mode against production-derived text and image samples without changing enforcement.
  2. Define one policy per question, then measure false positives and false negatives by language and content type.
  3. Tune thresholds for each surface instead of accepting the default as a universal safety boundary.
  4. Record GPU-hours, requests per second, image preprocessing time, queueing, and human-review volume to calculate cost per moderated item.
  5. Keep your existing moderation route as a fallback until the new model passes abuse, latency, and failure-mode tests.

Labs availability blocker

Shieldstral is not in the current AI Pricing Guru Labs leaderboard: there is no public OpenRouter route or priced Mistral endpoint, and our generated-answer suite cannot measure moderation F1, calibrated scores, image handling, false positives, or false negatives. A valid test needs a pinned checkpoint, labeled multilingual text-and-image data, threshold rules, latency, and GPU-hour logs.

For current provider costs, use the Mistral pricing page, compare the OpenAI pricing page and Groq pricing page, then model serving alternatives with the token calculator. Our Mistral API pricing guide explains the broader model catalog.

Teams evaluating a managed open-model route can check Novita’s current model catalog. Verify that the exact Shieldstral-1.0-3B checkpoint is listed before treating it as a deployment option.

Affiliate disclosure: AI Pricing Guru may earn a commission from the sponsored Novita link at no extra cost to you. It does not affect this analysis.

Bottom line

Shieldstral makes adaptable multimodal moderation unusually accessible: Apache-2.0 weights, a single-GPU target, and policies supplied at inference time. Its launch changes the self-hosting equation more than the API price table.

Do not book the weights as zero-cost moderation. Benchmark your own policies, measure the full serving stack, and compare cost per correctly moderated item before replacing a managed service.

Sources: Mistral’s official Shieldstral launch, model documentation, Hugging Face model card, technical report, official API pricing, Hacker News discussion, and AI Pricing Guru’s live pricing dataset. Official sources and pricing status checked August 4, 2026.