mistral/pixtral-12b/Released Sep 2024
Pixtral 12B
Multimodal model handling text and images at native resolution with 128K context window, excelling in visual reasoning tasks like document analysis and image captioning.
Provider
mistral
Modality
text-to-text
Released
Sep 2024
Pricing
$0.15 / 1M in$0.15 / 1M out
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "pixtral-12b",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'