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

Qwen3.8 Flash

qwen3.8-flash·Alibaba
Token

Alibaba Qwen3.8 Flash.

Quick StartFull API Documentation
Context Window
1,000,000
Max Output
128,000
Quality
—
Supply Type
Third Party
Pricing
Input
¥0.800
per 1M tokens
•
Output
¥2.70
per 1M tokens
•
Cache
¥0.100
per 1M tokens
•
Cache write
¥1.25
per 1M tokens
Pricing Details
Billing itemUnitApplies whenList price
Input tokens
input_tokens
per 1M tokensDefault¥0.800CNY
Cache read
cache_read_tokens
per 1M tokens
Implicit cache
¥0.100CNY
Input tokens
input_tokens
per 1M tokens
Batch file
¥0.400CNY
Cache write
cache_write_tokens
per 1M tokens
Explicit cache
¥1.25CNY
Cache read
cache_read_tokens
per 1M tokens
Explicit cache
¥0.100CNY
Output tokens
output_tokens
per 1M tokensDefault¥2.70CNY
Output tokens
output_tokens
per 1M tokens
Batch file
¥1.35CNY

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 Max
qwen3.8-max

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-flash",
  "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