Skip to content

Commit 153e176

Browse files
committed
feat: sync README
1 parent 16893b3 commit 153e176

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/cli/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
3939
- **Web search** — Real-time internet retrieval for up-to-date, accurate answers
4040
- **Model recommendation** — Describe your scenario and get best-fit model suggestions; supports scoped search, model comparison, and alternative discovery
4141
- **Fine-tuning & deployment** — Upload datasets, create text/audio/image fine-tune jobs (`finetune text|audio|image create`; text covers SFT/LoRA/DPO/CPT), probe job status non-blockingly (`finetune watch`), query per-model training capability (`finetune capability`), and deploy trained models as endpoints (`deploy text|audio|image create`)
42-
- **Console capabilities** — Browse Bailian apps (`app list`), check free-tier quota (`usage free`), view model usage statistics (`usage stats`), manage workspaces (`workspace list`), and manage rate limits (`quota list/request/check/history`)
42+
- **Console capabilities** — Browse Bailian apps (`app list`), review a unified usage view (`usage summary`), check free-tier quota (`usage free`), view model usage statistics (`usage stats`), manage workspaces (`workspace list`), and manage rate limits (`quota list/request/check/history`)
4343
- **Local file auto-upload** — Every URL parameter accepts a local path; uploaded to free temp storage with 48-hour validity
4444

4545
## Showcase: One-Sentence Cinematic Video
@@ -121,6 +121,7 @@ bl deploy text create --model qwen3-8b --name my-svc --plan mu # Deploy the tra
121121

122122
# Browse apps / free-tier quota / usage statistics / workspaces
123123
bl app list
124+
bl usage summary # Unified view: free-tier quota + recent usage overview
124125
bl usage free # Free-tier quota across models (add --model/--expiring/--sort)
125126
bl usage stats --workspace-id <id> # Model usage statistics (add --model for per-model)
126127
bl workspace list # List all workspaces

0 commit comments

Comments
 (0)