Description
Qwen's Enhanced Large Visual Language Model. Significantly upgraded for detailed recognition capabilities and text recognition abilities, supporting ultra-high pixel resolutions up to millions of pixels and extreme aspect ratios for image input. It delivers significant performance across a broad range of visual tasks.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen VL Plus (qwen/qwen-vl-plus)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-vl-plus",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen VL Plus model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'
Supported Modalities
- Text
- Images
API Pricing
- Input: 0.21$ / 1M tokens
- Output: 0.63$ / 1M tokens
- Image: 0$ / image
Token Limits
- Max Output: 1,500 tokens
- Max Context: 7,500 tokens
Subscription Tiers
- free
- pro
- ultimate