Mistral Medium 3.5 128B Released: Dense Model with Configurable Reasoning and Vision

Mistral AI has released Mistral Medium 3.5 (128B), a dense transformer model that replaces Mistral Medium 3.1 and Magistral in Le Chat, and Devstral 2 in their coding agent Vibe. It's a single set of weights handling instruction-following, reasoning, and coding.
Key Features
- Dense 128B parameters — not Mixture of Experts.
- 256k context window for long inputs.
- Multimodal input: accepts text and images; outputs text only. Vision encoder trained from scratch to handle variable sizes and aspect ratios.
- Configurable reasoning effort: toggle per request between instant reply (
none) and deep reasoning (high). - Native function calling and JSON output for agentic workflows.
- Multilingual: supports English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, Arabic, and others.
- Strong system prompt adherence.
Recommended Settings
- Reasoning effort:
nonefor quick replies;highfor complex prompts and agentic usage (e.g.,reasoning_effort="high"). - Temperature: 0.7 with
highreasoning; 0.0–0.7 withnonedepending on desired creativity.
License
Released under a Modified MIT License — open-source for commercial and non-commercial use, with exceptions for large revenue companies.
GGUF Quantizations Available
Unsloth has published a GGUF version on Hugging Face: unsloth/Mistral-Medium-3.5-128B-GGUF
This model is relevant for developers running local AI coding agents, particularly those needing high-quality instruction following, reasoning, and vision in a single dense model with a large context window.
📖 Read the full source: r/LocalLLaMA
👀 See Also

Adaptive Inference Routing Proposal for AI Query Efficiency
A proposal submitted to Anthropic in April 2026 outlines a five-step system for routing queries to appropriate AI models based on complexity scoring, using simple signals like character count and sentence count before any model inference occurs.

Docker Containers: The Case Against Cron Jobs
A discussion from r/openclaw highlights the contentious topic of using cron jobs within Docker containers. While easy automation might be the immediate appeal, the community advises against it.

Nvidia's Nemotron 3 Super: 120B Parameter Model with 12B Active Inference
Nvidia's Nemotron 3 Super has 120 billion total parameters but only activates 12 billion during inference, achieving 120B model knowledge at roughly 12B compute cost through efficient routing rather than compression.

Google to Provide AI Agents to Pentagon for Unclassified Work
Google will provide AI agents to the Pentagon for unclassified work, according to a Bloomberg report. The article has generated discussion on Hacker News with 61 points and 52 comments.