Description
Qwen3-Max-Thinking is the flagship reasoning model in the Qwen3 series, designed for high-stakes cognitive tasks that require deep, multi-step reasoning. By significantly scaling model capacity and reinforcement learning compute, it delivers major gains in factual accuracy, complex reasoning, instruction following, alignment with human preferences, and agentic behavior.
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3 Max Thinking (qwen/qwen3-max-thinking)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3-max-thinking",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3 Max Thinking model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 1.2$ / 1M tokens
- Output: 6$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 262,144 tokens
Subscription Tiers
- free
- pro
- ultimate
