Description
Qwen3.6 27B is a dense 27-billion-parameter language model from the Qwen Team at Alibaba, released in April 2026. It features hybrid multimodal capabilities — accepting text, image, and video inputs...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3.6 27B (qwen/qwen3.6-27b)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3.6-27b",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3.6 27B model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
- Video
API Pricing
- Input: 0.289$ / 1M tokens
- Output: 3.17$ / 1M tokens
Token Limits
- Max Output: 262,140 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate
