anomalyco--models.dev
27 行
498 B
TOML
27 行
498 B
TOML
name = "Mistral Medium Latest"
|
|
description = "Mistral model for multilingual chat, reasoning, and tool-assisted workflows"
|
|
family = "mistral-medium"
|
|
release_date = "2026-04-29"
|
|
last_updated = "2026-05-21"
|
|
attachment = false
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[[reasoning_options]]
|
|
type = "effort"
|
|
values = ["none", "high"]
|
|
|
|
[cost]
|
|
input = 1.5
|
|
output = 7.5
|
|
|
|
[limit]
|
|
context = 256_000
|
|
output = 256_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|