← All models
Try in Chat
Pixtral 12B
pixtral-12b-2409
Mistral's 12B parameter vision-language model for multimodal tasks.
chatvisiontools
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| Scaleway | Paris, France | €0.22/M tokens | €0.22/M tokens | 128K |
Scaleway Paris, France
- Input
- €0.22/M
- Output
- €0.22/M
- Context
- 128K
Specifications
Context window
128K
Providers
1
Released
Sep 2024
Try Pixtral 12B
Use this model directly in the ozeye chat interface.
Benchmarks
Loading benchmarks...
Latency
Loading latency data...
API
curl https://ozeye.ai/v1/chat/completions \
-H "Authorization: Bearer $OZEYE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "pixtral-12b-2409",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'