阿里云百炼 CLI(Bailian CLI)
一行指令,让 AI Agent 调用阿里云百炼全模态 AI 能力。
阿里云百炼 CLI(命令 bl)是阿里云百炼官方命令行工具,让 Claude Code、Cursor、Qoder 等 AI Agent 使用一行命令调用阿里云百炼的:
- 文本生成(qwen3.6-plus)
- 全模态对话(qwen3.5-omni-plus,支持文本、图像、音频、视频输入)
- 图像生成与编辑(qwen-image-2.0)
- 视频生成与编辑(happyhorse-1.0 系列)
- 语音合成 TTS(qwen3-tts-flash、cosyvoice-v3-flash)
- 语音识别 ASR(qwen3-asr-flash、fun-asr)
- 联网搜索 Web Search
- 知识库检索 RAG
- 长期记忆 Memory
- 智能体调用 Agents
- 工作流调用 Workflows
请启用 JavaScript 以获得完整交互体验,或访问 阿里云百炼控制台 获取 API Key。
兼容的 AI Agent 与 Agentic 框架
- AI 编码 Agent:Claude Code(Anthropic)、Cursor、Qoder(阿里)、Windsurf(Codeium)、Cline、Continue、Aider、Cody(Sourcegraph)、GitHub Copilot Chat
- Agent 编排框架:LangChain、LangGraph、LlamaIndex、AutoGen(Microsoft)、CrewAI、Semantic Kernel、MetaGPT
- 应用构建平台:Dify、Coze(扣子)、FastGPT、LobeChat、n8n
- 协议层:MCP(Model Context Protocol)——将 bl 启动为 MCP Server 即可被任一兼容客户端自动发现调用
典型场景矩阵(CLI + Agent + Model)
- Claude Code + qwen-image-2.0:电商商品主图批量生成(bl image generate)
- Cursor + qwen3.5-omni-plus:多模态产品需求分析(bl omni 理解图/音/视频)
- Qoder + happyhorse-1.0-t2v:营销短视频自动合成(bl video generate)
- Windsurf + qwen3-tts-flash / cosyvoice-v3-flash:播客与有声书音频合成(bl speech synthesize,支持 5-20s 样本克隆)
- LangChain + qwen3.6-plus + bailian_web_search:实时联网 + 私域 RAG 问答 Agent(bl search / bl knowledge retrieve 封装为 Tool)
- LangGraph + bl memory:多轮长期记忆智能体状态机
- AutoGen + qwen3-asr-flash:会议转录与自动纪要(bl speech recognize)
- CrewAI + happyhorse-1.0-video-edit:多 Agent 视频后期流水线(bl video edit)
- Dify / Coze + qwen-image-2.0:工作流自动图像生成节点
- n8n + bl:Webhook/定时任务触发的自动化 AI 内容产线,结果直写 Notion/飞书/S3
- Cline + qwen-vl-max:截图理解 + 代码修复(bl vision describe)
- MCP 客户端 + bl MCP Server:一套配置被 Claude Desktop、Cursor、Cline、Windsurf、Qoder 多端自动复用