Description
Qwen VL Max is a visual understanding model with 7500 tokens context length. It excels in delivering optimal performance for a broader spectrum of complex tasks.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen VL Max (qwen/qwen-vl-max)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-vl-max",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen VL Max model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 0.8$ / 1M tokens
- Output: 3.2$ / 1M tokens
- Image: 0.001$ / image
Token Limits
- Max Output: 1,500 tokens
- Max Context: 7,500 tokens
Subscription Tiers
- free
- pro
- ultimate