23 lines
433 B
TOML
23 lines
433 B
TOML
name = "Codestral"
|
|
description = "Mistral coding model for code completion, generation, and developer workflows"
|
|
family = "mistral"
|
|
release_date = "2025-07-30"
|
|
last_updated = "2025-07-30"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = false
|
|
structured_output = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.30
|
|
output = 0.90
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 16_384
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"] |