AI Gateway

Devstral Small

mistral/devstral-small

Devstral is an agentic LLM for software engineering tasks built under a collaboration between Mistral AI and All Hands AI 🙌. Devstral excels at using tools to explore codebases, editing multiple files and power software engineering agents.

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