Description
Qwen3.6 Flash is a fast, efficient language model from Alibaba's Qwen 3.6 series. It supports text, image, and video input with a 1M token context window. Tiered pricing kicks in...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3.6 Flash (qwen/qwen3.6-flash)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3.6-flash",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3.6 Flash model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 0.188$ / 1M tokens
- Output: 1.125$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate
