Files
2026-07-13 12:28:55 +08:00

24 lines
530 B
TOML

name = "Mistral Small 3.2"
description = "Efficient Mistral model for fast chat, extraction, and production assistants"
family = "mistral-small"
release_date = "2025-06-20"
last_updated = "2025-06-20"
attachment = false
reasoning = false
temperature = true
tool_call = true
knowledge = "2025-03"
open_weights = true
[limit]
context = 128_000
output = 16_384
[modalities]
input = ["text", "image"]
output = ["text"]
[[weights]]
label = "Hugging Face"
url = "https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506"