Updated on 2025-09-29 GMT+08:00

ModelArts Studio (MaaS) Text Dialog Model

Input and output of text dialogs are converted into tokens for billing.

Billing Mode

Token-based billing is supported.

Token-based Billing

Model inference services process input by converting it into identifiable tokens. Using a built-in MaaS service charges you based on token count.

Table 1 Billing items

Region

Model

Billing Sub-item

Unit Price (USD/1,000 Tokens)

Description

Billing Formula

CN-Hong Kong

DeepSeek-V3.1

Input

0.000539

Input and output tokens used for model inference.

Fee = Number of used input tokens x Unit price of input tokens + Number of used output tokens x Unit price of output tokens

Output

0.001617

Qwen3-32B

Input

0.000270

Output

Reasoning pattern

0.002695

Non-reasoning pattern

0.001078

Billing Example

If you call a DeepSeek-V3.1 built-in service, the number of input tokens is 3 million, and the number of output tokens is 7 million, the fee = 3 million/1,000 x 0.000539 + 7 million/1,000 x 0.000539 = $12.936 USD.