Description
Qwen-Plus, based on the Qwen2.5 foundation model, is a 131K context model with a balanced performance, speed, and cost combination.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen-Plus (qwen/qwen-plus)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-plus",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen-Plus model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.4$ / 1M tokens
- Output: 1.2$ / 1M tokens
Token Limits
- Max Output: 8,192 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate
