31 lines
647 B
TOML
31 lines
647 B
TOML
name = "Codestral (latest)"
|
|
description = "Mistral code model for completions, refactors, and developer IDE workflows"
|
|
family = "codestral"
|
|
release_date = "2024-05-29"
|
|
last_updated = "2025-01-04"
|
|
attachment = false
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-10"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 4_096
|
|
|
|
[modalities]
|
|
input = ["text"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/mistralai/Codestral-22B-v0.1"
|
|
|
|
[[benchmarks]]
|
|
name = "Aider Polyglot"
|
|
score = 11.1
|
|
metric = "percent correct"
|
|
source = "https://aider.chat/docs/leaderboards/"
|
|
date = "2025-01-13"
|