Files
2026-07-13 12:28:55 +08:00

25 lines
452 B
TOML

name = "Codestral 2508"
description = "Mistral coding model for code completion, generation, and developer workflows"
family = "mistral"
release_date = "2025-07-30"
last_updated = "2025-07-30"
knowledge = "2025-03"
attachment = false
reasoning = false
tool_call = true
temperature = true
open_weights = true
[cost]
input = 0.3
output = 0.9
cache_read = 0.03
[limit]
context = 256_000
output = 256_000
[modalities]
input = ["text"]
output = ["text"]