项目文件夹

文件
2026-07-13 12:28:55 +08:00

24 行
452 B
TOML

name = "Mistral Medium 3"
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
knowledge = "2025-05"
tool_call = true
open_weights = false
[cost]
input = 0.40
output = 2.00
[limit]
context = 128_000
output = 128_000
[modalities]
input = ["text", "image"]
output = ["text"]