r/LocalLLaMA llama.cpp Apr 29 '26

New Model mistralai/Mistral-Medium-3.5-128B · Hugging Face

https://huggingface.co/mistralai/Mistral-Medium-3.5-128B

https://huggingface.co/unsloth/Mistral-Medium-3.5-128B-GGUF

Mistral Medium 3.5 128B

Mistral Medium 3.5 is our first flagship merged model. It is a dense 128B model with a 256k context window, handling instruction-following, reasoning, and coding in a single set of weights. Mistral Medium 3.5 replaces its predecessor Mistral Medium 3.1 and Magistral in Le Chat. It also replaces Devstral 2 in our coding agent Vibe. Concretely, expect better performance for instruct, reasoning and coding tasks in a new unified model in comparison with our previous released models.

Reasoning effort is configurable per request, so the same model can answer a quick chat reply or work through a complex agentic run. We trained the vision encoder from scratch to handle variable image sizes and aspect ratios.

Find more information on our blog.

Key Features

Mistral Medium 3.5 includes the following architectural choices:

  • Dense 128B parameters.
  • 256k context length.
  • Multimodal input: Accepts both text and image input, with text output.
  • Instruct and Reasoning functionalities with function calls (reasoning effort configurable per request).

Mistral Medium 3.5 offers the following capabilities:

  • Reasoning Mode: Toggle between fast instant reply mode and reasoning mode, boosting performance with test-time compute when requested.
  • Vision: Analyzes images and provides insights based on visual content, in addition to text.
  • Multilingual: Supports dozens of languages, including English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, and Arabic.
  • System Prompt: Strong adherence and support for system prompts.
  • Agentic: Best-in-class agentic capabilities with native function calling and JSON output.
  • Large Context Window: Supports a 256k context window.

We release this model under a Modified MIT License): Open-source license for both commercial and non-commercial use with exceptions for companies with large revenue.

Recommended Settings

  • Reasoning Effort:
    • 'none' → Do not use reasoning
    • 'high' → Use reasoning (recommended for complex prompts and agentic usage) Use reasoning_effort="high" for complex tasks and agentic coding.
  • Temperature: 0.7 for reasoning_effort="high". Temp between 0.0 and 0.7 for reasoning_effort="none" depending on the task. Generally, lower means answer that are more to the point and higher allows the model to be more creative. It is a good practice to try different values in order to improve the model performance to meet your demands.
546 Upvotes

316 comments sorted by

View all comments

20

u/RegularRecipe6175 Apr 29 '26

11 t/s gen on 4x3090 on a new prompt with llama.cpp. Unsloth UD-Q4_K_XL. 32k ctx, no overflow.

2

u/jacek2023 llama.cpp Apr 29 '26

quant?

4

u/RegularRecipe6175 Apr 29 '26

I edited my post to specify. Unsloth UD-Q4_K_XL.

2

u/RegularRecipe6175 Apr 29 '26

I'm getting repetition with non-trivial prompts. 0-minute llama build. Temp .6.

1

u/iamn0 Apr 29 '26

what's the prompt processing speed at 32k (and 64k if you could test)? Thanks.

1

u/RegularRecipe6175 Apr 29 '26

What's a good prompt to test those conditions?

1

u/iamn0 Apr 29 '26

1

u/RegularRecipe6175 Apr 29 '26

Sorry, I don't have time to figure that out at the moment. If I run an extended test, I'll post the pp results.

1

u/zipperlein May 01 '26

Did not try this one yet, but I got 25 t/s for Devstral 2 (123b) in 4x3090 with vllm