RouterShiftRouterShift
Browse ModelsPricingDocs
RouterShiftRouterShiftRouterShift. Enterprise AI Infrastructure.
Browse ModelsStatusDocsTermsPrivacyDPATransparency
Models/Qwen3.8 Max
Qwen

Qwen3.8 Max

qwen3.8-max·Alibaba
Token

Alibaba Qwen3.8 Max.

Quick StartFull API Documentation
Context Window
1,000,000
Max Output
128,000
Quality
—
Supply Type
Third Party
Pricing
Input
¥12.00
per 1M tokens
•
Output
¥36.00
per 1M tokens
•
Cache
¥1.50
per 1M tokens
•
Cache write
¥15.00
per 1M tokens
Pricing Details
Billing itemUnitApplies whenList price
Input tokens
input_tokens
per 1M tokensDefault¥12.00CNY
Cache read
cache_read_tokens
per 1M tokens
Implicit cache
¥1.50CNY
Input tokens
input_tokens
per 1M tokens
Batch file
¥6.00CNY
Cache write
cache_write_tokens
per 1M tokens
Explicit cache
¥15.00CNY
Cache read
cache_read_tokens
per 1M tokens
Explicit cache
¥1.00CNY
Output tokens
output_tokens
per 1M tokensDefault¥36.00CNY
Output tokens
output_tokens
per 1M tokens
Batch file
¥18.00CNY

Capabilities

Code generation Reasoning Structured output Text generation Tool use Video understanding Visual understanding
Input:Text, Image, Video
Output:Text

Model Specs

Context Window1,000,000
Max Output128,000
Pricing KindToken
Supply TypeThird Party
FamilyQwen

Related Models

Qwen
Qwen3.8 Flash
qwen3.8-flash

Quick Start

Set ROUTERSHIFT_API_KEY in your environment before running this example. Copying code does not send a request.

curl "https://api.routershift.com/v1/chat/completions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $ROUTERSHIFT_API_KEY" \
  -d '{
  "model": "qwen3.8-max",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ],
  "max_tokens": 100
}'
Full API Documentation

Example parameters

3 example presets, not community statistics. Check model support before use.

Balanced
temp0.7
top_p0.9
max_tokens4,096
Creative
temp0.9
top_p1.0
max_tokens8,192
Precise
temp0.3
top_p0.8
max_tokens2,048