Description
Qwen-Turbo, based on Qwen2.5, is a 1M context model that provides fast speed and low cost, suitable for simple tasks.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen-Turbo (qwen/qwen-turbo)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-turbo",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen-Turbo model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.05$ / 1M tokens
- Output: 0.2$ / 1M tokens
Token Limits
- Max Output: 8,192 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate
