Urgent
React2Shell security update
Auto-fix projectsLearn more

Devstral Small 2

mistral/devstral-small-2

Our open source model that excels at using tools to explore codebases, editing multiple files, and powering software engineering agents.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'mistral/devstral-small-2',
prompt: 'Why is the sky blue?'
})