24 lines
496 B
TOML
24 lines
496 B
TOML
name = "Pixtral 12B"
|
|
description = "Mistral vision-language model for image understanding and multimodal chat"
|
|
family = "pixtral"
|
|
release_date = "2024-09-01"
|
|
last_updated = "2024-09-01"
|
|
attachment = true
|
|
reasoning = false
|
|
temperature = true
|
|
tool_call = true
|
|
knowledge = "2024-09"
|
|
open_weights = true
|
|
|
|
[limit]
|
|
context = 128_000
|
|
output = 128_000
|
|
|
|
[modalities]
|
|
input = ["text", "image"]
|
|
output = ["text"]
|
|
|
|
[[weights]]
|
|
label = "Hugging Face"
|
|
url = "https://huggingface.co/mistralai/Pixtral-12B-2409"
|