@@ -7,30 +7,30 @@ Index: [index.md](index.md)
77
88## Commands in this group
99
10- | Command | Description |
11- | ------------------ | ------------------------------------------------------------------ |
12- | ` bl quota check ` | 查看当前用量 vs 限流阈值 ( Check current usage against rate limits) |
13- | ` bl quota history ` | 查看提额历史记录 ( View quota change history) |
14- | ` bl quota list ` | 查看模型 RPM/TPM 限流值 (View model rate limits) |
15- | ` bl quota request ` | 申请临时提额 ( Request temporary quota increase) |
10+ | Command | Description |
11+ | ------------------ | --------------------------------------- |
12+ | ` bl quota check ` | Check current usage against rate limits |
13+ | ` bl quota history ` | View quota change history |
14+ | ` bl quota list ` | View model RPM/TPM rate limits |
15+ | ` bl quota request ` | Request a temporary quota increase |
1616
1717## Command details
1818
1919### ` bl quota check `
2020
21- | Field | Value |
22- | --------------- | ------------------------------------------------------------------ |
23- | ** Name** | ` quota check ` |
24- | ** Description** | 查看当前用量 vs 限流阈值 ( Check current usage against rate limits) |
25- | ** Usage** | ` bl quota check [--model <model>] [flags] ` |
21+ | Field | Value |
22+ | --------------- | ------------------------------------------ |
23+ | ** Name** | ` quota check ` |
24+ | ** Description** | Check current usage against rate limits |
25+ | ** Usage** | ` bl quota check [--model <model>] [flags] ` |
2626
2727#### Options
2828
29- | Flag | Type | Required | Description |
30- | -------------------- | ------ | -------- | ------------------------------------------------------------------------------ |
31- | ` --model <model> ` | string | no | 模型名称,逗号分隔多个 ( Model name(s), comma-separated) |
32- | ` --period <minutes> ` | string | no | 查询最近 N 分钟的用量,默认 2 ( Query usage for the last N minutes, default: 2) |
33- | ` --region <region> ` | string | no | API 区域,默认 cn-beijing (API region, default: cn-beijing) |
29+ | Flag | Type | Required | Description |
30+ | -------------------- | ------ | -------- | ----------------------------------------------- |
31+ | ` --model <model> ` | string | no | Model name(s), comma-separated |
32+ | ` --period <minutes> ` | string | no | Query usage for the last N minutes ( default: 2) |
33+ | ` --region <region> ` | string | no | API region ( default: cn-beijing) |
3434
3535#### Examples
3636
@@ -56,20 +56,20 @@ bl quota check --output json
5656
5757### ` bl quota history `
5858
59- | Field | Value |
60- | --------------- | -------------------------------------------- |
61- | ** Name** | ` quota history ` |
62- | ** Description** | 查看提额历史记录 ( View quota change history) |
63- | ** Usage** | ` bl quota history [flags] ` |
59+ | Field | Value |
60+ | --------------- | -------------------------- |
61+ | ** Name** | ` quota history ` |
62+ | ** Description** | View quota change history |
63+ | ** Usage** | ` bl quota history [flags] ` |
6464
6565#### Options
6666
67- | Flag | Type | Required | Description |
68- | ------------------- | ------ | -------- | ----------------------------------------------------------- |
69- | ` --page <n> ` | string | no | 页码,默认 1 ( Page number, default: 1) |
70- | ` --page-size <n> ` | string | no | 每页条数,默认 10 ( Page size, default: 10) |
71- | ` --model <model> ` | string | no | 按模型名过滤 ( Filter by model name) |
72- | ` --region <region> ` | string | no | API 区域,默认 cn-beijing (API region, default: cn-beijing) |
67+ | Flag | Type | Required | Description |
68+ | ------------------- | ------ | -------- | -------------------------------- |
69+ | ` --page <n> ` | string | no | Page number ( default: 1) |
70+ | ` --page-size <n> ` | string | no | Page size ( default: 10) |
71+ | ` --model <model> ` | string | no | Filter by model name |
72+ | ` --region <region> ` | string | no | API region ( default: cn-beijing) |
7373
7474#### Examples
7575
@@ -95,19 +95,19 @@ bl quota history --output json
9595
9696### ` bl quota list `
9797
98- | Field | Value |
99- | --------------- | ------------------------------------------------ |
100- | ** Name** | ` quota list ` |
101- | ** Description** | 查看模型 RPM/TPM 限流值 (View model rate limits) |
102- | ** Usage** | ` bl quota list [--model <model>] [flags] ` |
98+ | Field | Value |
99+ | --------------- | ----------------------------------------- |
100+ | ** Name** | ` quota list ` |
101+ | ** Description** | View model RPM/TPM rate limits |
102+ | ** Usage** | ` bl quota list [--model <model>] [flags] ` |
103103
104104#### Options
105105
106- | Flag | Type | Required | Description |
107- | ------------------- | ------- | -------- | ---------------------------------------------------------------------------------- |
108- | ` --model <model> ` | string | no | 模型名称,逗号分隔多个 ( Model name(s), comma-separated) |
109- | ` --all ` | boolean | no | 显示全部模型,不仅限于支持自助提额的 ( Show all models, not just self-service ones) |
110- | ` --region <region> ` | string | no | API 区域,默认 cn-beijing (API region, default: cn-beijing) |
106+ | Flag | Type | Required | Description |
107+ | ------------------- | ------- | -------- | ------------------------------------------- |
108+ | ` --model <model> ` | string | no | Model name(s), comma-separated |
109+ | ` --all ` | boolean | no | Show all models, not just self-service ones |
110+ | ` --region <region> ` | string | no | API region ( default: cn-beijing) |
111111
112112#### Examples
113113
@@ -136,17 +136,17 @@ bl quota list --output json
136136| Field | Value |
137137| --------------- | -------------------------------------------------------- |
138138| ** Name** | ` quota request ` |
139- | ** Description** | 申请临时提额 ( Request temporary quota increase) |
139+ | ** Description** | Request a temporary quota increase |
140140| ** Usage** | ` bl quota request --model <model> --tpm <value> [flags] ` |
141141
142142#### Options
143143
144- | Flag | Type | Required | Description |
145- | ------------------- | ------- | -------- | ----------------------------------------------------------- |
146- | ` --model <model> ` | string | yes | 模型名称(必填)( Model name, required) |
147- | ` --tpm <value> ` | string | yes | 目标 TPM 值(必填)( Target TPM value, required) |
148- | ` --yes ` | boolean | no | 跳过降配确认 ( Skip downgrade confirmation) |
149- | ` --region <region> ` | string | no | API 区域,默认 cn-beijing (API region, default: cn-beijing) |
144+ | Flag | Type | Required | Description |
145+ | ------------------- | ------- | -------- | -------------------------------- |
146+ | ` --model <model> ` | string | yes | Model name ( required) |
147+ | ` --tpm <value> ` | string | yes | Target TPM value ( required) |
148+ | ` --yes ` | boolean | no | Skip downgrade confirmation |
149+ | ` --region <region> ` | string | no | API region ( default: cn-beijing) |
150150
151151#### Examples
152152
0 commit comments