model releaseMistral AI

Mistral Releases Medium 3.5: 128B Dense Model With 256k Context and Configurable Reasoning

TL;DR

Mistral AI released Mistral Medium 3.5, a 128B parameter dense model with a 256k context window that unifies instruction-following, reasoning, and coding capabilities. The model features configurable reasoning effort per request and a vision encoder trained from scratch for variable image sizes.

2 min read
0

Mistral Medium 3.5 — Quick Specs

Context window256K tokens
Input$1.5/1M tokens
Output$7.5/1M tokens

Mistral Releases Medium 3.5: 128B Dense Model With 256k Context and Configurable Reasoning

Mistral AI released Mistral Medium 3.5, a 128B parameter dense model with a 256k context window that handles instruction-following, reasoning, and coding in unified weights.

Model Specifications

  • Parameters: 128B (dense architecture)
  • Context window: 256k tokens
  • Modality: Multimodal input (text and images), text output
  • License: Modified MIT (open-source with revenue restrictions)

The model replaces Mistral Medium 3.1 and Magistral in Le Chat, and replaces Devstral 2 in Mistral's coding agent Vibe.

Key Technical Features

Mistral Medium 3.5 introduces configurable reasoning effort, allowing the same model to switch between fast responses and complex reasoning tasks. According to Mistral AI, users can set reasoning_effort="none" for quick replies or reasoning_effort="high" for complex agentic tasks.

The company trained the vision encoder from scratch to handle variable image sizes and aspect ratios. The model supports native function calling and JSON output for agentic applications.

Benchmark Performance

According to Mistral AI:

  • τ³-Telecom: 91.4%
  • SWE-Bench Verified: 77.6%

Mistral claims the model supersedes all previous Mistral coding models including Devstral across all benchmarks. The company states it achieves "strong results" on instruction following, reasoning (math), and coding benchmarks, though specific scores were not disclosed for all tests.

Language and Capabilities

The model supports dozens of languages including English, French, Spanish, German, Italian, Portuguese, Dutch, Chinese, Japanese, Korean, and Arabic. Mistral emphasizes "best-in-class agentic capabilities" and strong adherence to system prompts.

Deployment and Availability

Mistral Medium 3.5 is available through:

  • Mistral AI API
  • vLLM (recommended for production)
  • SGLang
  • llama.cpp (text only via Unsloth's GGUF)
  • Ollama
  • Transformers library

For faster local inference, Mistral released an accompanying EAGLE model for use with vLLM or SGLang. Fine-tuning is supported via Axolotl, Unsloth, and vLLM.

Recommended settings: temperature 0.7 for reasoning_effort="high" and 0.0-0.7 for reasoning_effort="none" depending on task.

What This Means

Mistral's unified architecture approach differs from competitors who maintain separate specialized models. The configurable reasoning represents an implementation of test-time compute scaling, allowing users to trade latency for performance on-demand. At 128B parameters, this sits between mid-tier and frontier models, targeting users who need strong performance without the cost of 400B+ parameter models. The Modified MIT license with revenue restrictions makes this effectively open-weight rather than fully open-source.

Related Articles

model release

Unsloth Releases GGUF Quantizations of Kimi K3, a 2.8T-Parameter Open-Weight MoE Model

Unsloth has released GGUF quantizations of Kimi K3, a 2.8-trillion-parameter open-weight Mixture-of-Experts model from Moonshot AI with a 1-million-token context window and native vision support. The largest lossless quantization (Q8) weighs in at 1.56TB.

model release

Microsoft Releases Fara1.5-27B, a 27B Vision-Only Web Browsing Agent with 262K Context

Microsoft Research AI Frontiers has released Fara1.5-27B, a 27-billion-parameter multimodal agent that completes web tasks by reading screenshots and emitting click/type/scroll commands. The model, fine-tuned from Qwen3.5-27B, ships under MIT license with a 262K-token context window and is designed to run alongside Microsoft's MagenticLite sandbox.

model release

Microsoft Releases VibeVoice-ASR-BitNet: 1.58GB Speech Recognition Model Runs Real-Time on CPU, No GPU Needed

Microsoft Research released VibeVoice-ASR-BitNet, a quantized 1.58GB version of its VibeVoice-ASR speech recognition model that achieves real-time inference (RTF < 1) on as few as 3 CPU threads. The model runs 1.6-2.3x faster than Whisper.cpp on commodity x86 and ARM hardware, with a modest accuracy tradeoff.

model release

Anthropic's Claude Mythos Preview Discovers New Attacks on AES Encryption and Post-Quantum Signature Scheme HAWK

Anthropic's Claude Mythos Preview model independently discovered a new cryptanalytic attack on a reduced version of AES-128 and improved an existing attack on the post-quantum signature scheme HAWK. Each research run cost roughly $100,000 in API fees, with human researchers largely limited to project management and verification.

Comments

Loading...