changelogMistral AI

Mistral Releases Codestral 25.08 with 30% Higher Completion Acceptance, Ships Full Enterprise Coding Stack

TL;DR

Mistral AI released Codestral 25.08, showing 30% more accepted code completions and 10% higher retention rates. The company also shipped Devstral Small, a 24B-parameter agentic coding model scoring 53.6% on SWE-Bench Verified, alongside new embedding and IDE integration tools aimed at enterprise deployment.

2 min read
0

Mistral Releases Codestral 25.08 with 30% Higher Completion Acceptance, Ships Full Enterprise Coding Stack

Mistral AI released Codestral 25.08, the latest version of its code generation model, alongside a complete coding stack targeting enterprise deployments. The update shows measurable improvements in code completion quality, according to the company.

Codestral 25.08 Performance Metrics

Mistral claims Codestral 25.08 delivers:

  • 30% increase in accepted completions compared to prior versions
  • 10% more code retained after suggestion
  • 50% fewer runaway generations
  • 5% improvement on instruction-following benchmark IFEval v8
  • 5% gain in code abilities on MultiplE benchmark

The model is optimized for fill-in-the-middle (FIM) completion and supports deployment across cloud, VPC, or on-premises environments.

Devstral: Agentic Coding Models

Mistral introduced Devstral, a family of models built for multi-file coding tasks. Devstral Small (24B parameters, Apache-2.0 license) scores 53.6% on SWE-Bench Verified, while Devstral Medium reaches 61.6%. According to Mistral, these scores exceed Claude 3.5, GPT-4.1-mini, and other open models on the benchmark.

Devstral Small runs on a single Nvidia RTX 4090 or Mac with 32GB RAM. The model is open-weight, allowing enterprises to fine-tune on proprietary codebases or integrate into CI/CD pipelines without licensing restrictions. Devstral Medium is available through Mistral's API and enterprise partnerships.

Codestral Embed for Code Search

The stack includes Codestral Embed, a code-specific embedding model. Mistral claims it outperforms OpenAI and Cohere embeddings on code retrieval benchmarks. The model offers configurable dimensions (including 256-dim INT8) and supports private deployment for monorepo and poly-repo search.

IDE Integration and Enterprise Controls

All capabilities are accessible through Mistral Code, a plugin for JetBrains and VS Code. Features include:

  • Inline completions via Codestral 25.08
  • One-click automations powered by Devstral
  • Semantic search backed by Codestral Embed
  • Context awareness from Git diffs and terminal history

The plugin supports cloud, VPC, and on-premises deployment (general availability Q3 2025). Mistral offers SSO, audit logging, and usage controls through the Mistral Console. No telemetry is mandatory, and inference can run without external API calls.

Enterprise Deployment Options

Mistral's approach addresses several enterprise requirements:

  • VPC, on-premises, and air-gapped deployment options
  • Model weights access for customization
  • Unified observability and audit trails
  • Integration with internal CI/CD and knowledge bases

Pricing for Codestral 25.08 and Devstral models was not disclosed.

What This Means

Mistral is positioning itself as an enterprise-first alternative to SaaS-only coding assistants. The combination of open-weight models (Devstral Small), private deployment options, and integrated tooling addresses compliance and customization requirements common in regulated industries. The 30% improvement in completion acceptance, if validated independently, represents meaningful progress in code suggestion quality. However, real-world enterprise adoption will depend on whether the stack's complexity and integration requirements match organizations' deployment capabilities. SWE-Bench Verified scores above 50% suggest Devstral is competitive with frontier models on multi-file coding tasks, though these benchmarks don't capture all aspects of production coding workflows.

Related Articles

product update

Mistral AI Launches Forge for Enterprise Model Training on Proprietary Data

Mistral AI has launched Forge, a platform that allows enterprises to train custom AI models on their proprietary data including codebases, compliance policies, and operational documentation. The system supports both dense and mixture-of-experts architectures with pre-training, post-training, and reinforcement learning capabilities.

model release

Mistral releases Leanstral 1.5: 119B parameter open-source model for Lean 4 proof assistance

Mistral AI has released Leanstral 1.5, an open-source 119B parameter mixture-of-experts model designed specifically for Lean 4 proof assistance. The model features 128 experts with 4 active per token (6.5B activated parameters), a 256k token context window, and multimodal input capabilities.

product update

Mistral adds workspace-level connector controls, multi-account authentication, and debugging tools

Mistral AI released new enterprise connector features including workspace-level access controls, multi-account authentication for single connectors, and a debugging tool for Model Context Protocol (MCP) connections. The updates address production deployment challenges for AI agents accessing enterprise data systems.

product update

Mistral AI launches Connectors in Studio with MCP protocol integration and direct tool calling

Mistral AI has released Connectors in Studio, allowing developers to integrate custom MCP (Model Context Protocol) servers and built-in connectors via API/SDK. The release includes direct tool calling for deterministic workflows and human-in-the-loop approval flows for sensitive operations.

Comments

Loading...