Pricing
| Tier | Pricing | Web Search | Cache Write | Cache Read |
|---|---|---|---|---|
Tier | Pricing | Web Search | Cache Write | Cache Read |
| Input<=128K | $0.0282$0.282 | $0.00055/request | $0.0352/M tokens | $0.0028/M tokens |
| 128K<Input<=256K | $0.1126$1.126 | $0.00055/request | $0.1407/M tokens | $0.0113/M tokens |
| 256K<Input<=1000K | $0.169$1.69 | $0.00055/request | $0.2112/M tokens | $0.0169/M tokens |
Input Modalities
Try this model
Python
import os
from openai import OpenAI
client = OpenAI(
api_key=os.environ["AIHUBMIX_API_KEY"],
base_url="https://shkq.org/v1",
)
response = client.chat.completions.create(
model="alicloud-qwen3.5-flash",
messages=[
{
"role": "user",
"content": "Hello, how are you?"
}
],
max_tokens=1024,
stream=False,
)
print(response.choices[0].message.content)Frequently asked questions
How much does Alicloud Qwen3.5 Flash cost?
On AIHubMix, Alicloud Qwen3.5 Flash costs $0.0282 per million input tokens and $0.282 per million output tokens.
How do I call Alicloud Qwen3.5 Flash via API?
Who created Alicloud Qwen3.5 Flash?
More models from Qwen
See all Qwen models →Quality
standard
480p
720p
1080p
standard
$0.0845
$0.04225
$0.0845
$0.169
Quality
standard
480p
720p
1080p
standard
$0.1268
$0.06338
$0.1268
$0.2535
Input:$ 0.137 /M
Output:$ 0.548 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.1126 /M
Output:$ 0.9008 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.0846 /M
Output:$ 0.6768 /M
Context:-
TTFT:-
Throughput:-
Input:$ 0.0564 /M
Output:$ 0.4512 /M
Context:-
TTFT:-
Throughput:-
© 2023 - 2026 AIHubMix, LLC