This topic describes the billing rules and pricing for model training and model deployment on Alibaba Cloud Model Studio.
Training billing
Text generation models – Qwen
NoteFor the training workflow, see Fine-tune Qwen. After training completes, deploy the new model before evaluating or calling it.
| Method | Billed by training tokens |
| Formula | Model training fee = (Total tokens in training data + Total tokens in mixed training data) × Number of epochs × Training unit price (Minimum billing unit: 1 token)
|
Image generation models – Wan
NoteFor the training workflow, see Fine-tune image generation models. After training completes, deploy the new model before calling it.
Method | Billed by training tokens |
Formula | Model training fee = Total training tokens × Training unit price (Billing unit: per 1,000 tokens) |
Model | Code | Training price (per 1K tokens) |
|---|---|---|
Wan image generation | wan2.7-image-pro | $0.015 |
Wan image generation | wan2.7-image | $0.015 |
Billing example
Suppose you fine-tune the wan2.7-image-pro model for t2i. The parameters are: max_steps = 200, max_token_length = "1k", and the training price is $0.015 per 1,000 tokens:
- From the table: Lmax = 12,800 (generation_type=t2i, max_token_length=1k), Lstep ≈ Lmax = 12,800
- Total training tokens ≈ 200 × 12800 = 2560000 = 2560 thousand tokens
- Model training fee ≈ 2560× 0.015 = $38.4
Image generation models – Qwen
NoteFor the training workflow, see Fine-tune image generation models. After training completes, deploy the new model before calling it.
Method | Billed by training tokens |
Formula | Model training fee = Total training tokens × Training unit price (Billing unit: per 1,000 tokens) |
Model | Code | Training price (per 1K tokens) |
|---|---|---|
Qwen image generation | qwen-image-2.0 | $0.003 |
Billing example
Suppose you fine-tune the qwen-image-2.0 model with a training set of 1 image. The parameters are: n_epochs = 1000, max_pixels = "1k", the training price is $0.003 per 1,000 tokens, and the GPU coefficient is 8:
- Tokens per image = max_pixels / Compression ratio = 1024×1024 / 1024 = 1024
- Total training tokens = 1000 × 1 × 1024 × 8 = 8192000 = 8192 thousand tokens
- Model training fee = 8192 × 0.003 = $24.576
The following table estimates token consumption and fees per training image, assuming a GPU coefficient of 8. For a training set of N images, multiply the values by N.
max_pixels | n_epochs | Estimated tokens | Estimated fee (USD) |
|---|---|---|---|
1k | 800 | 6,553,600 | 19.66 |
1k | 1,000 | 8,192,000 | 24.58 |
1k | 2,000 | 16,384,000 | 49.15 |
2k | 800 | 26,214,400 | 78.64 |
2k | 1,000 | 32,768,000 | 98.30 |
2k | 2,000 | 65,536,000 | 196.61 |
Note
- The GPU coefficient is dynamically adjusted based on job scheduling. The value 8 in the example and the table above is used only to illustrate the calculation. For actual token consumption, see the
usagefield returned by the Query a fine-tuning job operation. Your bill is the final authority on fees. batch_sizedoes not affect billing or the total training tokens.
Video generation models – Wan
NoteFor the training workflow, see Fine-tuning video generation models. After training completes, deploy the new model before calling it.
Method | Billed by training tokens |
Formula | Model training fee = Total training tokens × Training unit price (Billing unit: per 1,000 tokens) |
Model | Code | Training price (per 1K tokens) |
|---|---|---|
Image-to-video (first frame) | wan2.7-i2v | $0.3 |
wan2.6-i2v | $0.08 | |
wan2.5-i2v-preview | $0.05 | |
wan2.2-i2v-flash | $0.03 | |
Image-to-video (first and last frames) | wan2.7-i2v | $0.3 |
wan2.2-kf2v-flash | $0.03 |
Deployment billing
Text generation models: Qwen
Usage duration billing (Provisioned Throughput)
Cost = Usage duration × (Input TPM unit price × Input TPM + Output TPM unit price × Output TPM)
Postpaid is calculated by hour: the usage duration unit is hours, and the unit price takes the "1 hour continuous" column in the table below; prepaid is calculated by day: the usage duration unit is days, and the unit price takes the "1 day continuous" column in the table below.
- Prepaid orders take effect immediately after payment, valid for N days until 23:59 on day N. If ordered after 22:00, the expiration date is automatically extended by 1 day.
- After a prepaid order expires, the service will be stopped with a 2-hour delay, and resources will be retained for 14 hours after stopping before being released.
- Prepaid orders support early termination; the used portion is settled at a 1.2x coefficient for refund. For details, see Refund rules for configuration downgrades.
- For post-paid billing, if your account is in arrears, the deployed resources will be retained and billed for 24 hours, during which the service can still be used normally. After 24 hours, the system stops billing, the model deployment enters an arrears state, and the underlying resources will be deleted, but the model deployment task will be retained. After you pay off the arrears, the system will reallocate resources and resume usage (fees will continue to accrue after resumption). If you do not want to continue incurring charges, you can delete the model deployment task; once deleted successfully, billing will stop.
When the model input exceeds the maximum input Token, the relevant call will automatically switch to the pay-as-you-go mode of the current model; when the purchased TPM is exceeded, it is handled according to the overflow policy selected at creation ("Auto-overflow" switches to pay-as-you-go, "PTU capacity only" returns 429). At this time, inference performance may degrade and will be governed by the public traffic of the current snapshot model in the workspace, and the fee is charged according to the model invocation (pay-as-you-go) standard.
- At this time (only under the "Auto-overflow" policy), the call API response Header will include:
x-dashscope-ptu-overflow:true. - For TPM statistics, go to: Model Monitoring.
For specific fee-reduction and refund rules for scale-in (downgrade) scenarios, please refer to: Refund rules for configuration downgrades.
NotePTU deployment supports stepped capacity coefficients and cache discounts for long inputs. For details, see Provisioned Throughput long input and cache.
Singapore
Qwen
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
Qwen3.8-Max | qwen3.8-max | 1M | $4.8 | $1.44 | $57.6 | $17.28 |
Qwen3.7-Flash-2026-07-15 Contact your account manager to enable | qwen3.7-flash-2026-07-15 | 128K | $0.072 | $0.031 | $0.864 | $0.374 |
Qwen3.7-Max-2026-05-20 | qwen3.7-max-2026-05-20 | 256K | $1.92 | $1.8 | $72 | $21.6 |
Qwen3.7-Plus-2026-05-26 | qwen3.7-plus-2026-05-26 | 256K | $0.96 | $0.384 | $11.52 | $4.608 |
Qwen3.6-Plus-2026-04-02 | qwen3.6-plus-2026-04-02 | 128K | $1.2 | $0.72 | $14.4 | $8.64 |
Qwen3.5-Plus-2026-04-20 | qwen3.5-plus-2026-04-20 | 128K | $0.96 | $0.576 | $11.52 | $6.912 |
DeepSeek
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
DeepSeek-v4-Flash | deepseek-v4-flash | 256K | $0.72 | $0.144 | $8.64 | $1.728 |
DeepSeek-v4-Flash-0731 | deepseek-v4-flash-0731 | 64K | $1.44 | $0.288 | $17.28 | $3.456 |
DeepSeek-v4-Pro | deepseek-v4-pro | 256K | $0.96 | $1.728 | $103.68 | $20.736 |
Qwen-VL
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
Qwen3-VL-Plus-2025-09-23 | qwen3-vl-plus-2025-09-23 | 128K | $0.48 | $0.384 | $5.76 | $4.608 |
GLM
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
GLM-5.2 | glm-5.2 | 1M | $5.04 | $1.584 | $60.48 | $19.008 |
North China 2 (Beijing)
Qwen
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
Qwen3.8-Max | qwen3.8-max | 1M | $3.96 | $1.188 | $47.53 | $14.258 |
Qwen3.7-Flash-2026-07-15 Contact your account manager to enable | qwen3.7-flash-2026-07-15 | 128K | $0.066 | $0.026 | $0.792 | $0.317 |
Qwen3.7-Max-2026-05-20 | qwen3.7-max-2026-05-20 | 256K | $3.96 | $1.188 | $47.53 | $14.258 |
Qwen3.7-Plus-2026-05-26 | qwen3.7-plus-2026-05-26 | 256K | $0.66 | $0.264 | $7.92 | $3.168 |
Qwen3.6-Plus-2026-04-02 | qwen3.6-plus-2026-04-02 | 128K | $0.67 | $0.066 | $7.93 | $4.753 |
Qwen3.5-Plus-2026-04-20 | qwen3.5-plus-2026-04-20 | 128K | $0.26 | $0.16 | $3.17 | $1.9 |
Qwen3-Max-2025-09-23 | qwen3-max-2025-09-23 | 128K | $1.11 | $0.45 | $13.32 | $5.4 |
Qwen-Flash-2025-07-28 | qwen-flash-2025-07-28 | 128K | $0.06 | $0.06 | $0.72 | $0.72 |
Qwen-Plus-2025-12-01 | qwen-plus-2025-12-01 | 128K | $0.28 | Non-thinking: $0.07 Thinking: $0.28 | $3.36 | Non-thinking: $0.84 Thinking: $3.36 |
DeepSeek
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
DeepSeek-v4-Flash | deepseek-v4-flash | 256K | $0.5 | $0.099 | $5.94 | $1.188 |
DeepSeek-v4-Flash-0731 | deepseek-v4-flash-0731 | 64K | $0.99 | $0.198 | $11.88 | $2.376 |
DeepSeek-v4-Pro | deepseek-v4-pro | 256K | $5.94 | $1.188 | $71.3 | $14.26 |
DeepSeek-v3 | deepseek-v3 | 64K | $0.99 | $0.396 | $11.9 | $4.75 |
Qwen-VL
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
Qwen3-VL-Plus-2025-09-23 | qwen3-vl-plus-2025-09-23 | 128K | $0.35 | $0.35 | $4.2 | $4.2 |
GLM
Model name | Model code | Max input tokens | Postpaid input Per 10K TPM/hour | Postpaid output Per 1K TPM/hour | Prepaid input Per 10K TPM/day | Prepaid output Per 1K TPM/day |
|---|---|---|---|---|---|---|
GLM-5.2 | glm-5.2 | 1M | $3.96 | $1.386 | $47.53 | $16.635 |
Usage duration billing (Dedicated Throughput)
- Prepaid orders support early termination; the used portion is settled at a 1.2x coefficient for refund. For details, see Refund rules for configuration downgrades.
Singapore
Model | Baseline input (TPM) | Baseline output (TPM) | Input unit price (USD/kTPM·month) | Output unit price (USD/kTPM·month) | Monthly total price (USD) |
|---|---|---|---|---|---|
qwen3.7-plus-2026-05-26 | 1,192,000 | 148,000 | 37 | 295 | 87,764 |
1,372,000 | 170,000 | 32 | 257 | 87,594 | |
660,000 | 124,000 | 66 | 352 | 87,208 | |
704,000 | 132,000 | 62 | 331 | 87,340 |
Model | Input length | Output length | Cache hit rate | First token latency (ms) | Per-token latency (ms) |
|---|---|---|---|---|---|
qwen3.7-plus-2026-05-26 | 16,000 | 2,000 | 0 | 888 | 10 |
16,000 | 2,000 | 0 | 2,418 | 15 | |
2,600 | 500 | 0 | 819 | 14 | |
2,600 | 500 | 0 | 970 | 13 |
By model Token usage
Fee = Model input token count × Model input unit price + Model output token count × Model output unit price (minimum billing unit: 1 token)
- Billing by model Token usage is supported only after you complete SFT efficient training on the following base models and obtain a custom model.
Singapore
Base model | Model code | Input $/million tokens | Output $/million tokens |
|---|---|---|---|
Qwen3-14B | qwen3-14b | Non-thinking mode: $0.35 Thinking mode: $0.35 | Non-thinking mode: $1.4 Thinking mode: $4.2 |
Beijing
Base model | Model code | Input $/million tokens | Output $/million tokens |
|---|---|---|---|
Qwen3.8-27B | qwen3.8-27b | $0.424 | $1.696 |
Qwen3.5-27B | qwen3.5-27b | <128K $0.086 128K-256K $0.258 | <128K $0.688 128K-256K $2.064 |
Qwen3-32B | qwen3-32b | Non-thinking mode: $0.287 Thinking mode: $0.287 | Non-thinking mode: $1.147 Thinking mode: $2.868 |
Qwen3-14B | qwen3-14b | Non-thinking mode: $0.144 Thinking mode: $0.144 | Non-thinking mode: $0.574 Thinking mode: $1.434 |
Qwen3-8B | qwen3-8b | Non-thinking mode: $0.072 Thinking mode: $0.072 | Non-thinking mode: $0.287 Thinking mode: $0.717 |
Qwen3-VL-8B-Instruct | qwen3-vl-8b-instruct | $0.072 | $0.287 |
Billing by usage duration (model unit)
Cost = Usage duration (hours) × Number of model units × Model unit price
"Model unit price" takes the "Hourly unit price" column in the table below for pay-as-you-go scenarios; for monthly prepaid billing, the formula becomes Number of months × Number of model units × Monthly unit price.
- For the first month of a prepaid purchase, if you cancel early within the first month, the daily unit price (≈ Monthly unit price / 30) is billed at 1.2× (less than one day is billed as one day)
NoteCompute resources under the model unit pay-as-you-go method are first-come, first-served. If the purchase fails, a full refund is issued.
Singapore
Text generation
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Qwen3.6-Plus-2026-04-02 | qwen3.6-plus-2026-04-02 | MU1 x 8 | $88 | $41,832 |
MU2 x 8 | $112 | $52,392 | ||
Qwen3.5-397B-A17B | qwen3.5-397b-a17b | MU2 x 8 | $112 | $52,392 |
Qwen3.5-122B-A10B | qwen3.5-122b-a10b | MU2 x 8 | $112 | $52,392 |
Qwen3.5-27B | qwen3.5-27b | MU1 x 2 | $22 | $10,458 |
Qwen3.5-9B | qwen3.5-9b | MU1 x 2 | $22 | $10,458 |
GLM-5.1 | glm-5.1 | MU2 x 8 | $112 | $52,392 |
MU3 x 8 | $216 | $102,696 | ||
DeepSeek-v4-Flash | deepseek-v4-flash | MU2 x 8 | $112 | $52,392 |
Qwen-Plus-Character-2025-11-06 | qwen-plus-character-2025-11-06 | MU1 x 4 | $44 | $20,916 |
Multimodal
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Qwen3-VL-32B-Instruct | qwen3-vl-32b-instruct | MU2 x 8 | $112 | $52,392 |
Model type:
- Instruct - After model deployment, inference is performed in non-thinking mode.
North China 2 (Beijing)
Text generation
Qwen
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Qwen3.8-27B | qwen3.8-27b | MU9 x 4 | $28.056 | $13,532.096 |
Qwen3.7-Plus-2026-05-26 | qwen3.7-plus-2026-05-26 | MU2 x 8 | $69.312 | $33,044.72 |
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3.6-35B-A3B | qwen3.6-35b-a3b | MU1 x 8 | $59.408 | $28,734.256 |
MU2 x 8 | $69.312 | $33,044.72 | ||
MU3 x 8 | $150.72 | $72,577.152 | ||
MU8 x 1 | $6.464 | $3,080.477 | ||
MU9 x 1 | $7.014 | $3,383.024 | ||
Qwen3.6-27B | qwen3.6-27b | MU9 x 1 | $7.014 | $3,383.024 |
Qwen3.6-Flash-2026-04-16 | qwen3.6-flash-2026-04-16 | MU1 x 2 | $14.852 | $7,183.564 |
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3.6-Plus-2026-04-02 | qwen3.6-plus-2026-04-02 | MU1 x 8 MU1 x 16(PD separation mode) | $59.408 PD separation mode: $118.816 | $28,734.256 PD separation mode: $57,468.512 |
MU2 x 8 | $69.312 | $33,044.72 | ||
Qwen3.5-397B-A17B | qwen3.5-397b-a17b | MU3 x 8 MU3 x 16(PD separation mode) | $150.72 PD separation mode: $301.44 | $72,577.152 PD separation mode: $145,154.304 |
MU6 x 16 | $55.008 | $26,599.92 | ||
Qwen3.5-122B-A10B | qwen3.5-122b-a10b | MU1 x 4 | $29.704 | $14,367.128 |
MU6 x 16 | $55.008 | $26,599.92 | ||
Qwen3.5-35B-A3B | qwen3.5-35b-a3b | MU1 x 2 | $14.852 | $7,183.564 |
MU2 x 8 | $69.312 | $33,044.72 | ||
MU3 x 8 | $150.72 | $72,577.152 | ||
MU9 x 1 | $7.014 | $3,383.024 | ||
Qwen3.5-27B | qwen3.5-27b | MU2 x 8 | $69.312 | $33,044.72 |
MU3 x 8 | $150.72 | $72,577.152 | ||
MU8 x 1 | $6.464 | $3,080.477 | ||
MU9 x 1 | $7.014 | $3,383.024 | ||
Qwen3.5-9B | qwen3.5-9b | MU1 x 2 | $14.852 | $7,183.564 |
MU2 x 8 | $69.312 | $33,044.72 | ||
Qwen3.5-Flash-2026-02-23 | qwen3.5-flash-2026-02-23 | MU1 x 2 | $14.852 | $7,183.564 |
Qwen3.5-Plus-2026-02-15 | qwen3.5-plus-2026-02-15 | MU1 x 8 MU1 x 16(PD separation mode) | $59.408 PD separation mode: $118.816 | $28,734.256 PD separation mode: $57,468.512 |
MU2 x 8 | $69.312 | $33,044.72 | ||
MU3 x 8 MU3 x 16(PD separation mode) | $150.72 PD separation mode: $301.44 | $72,577.152 PD separation mode: $145,154.304 | ||
Qwen3-235B-A22B-Instruct-2507 | qwen3-235b-a22b-instruct-2507 | MU1 x 4 | $29.704 | $14,367.128 |
MU2 x 8 | $69.312 | $33,044.72 | ||
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3-32B | qwen3-32b | MU6 x 16 | $55.008 | $26,599.92 |
Qwen3-30B-A3B-Thinking-2507 | qwen3-30b-a3b-thinking-2507 | MU1 x 2 | $14.852 | $7,183.564 |
Qwen3-4B | qwen3-4b | MU1 x 2 | $14.852 | $7,183.564 |
MU5 x 1 | $2.888 | $1,394.329 | ||
Qwen3-Embedding-0.6B | qwen3-embedding-0.6b | MU5 x 1 | $2.888 | $1,394.329 |
MU6 x 1 | $3.438 | $1,662.495 | ||
Qwen3-MoE-Rerank-0.6B | qwen3-moe-rerank-0.6b | MU5 x 1 | $2.888 | $1,394.329 |
Qwen3-Rerank-0.6B | qwen3-rerank-0.6b | MU5 x 1 | $2.888 | $1,394.329 |
MU6 x 1 | $3.438 | $1,662.495 | ||
Qwen3-Max-2025-09-23 | qwen3-max-2025-09-23 | MU2 x 8 | $69.312 | $33,044.72 |
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3-Rerank | qwen3-rerank | MU5 x 1 | $2.888 | $1,394.329 |
Qwen2.5-Open-Source-72B | qwen2.5-72b-instruct | MU1 x 8 | $59.408 | $28,734.256 |
Qwen2.5-Open-Source-14B | qwen2.5-14b-instruct | MU1 x 2 | $14.852 | $7,183.564 |
Qwen2.5-Open-Source-7B | qwen2.5-7b-instruct | MU1 x 2 | $14.852 | $7,183.564 |
MU5 x 1 | $2.888 | $1,394.329 | ||
Qwen-Plus-2025-07-28 | qwen-plus-2025-07-28 | MU1 x 4 | $29.704 | $14,367.128 |
Qwen-Plus-2025-12-01 | qwen-plus-2025-12-01 | MU1 x 4 | $29.704 | $14,367.128 |
Qwen-Plus-Character-2025-11-06 | qwen-plus-character-2025-11-06 | MU1 x 4 | $29.704 | $14,367.128 |
GLM
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
GLM-5.1 | glm-5.1 | MU2 x 8 | $69.312 | $33,044.72 |
MU3 x 16(PD separation mode) | PD separation mode: $301.44 | PD separation mode: $145,154.304 | ||
MU6 x 16 | $55.008 | $26,599.92 | ||
GLM-5 | glm-5 | MU3 x 16(PD separation mode) | PD separation mode: $301.44 | PD separation mode: $145,154.304 |
GLM-4.7 | glm-4.7 | MU6 x 32(PD separation mode) | PD separation mode: $110.016 | PD separation mode: $53,199.84 |
DeepSeek
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
DeepSeek-v4-Flash | deepseek-v4-flash | MU1 x 8 | $59.408 | $28,734.256 |
MU3 x 8 | $150.72 | $72,577.152 | ||
DeepSeek-v3.2 | deepseek-v3.2 | MU2 x 16(PD separation mode) | PD separation mode: $138.624 | PD separation mode: $66,089.44 |
Other models
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Kimi-K2.5 | kimi-k2.5 | MU2 x 8 | $69.312 | $33,044.72 |
Multimodal
Qwen-VL
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Qwen3-VL-235B-A22B-Thinking | qwen3-vl-235b-a22b-thinking | MU1 x 8 | $59.408 | $28,734.256 |
MU2 x 8 | $69.312 | $33,044.72 | ||
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3-VL-32B-Instruct | qwen3-vl-32b-instruct | MU2 x 8 | $69.312 | $33,044.72 |
MU3 x 8 | $150.72 | $72,577.152 | ||
Qwen3-VL-8B-Instruct | qwen3-vl-8b-instruct | MU1 x 2 | $14.852 | $7,183.564 |
MU5 x 1 | $2.888 | $1,394.329 | ||
Qwen3-VL-4B-Instruct | qwen3-vl-4b-instruct | MU1 x 2 | $14.852 | $7,183.564 |
Qwen3-VL-2B-Instruct | qwen3-vl-2b-instruct | MU5 x 1 | $2.888 | $1,394.329 |
Qwen3-VL-Embedding-2B | qwen3-vl-embedding-2b | MU5 x 1 | $2.888 | $1,394.329 |
Qwen3-VL-Flash-2025-10-15 | qwen3-vl-flash-2025-10-15 | MU1 x 4 | $29.704 | $14,367.128 |
Qwen3-VL-Plus-2025-09-23 | qwen3-vl-plus-2025-09-23 | MU1 x 4 | $29.704 | $14,367.128 |
Qwen-VL-Max-2025-08-13 | qwen-vl-max-2025-08-13 | MU6 x 4 | $13.752 | $6,649.98 |
Qwen-Omni
Model name | Model code | Model unit spec | Hourly unit price ($) Minimum billing: minute | Monthly unit price ($) Minimum billing: day |
|---|---|---|---|---|
Qwen3.5-Omni-Flash | qwen3.5-omni-flash | MU8 x 1 | $6.464 | $3,080.477 |
MU9 x 1 | $7.014 | $3,383.024 |
Model types:
- Instruct - The model performs inference in non-thinking mode after deployment.
- Thinking - The model performs inference in thinking mode after deployment.
Image generation models – Wan
Deployment is free. Invocations are billed at the standard rate of the fine-tuned base model. For the training workflow, see Fine-tune image generation models.
Model ID | LoRA Deployment & Invocation Price |
|---|---|
wan2.7-image-pro | $0.075/image |
wan2.7-image | $0.03/image |
Image generation models – Qwen
Deployment is free. Invocations are billed at the standard rate of the fine-tuned base model. For the training and deployment workflow, see Fine-tune image generation models.
Model ID | LoRA Deployment & Invocation Price |
|---|---|
qwen-image-2.0 | $0.035/image |
FAQ
Q: When does billing for model deployment start?
A: Billing starts when the model status changes to Running. No charges apply during Deploying, Overdue Payment, or Deployment Failed.
Q: Am I charged if I cancel a training job?
A: Yes. If you cancel training manually, you are charged for all tokens processed before cancellation. Training jobs interrupted by system errors or other non-user causes are not charged.
Q: How do I view invocation statistics for a deployed model?
A: Visit the Model Monitoring (Singapore), Model Monitoring (Virginia), or Model Monitoring (Beijing) page.