Description
Qwen Plus 0728, based on the Qwen3 foundation model, is a 1 million context hybrid reasoning 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 0728 (thinking) (qwen/qwen-plus-2025-07-28:thinking)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen-plus-2025-07-28:thinking",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen Plus 0728 (thinking) model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.4$ / 1M tokens
- Output: 4$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate
