Skip to content

Commit 00b1bfe

Browse files
committed
feat: update doc
1 parent 94120d8 commit 00b1bfe

5 files changed

Lines changed: 87 additions & 87 deletions

File tree

skills/bailian-cli/reference/advisor.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ Index: [index.md](index.md)
3232
#### Examples
3333

3434
```bash
35-
bl advisor recommend --message "我要做一个能理解图片的客服机器人"
35+
bl advisor recommend --message "I need a visual-understanding chatbot"
3636
```
3737

3838
```bash
39-
bl advisor recommend --message "做一个Agent自动根据用户意图生成动画片"
39+
bl advisor recommend --message "Build an Agent that auto-generates animations"
4040
```
4141

4242
```bash
43-
bl advisor recommend --message "法律合同审查,要求高精准度"
43+
bl advisor recommend --message "Legal contract review, high precision required"
4444
```
4545

4646
```bash
47-
bl advisor recommend --message "做一个低成本高并发的在线客服" --output json
47+
bl advisor recommend --message "Low-cost high-concurrency online customer service" --output json
4848
```
4949

5050
```bash
51-
bl advisor recommend --message "长文本摘要" --dry-run
51+
bl advisor recommend --message "Long document summarization" --dry-run
5252
```
5353

5454
```bash
55-
bl advisor recommend # 交互式输入需求
55+
bl advisor recommend # Interactive input
5656
```

skills/bailian-cli/reference/index.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,25 @@ Use this index for the full quick index and global flags.
3737
| `bl omni` | Multimodal chat with text + audio output (Qwen-Omni) | [omni.md](omni.md) |
3838
| `bl pipeline run` | Run a pipeline workflow definition | [pipeline.md](pipeline.md) |
3939
| `bl pipeline validate` | Validate a pipeline definition without executing | [pipeline.md](pipeline.md) |
40-
| `bl quota check` | 查看当前用量 vs 限流阈值 (Check current usage against rate limits) | [quota.md](quota.md) |
41-
| `bl quota history` | 查看提额历史记录 (View quota change history) | [quota.md](quota.md) |
42-
| `bl quota list` | 查看模型 RPM/TPM 限流值 (View model rate limits) | [quota.md](quota.md) |
43-
| `bl quota request` | 申请临时提额 (Request temporary quota increase) | [quota.md](quota.md) |
40+
| `bl quota check` | Check current usage against rate limits | [quota.md](quota.md) |
41+
| `bl quota history` | View quota change history | [quota.md](quota.md) |
42+
| `bl quota list` | View model RPM/TPM rate limits | [quota.md](quota.md) |
43+
| `bl quota request` | Request a temporary quota increase | [quota.md](quota.md) |
4444
| `bl search web` | Search the web using DashScope MCP WebSearch service | [search.md](search.md) |
4545
| `bl speech recognize` | Recognize speech from audio files (FunAudio-ASR) | [speech.md](speech.md) |
4646
| `bl speech synthesize` | Synthesize speech from text (CosyVoice TTS) | [speech.md](speech.md) |
4747
| `bl text chat` | Send a chat completion (OpenAI compatible, DashScope) | [text.md](text.md) |
4848
| `bl update` | Update bl to the latest version | [update.md](update.md) |
4949
| `bl usage free` | Query free-tier quota for models (all models if --model is omitted) | [usage.md](usage.md) |
50-
| `bl usage freetier` | Enable or disable auto-stop (用完即停) for free-tier models. Enables by default; use --off to disable | [usage.md](usage.md) |
51-
| `bl usage stats` | 查询模型用量统计 (Query model usage statistics) | [usage.md](usage.md) |
50+
| `bl usage freetier` | Enable or disable auto-stop for free-tier models. Enables by default; use --off to disable | [usage.md](usage.md) |
51+
| `bl usage stats` | Query model usage statistics | [usage.md](usage.md) |
5252
| `bl video download` | Download a completed video by task ID | [video.md](video.md) |
5353
| `bl video edit` | Edit a video with happyhorse-1.0-video-edit (style transfer, object replacement, etc.) | [video.md](video.md) |
5454
| `bl video generate` | Generate a video from text or image (happyhorse-1.0-t2v / happyhorse-1.0-i2v / wan2.6-t2v) | [video.md](video.md) |
5555
| `bl video ref` | Reference-to-video generation (happyhorse-1.0-r2v / wan2.6-r2v): multi-subject, multi-shot with voice | [video.md](video.md) |
5656
| `bl video task get` | Query async task status | [video.md](video.md) |
5757
| `bl vision describe` | Describe an image or video using Qwen-VL | [vision.md](vision.md) |
58-
| `bl workspace list` | 列出所有业务空间 (List all workspaces) | [workspace.md](workspace.md) |
58+
| `bl workspace list` | List all workspaces | [workspace.md](workspace.md) |
5959

6060
## By group
6161

skills/bailian-cli/reference/quota.md

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -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

skills/bailian-cli/reference/usage.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Index: [index.md](index.md)
77

88
## Commands in this group
99

10-
| Command | Description |
11-
| ------------------- | ----------------------------------------------------------------------------------------------------- |
12-
| `bl usage free` | Query free-tier quota for models (all models if --model is omitted) |
13-
| `bl usage freetier` | Enable or disable auto-stop (用完即停) for free-tier models. Enables by default; use --off to disable |
14-
| `bl usage stats` | 查询模型用量统计 (Query model usage statistics) |
10+
| Command | Description |
11+
| ------------------- | ------------------------------------------------------------------------------------------ |
12+
| `bl usage free` | Query free-tier quota for models (all models if --model is omitted) |
13+
| `bl usage freetier` | Enable or disable auto-stop for free-tier models. Enables by default; use --off to disable |
14+
| `bl usage stats` | Query model usage statistics |
1515

1616
## Command details
1717

@@ -64,11 +64,11 @@ bl usage free --model qwen3-max --region cn-beijing
6464

6565
### `bl usage freetier`
6666

67-
| Field | Value |
68-
| --------------- | ----------------------------------------------------------------------------------------------------- |
69-
| **Name** | `usage freetier` |
70-
| **Description** | Enable or disable auto-stop (用完即停) for free-tier models. Enables by default; use --off to disable |
71-
| **Usage** | `bl usage freetier <--model <model>[,model2,...] \| --all> [--off] [flags]` |
67+
| Field | Value |
68+
| --------------- | ------------------------------------------------------------------------------------------ |
69+
| **Name** | `usage freetier` |
70+
| **Description** | Enable or disable auto-stop for free-tier models. Enables by default; use --off to disable |
71+
| **Usage** | `bl usage freetier <--model <model>[,model2,...] \| --all> [--off] [flags]` |
7272

7373
#### Options
7474

@@ -111,18 +111,18 @@ bl usage freetier --off --all
111111
| Field | Value |
112112
| --------------- | ---------------------------------------------------------- |
113113
| **Name** | `usage stats` |
114-
| **Description** | 查询模型用量统计 (Query model usage statistics) |
114+
| **Description** | Query model usage statistics |
115115
| **Usage** | `bl usage stats [--model <model>] [--days <days>] [flags]` |
116116

117117
#### Options
118118

119-
| Flag | Type | Required | Description |
120-
| --------------------- | ------ | -------- | ---------------------------------------------------------------------------------------------- |
121-
| `--model <model>` | string | no | 模型名称,逗号分隔多个;不指定则查全部概览 (Model name(s), comma-separated; omit for overview) |
122-
| `--days <days>` | string | no | 查询天数,默认 7 (Number of days, default: 7) |
123-
| `--type <type>` | string | no | 模型类型: Text, Vision, Multimodal, Audio, Embedding |
124-
| `--workspace-id <id>` | string | no | 业务空间 ID (Workspace ID; env: BAILIAN_WORKSPACE_ID) |
125-
| `--region <region>` | string | no | API 区域,默认 cn-beijing (API region, default: cn-beijing) |
119+
| Flag | Type | Required | Description |
120+
| --------------------- | ------ | -------- | ------------------------------------------------------ |
121+
| `--model <model>` | string | no | Model name(s), comma-separated; omit for overview |
122+
| `--days <days>` | string | no | Number of days (default: 7) |
123+
| `--type <type>` | string | no | Model type: Text, Vision, Multimodal, Audio, Embedding |
124+
| `--workspace-id <id>` | string | no | Workspace ID (env: BAILIAN_WORKSPACE_ID) |
125+
| `--region <region>` | string | no | API region (default: cn-beijing) |
126126

127127
#### Examples
128128

0 commit comments

Comments
 (0)