24 lines
444 B
TOML
24 lines
444 B
TOML
name = "Devstral Small 1.1"
|
|
description = "Mistral coding agent model for repository tasks and software engineering workflows"
|
|
family = "devstral"
|
|
release_date = "2025-05-21"
|
|
last_updated = "2025-05-07"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-10"
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.3
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 64_000
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|