Mistral AI, in collaboration with All Fingers AI, has launched up to date variations of its developer-focused massive language fashions below the Devstral 2507 label. The discharge contains two fashions—Devstral Small 1.1 and Devstral Medium 2507—designed to assist agent-based code reasoning, program synthesis, and structured job execution throughout massive software program repositories. These fashions are optimized for efficiency and value, making them relevant for real-world use in developer instruments and code automation techniques.
Devstral Small 1.1: Open Mannequin for Native and Embedded Use
Devstral Small 1.1 (additionally referred to as devstral-small-2507
) is predicated on the Mistral-Small-3.1 basis mannequin and accommodates roughly 24 billion parameters. It helps a 128k token context window, which permits it to deal with multi-file code inputs and lengthy prompts typical in software program engineering workflows.
The mannequin is fine-tuned particularly for structured outputs, together with XML and function-calling codecs. This makes it suitable with agent frameworks resembling OpenHands and appropriate for duties like program navigation, multi-step edits, and code search. It’s licensed below Apache 2.0 and accessible for each analysis and industrial use.

Efficiency: SWE-Bench Outcomes
Devstral Small 1.1 achieves 53.6% on the SWE-Bench Verified benchmark, which evaluates the mannequin’s skill to generate appropriate patches for actual GitHub points. This represents a noticeable enchancment over the earlier model (1.0) and locations it forward of different brazenly accessible fashions of comparable measurement. The outcomes have been obtained utilizing the OpenHands scaffold, which offers a typical take a look at setting for evaluating code brokers.
Whereas not on the stage of the most important proprietary fashions, this model affords a steadiness between measurement, inference value, and reasoning efficiency that’s sensible for a lot of coding duties.
Deployment: Native Inference and Quantization
The mannequin is launched in a number of codecs. Quantized variations in GGUF can be found to be used with llama.cpp
, vLLM
, and LM Studio. These codecs make it doable to run inference regionally on high-memory GPUs (e.g., RTX 4090) or Apple Silicon machines with 32GB RAM or extra. That is helpful for builders or groups that favor to function with out dependency on hosted APIs.
Mistral additionally makes the mannequin accessible through their inference API. The present pricing is $0.10 per million enter tokens and $0.30 per million output tokens, the identical as different fashions within the Mistral-Small line.

Devstral Medium 2507: Increased Accuracy, API-Solely
Devstral Medium 2507 will not be open-sourced and is barely accessible by way of the Mistral API or by way of enterprise deployment agreements. It affords the identical 128k token context size because the Small model however with increased efficiency.
The mannequin scores 61.6% on SWE-Bench Verified, outperforming a number of industrial fashions, together with Gemini 2.5 Professional and GPT-4.1, in the identical analysis framework. Its stronger reasoning capability over lengthy contexts makes it a candidate for code brokers that function throughout massive monorepos or repositories with cross-file dependencies.
API pricing is ready at $0.40 per million enter tokens and $2 per million output tokens. Wonderful-tuning is out there for enterprise customers through the Mistral platform.
Comparability and Use Case Match
Mannequin | SWE-Bench Verified | Open Supply | Enter Value | Output Value | Context Size |
---|---|---|---|---|---|
Devstral Small 1.1 | 53.6% | Sure | $0.10/M | $0.30/M | 128k tokens |
Devstral Medium | 61.6% | No | $0.40/M | $2.00/M | 128k tokens |
Devstral Small is extra appropriate for native improvement, experimentation, or integrating into client-side developer instruments the place management and effectivity are necessary. In distinction, Devstral Medium offers stronger accuracy and consistency in structured code-editing duties and is meant for manufacturing companies that profit from increased efficiency regardless of elevated value.
Integration with Tooling and Brokers
Each fashions are designed to assist integration with code agent frameworks resembling OpenHands. The assist for structured operate calls and XML output codecs permits them to be built-in into automated workflows for take a look at era, refactoring, and bug fixing. This compatibility makes it simpler to attach Devstral fashions to IDE plugins, model management bots, and inside CI/CD pipelines.
For instance, builders can use Devstral Small for prototyping native workflows, whereas Devstral Medium can be utilized in manufacturing companies that apply patches or triage pull requests primarily based on mannequin solutions.
Conclusion
The Devstral 2507 launch displays a focused replace to Mistral’s code-oriented LLM stack, providing customers a clearer tradeoff between inference value and job accuracy. Devstral Small offers an accessible, open mannequin with enough efficiency for a lot of use instances, whereas Devstral Medium caters to purposes the place correctness and reliability are crucial.
The provision of each fashions below totally different deployment choices makes them related throughout numerous phases of the software program engineering workflow—from experimental agent improvement to deployment in industrial environments.
Try the Technical particulars, Devstral Small mannequin weights at Hugging Face and Devstral Medium may even be accessible on Mistral Code for enterprise clients and on finetuning API. All credit score for this analysis goes to the researchers of this challenge. Additionally, be at liberty to observe us on Twitter, and Youtube and don’t neglect to affix our 100k+ ML SubReddit and Subscribe to our Publication.