> ## Documentation Index
> Fetch the complete documentation index at: https://docs.iviker.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 计费与 Usage 字段

> Dreamina 视频任务的计费口径和返回字段说明。

不同模型的 `usage` 字段结构大体一致，核心是保存任务结果里的 `usage` 和 `billing_status`。

| 字段                  | 说明                                             |
| ------------------- | ---------------------------------------------- |
| `completion_tokens` | 输出 token 数                                     |
| `total_tokens`      | 总 token 数                                      |
| `billing_status`    | `frozen`、`settling`、`settled`、`refunded` 等账务状态 |

## 计费建议

1. 每次任务都保存 `id`、`model`、`usage`。
2. 以查询接口返回和控制台账单为最终对账依据。
3. `dreamina-seedance-2-0-fast` 等快速模型的分辨率和时长限制，以 `/v1/models` 为准。
4. 任务失败、取消或超时后的退款状态，以 `billing_status` 为准。
