anomalyco--models.dev
24 行
461 B
TOML
24 行
461 B
TOML
name = "Mistral Large 3"
|
|
description = "Mistral's largest general model for enterprise agents, coding, and multilingual reasoning"
|
|
family = "mistral-large"
|
|
release_date = "2024-11-01"
|
|
last_updated = "2025-12-02"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
knowledge = "2024-11"
|
|
tool_call = true
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.5
|
|
output = 1.5
|
|
|
|
[limit]
|
|
context = 262_144
|
|
output = 262_144
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|