Skip to content

Commit 7eae8b8

Browse files
committed
feat: update README
1 parent e22dff3 commit 7eae8b8

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Equip your AI Agent out-of-the-box with these capabilities, composable across co
3333
- **Knowledge base & memory** — Multimodal RAG retrieval and cross-session memory for personalized, coherent dialogue
3434
- **App calls** — Invoke agents and workflows already published on Aliyun Model Studio
3535
- **Web search** — Real-time internet retrieval for up-to-date, accurate answers
36+
- **Model recommendation** — Describe your scenario and get best-fit model suggestions; supports scoped search, model comparison, and alternative discovery
3637
- **Console capabilities** — Browse Bailian apps (`app list`) and check free-tier quota (`usage free`)
3738
- **Local file auto-upload** — Every URL parameter accepts a local path; uploaded to free temp storage with 48-hour validity
3839

@@ -97,6 +98,12 @@ bl image generate --prompt "A cat in a spacesuit" --out-dir ./images/
9798
# Generate a video from local image
9899
bl video generate --image ./cat.png --prompt "Make the cat move" --download cat.mp4
99100

101+
# Model recommendation — find the best model for your use case
102+
bl advisor recommend --message "I need a visual-understanding chatbot"
103+
104+
# Compare specific models
105+
bl advisor recommend --message "qwen-max vs deepseek-v3 for code generation"
106+
100107
# Browser login (required for console capability commands)
101108
bl auth login --console
102109

README_CN.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
3333
- **知识库与记忆库** — 多模态 RAG 检索 + 跨会话记忆,提供个性化连贯对话体验
3434
- **应用调用** — 调用已发布在阿里云百炼平台上的智能体与工作流应用
3535
- **联网搜索** — 实时互联网信息检索,提升回答准确性及时效性
36+
- **模型推荐** — 描述你的场景,智能推荐最适合的模型;支持限定范围搜索、模型对比和替代发现
3637
- **控制台能力** — 浏览百炼应用(`app list`),查询模型免费额度(`usage free`
3738
- **本地文件自动上传** — 所有 URL 参数同时支持本地路径,免费临时存储 48 小时
3839

@@ -92,6 +93,12 @@ bl image generate --prompt "一只穿太空服的猫在火星上" --out-dir ./im
9293
# 图生视频(本地文件自动上传)
9394
bl video generate --image ./cat.png --prompt "让画面中的猫动起来" --download cat.mp4
9495

96+
# 模型推荐 — 根据场景推荐最适合的模型
97+
bl advisor recommend --message "我要做一个能理解图片的客服机器人"
98+
99+
# 对比特定模型
100+
bl advisor recommend --message "qwen-max 和 deepseek-v3 哪个更适合做代码生成"
101+
95102
# 浏览器登录(控制台能力相关命令需要)
96103
bl auth login --console
97104

0 commit comments

Comments
 (0)