← All models
Try in Chat
Qwen 2.5 VL 72B
qwen2.5-vl-72b-instruct
Alibaba's vision-language model with 72B parameters.
visionchat
Pricing
| Provider | Location | Input | Output | Context window |
|---|---|---|---|---|
| OVHcloud | Gravelines, France | €1.02/M tokens | €1.02/M tokens | 32K |
OVHcloud Gravelines, France
- Input
- €1.02/M
- Output
- €1.02/M
- Context
- 32K
Specifications
Context window
32K
Providers
1
Released
Mar 2025
Try Qwen 2.5 VL 72B
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": "qwen2.5-vl-72b-instruct",
"messages": [
{
"role": "user",
"content": "Hello!"
}
]
}'