24 lines
452 B
TOML
24 lines
452 B
TOML
name = "Mistral Small (latest)"
|
|
description = "Efficient Mistral model for fast chat, extraction, and production assistants"
|
|
family = "mistral-small"
|
|
release_date = "2024-09-17"
|
|
last_updated = "2026-03-16"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2025-06"
|
|
open_weights = true
|
|
|
|
[cost]
|
|
input = 0.1
|
|
output = 0.3
|
|
|
|
[limit]
|
|
context = 32_000
|
|
output = 4_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|