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

28 lines
523 B
TOML

name = "Mistral Medium 3.5"
description = "Balanced Mistral model for enterprise assistants, multilingual work, and tools"
family = "mistral-medium"
release_date = "2026-04-29"
last_updated = "2026-04-29"
attachment = true
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true
[[reasoning_options]]
type = "effort"
values = ["none", "high"]
[cost]
input = 1.50
output = 7.50
[limit]
context = 262_144
output = 262_144
[modalities]
input = ["text", "image"]
output = ["text"]