Description
Qwen3-Next-80B-A3B-Thinking is a reasoning-first chat model in the Qwen3-Next line that outputs structured “thinking” traces by default. It’s designed for hard multi-step problems; math proofs, code synthesis/debugging, logic, and agentic...
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Qwen: Qwen3 Next 80B A3B Thinking (qwen/qwen3-next-80b-a3b-thinking)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "qwen/qwen3-next-80b-a3b-thinking",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Qwen: Qwen3 Next 80B A3B Thinking model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
API Pricing
- Input: 0.098$ / 1M tokens
- Output: 0.78$ / 1M tokens
Token Limits
- Max Output: 32,768 tokens
- Max Context: 131,072 tokens
Subscription Tiers
- free
- pro
- ultimate
