24 lines
454 B
TOML
24 lines
454 B
TOML
name = "Mistral Medium 3.1"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
family = "mistral-medium"
|
|
release_date = "2025-08-12"
|
|
last_updated = "2025-08-12"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2025-05"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.40
|
|
output = 2.00
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 262_144
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|