Back to modelsBuy Plan
Alibaba
Qwen:Qwen3.8 flash
通义千问3.8系列轻量高速模型,适合低延迟、高并发场景。
Quick Stats
Context
1000K
Max Output
131K
Provider
Alibaba
Specs
2
Modalities
in textin imagein videoout text
Specs & Platform Price (per 1M tokens)
Quality
Input $0.117647Output $0.397059Cache read $0.014706
Value
Input $0.058824Output $0.198529Cache read $0.007353
Recommended Plan
Qwen:Qwen3.8 flash Starter Plan
Pay-as-you-go after top-up; $1 free credit for new users.
API Endpoint
Model ID
qwen/qwen3.8-flashcURL
curl https://intertoken.ai/v1/responses \
-H "Authorization: Bearer $TOKENPORTAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3.8-flash",
"input": "Hello!"
}'Python (openai SDK)
from openai import OpenAI
client = OpenAI(
base_url="https://intertoken.ai/v1",
api_key="$TOKENPORTAL_API_KEY",
)
resp = client.responses.create(
model="qwen/qwen3.8-flash",
input="Hello!",
)
print(resp.output_text)Start using this model
Sign up free, get an API key, and make your first call in 30 seconds.