ollama - 💡(How to fix) Fix mistral-medium-3.5:128b system prompt incorrectly identifies as Mistral-Small-4-119B-2603 [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
ollama/ollama#16074Fetched 2026-05-11 03:13:29
View on GitHub
Comments
0
Participants
1
Timeline
0
Reactions
0
Participants

Error Message

  • The model weights appear correct (127.7B params, Q4_K_M, 80GB) — this appears to be a Modelfile template packaging error only.

Root Cause

Users performing model provenance verification see a model self-identifying as a different architecture than what's listed on the registry. This creates a trust/supply chain concern — especially for anyone validating that the model they pulled is the model they intended to run.

RAW_BUFFERClick to expand / collapse

What is the issue?

The mistral-medium-3.5:128b Modelfile ships with a SYSTEM prompt that identifies the model as "Mistral-Small-4-119B-2603" — a completely different model architecture (MoE, 128 experts, ~119B params) than Mistral Medium 3.5 (dense, 128B params).

Visible via:

ollama show mistral-medium-3.5:128b

Under "System":

You are Mistral-Small-4-119B-2603, a Large Language Model (LLM) created by Mistral AI...

Also confirmed via ollama show mistral-medium-3.5:128b --modelfile.

Why this matters

Users performing model provenance verification see a model self-identifying as a different architecture than what's listed on the registry. This creates a trust/supply chain concern — especially for anyone validating that the model they pulled is the model they intended to run.

Steps to reproduce

  1. ollama pull mistral-medium-3.5:128b
  2. ollama show mistral-medium-3.5:128b
  3. Observe SYSTEM prompt references "Mistral-Small-4-119B-2603" instead of Mistral Medium 3.5

Environment

  • Ollama version: latest (as of May 2026)
  • OS: macOS (Apple Silicon)
  • The model weights appear correct (127.7B params, Q4_K_M, 80GB) — this appears to be a Modelfile template packaging error only.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

ollama - 💡(How to fix) Fix mistral-medium-3.5:128b system prompt incorrectly identifies as Mistral-Small-4-119B-2603 [1 participants]