Description
Qwen3.7-Max is the flagship model in Alibaba's Qwen3.7 series. It supports text input and output and is designed for agent-centric workloads, with particular strengths in coding, office and productivity tasks,...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3.7 Max (qwen/qwen3.7-max)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3.7-max",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3.7 Max model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 1.25$ / 1M tokens
- Output: 3.75$ / 1M tokens
Token Limits
- Max Output: 65,536 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate
