25 lines
475 B
TOML
25 lines
475 B
TOML
name = "Mistral Small 3.1"
|
|
description = "Efficient Mistral model for fast chat, extraction, and production assistants"
|
|
family = "mistral-small"
|
|
release_date = "2025-03-01"
|
|
last_updated = "2025-03-01"
|
|
attachment = false
|
|
reasoning = true
|
|
reasoning_options = []
|
|
temperature = true
|
|
knowledge = "2024-09"
|
|
tool_call = true
|
|
open_weights = false
|
|
|
|
[cost]
|
|
input = 0.00
|
|
output = 0.00
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 32_768
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|