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

24 lines
447 B
TOML

name = "Mistral Medium 3.1"
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
family = "mistral-medium"
release_date = "2025-05-07"
last_updated = "2025-05-07"
attachment = true
reasoning = false
temperature = true
tool_call = true
open_weights = false
knowledge = "2024-10"
[cost]
input = 0.4
output = 2
[limit]
context = 128000
output = 64000
[modalities]
input = ["text", "image"]
output = ["text"]