The open-source home of Model Studio
Tools, skills, and reference implementations for building with large models.
MCP · Claude Code · Qwen Code · Cursor · Cline · Windsurf · Browser Use · Open WebUI
Model Studio AI is the open-source home of ModelStudio. We publish tools, verified skills, and reference implementations that help developers build with large models — from image and video generation to document understanding and multi-model orchestration.
Install the CLI — pick whichever fits your environment:
# npm (Node.js 18.17+)
npm install -g bailian-cli
# macOS / Linux — no Node.js required
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
# Windows — no Node.js required
irm https://bailian.aliyun.com/cli/install.ps1 | iexThen authenticate — get your key at bailian.console.aliyun.com/…/api-key:
bl auth login --api-key YOUR_API_KEYThe CLI auto-registers as a skill in Claude Code, Qwen Code, Cursor, Cline, Windsurf, and any MCP-compatible client. No extra config needed.
> Generate a tech-style product showcase image with a clean white background
> Turn this poster into a 5s image-to-video clip with HappyHorse 1.1
> Parse this contract and highlight the payment and termination terms
> Transcribe this meeting recording and translate it into English in real time
| Repository | Description |
|---|---|
| cli | The official Model Studio CLI (bl) for AI Agent frameworks. Auto-registers as a skill in Claude Code, Qwen Code, Cursor, Cline, Windsurf, and any MCP-compatible client. |
| OpenAgentPack | The open-source IaC control plane for managed AI agents. Manage, review, and migrate agent assets with Git and YAML; preview changes through validate → plan → apply, and target multiple managed-agent platforms from one core declaration to reduce platform lock-in. |
| skills | The official Agent Skills collection — 26 curated community skills across 6 scenarios (skill management, code, design, docs, video, testing), plus first-party skills bundled from modelstudioai/cli and this repo. Works with Claude Code, Qwen Code, and any MCP client. |
| openwork | Local-first desktop Agent for end-to-end AI workflows — open-source companion app to Model Studio. |
| awesome-happyhorse-prompts | Prompts, storyboards, and verified creative workflows for the HappyHorse 1.0 / 1.1 video generation models. |
| livetranslatedemo | Real-time multilingual translation demo powered by ModelStudio streaming APIs. |
| modelstudioai.github.io | Source of the official site modelstudioai.github.io — community Showcase, guides, playbook, FAQ, and video tutorials. |
See all repositories → github.com/orgs/modelstudioai/repositories
- Docs / Playbook / Guides → modelstudioai.github.io — guides, capability playbook, FAQ, and video tutorials.
- Community Showcase → modelstudioai.github.io/showcase/ — real-world cases built by community developers with the CLI + Skills, ranging from cinematic short films to multimodal Agent workflows.
- Join the Bailian Open-Source Developer Program → bailian.console.aliyun.com/opensource — get a certified badge, community perks, and priority collaboration opportunities.
| Capability | Example | Use Cases |
|---|---|---|
| Image Generation | "Generate a tech-style banner" | E-commerce, marketing |
| Image Editing | "Design product mockups from this IP character" | Product design |
| Video Generation | "Turn this image into a 5s product demo with HappyHorse 1.1" | Short-form video, ads |
| Speech (TTS / ASR) | "Read this article in a natural voice" / "Transcribe this meeting recording" | Podcasts, accessibility, meeting notes |
| Live Translation | "Translate this English speech into Chinese in real time" | Cross-border streaming, conferences, education |
| Document Parsing | "Extract payment terms from this contract" | Contract review |
| Code Generation | "Write a Python script to batch-process Excel" | Automation |
| Data Analysis | "Analyze this sales data and identify growth drivers" | Business analytics |
Model Studio AI 是阿里云百炼的开源主页。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。
选一种适合你环境的安装方式:
# npm 安装(需要 Node.js 18.17+)
npm install -g bailian-cli
# macOS / Linux 一键脚本(无需 Node.js)
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
# Windows 一键脚本(无需 Node.js)
irm https://bailian.aliyun.com/cli/install.ps1 | iex配置 API Key(前往 bailian.console.aliyun.com/…/api-key 获取):
bl auth login --api-key YOUR_API_KEY安装后自动向 Claude Code / Qwen Code / Cursor / Cline / Windsurf 等 MCP 兼容客户端注册 Skill,无需手动配置。
> 生成一张科技风的产品展示图,纯白背景
> 用 HappyHorse 1.1 把这张海报变成 5 秒图生视频
> 解析这份合同,标出付款条款和终止条款
> 把这段会议录音转成文字,并实时翻译成英文
| 仓库 | 简介 |
|---|---|
| cli | 阿里云百炼官方 CLI(bl),为 AI Agent 框架而生。安装后自动向 Claude Code / Qwen Code / Cursor / Cline / Windsurf 等 MCP 兼容客户端注册 Skill。 |
| OpenAgentPack | 面向托管 AI Agent 的开源 IaC 控制平面。用 Git 和 YAML 管理、审查并迁移 Agent 资产,通过 validate → plan → apply 预览和执行变更,以一份核心声明对接多个托管 Agent 平台,降低平台绑定。 |
| skills | 官方 Agent Skills 集合——26 个社区精选 Skills 覆盖 Skill 管理、代码开发、设计创意、文档、视频、测试 6 大场景,另含由 modelstudioai/cli 和本仓库提供的一方 Skills。支持 Claude Code、Qwen Code 和任意 MCP 客户端。 |
| openwork | 本地优先的桌面 Agent,端到端跑通 AI 工作流的开源桌面应用。 |
| awesome-happyhorse-prompts | 精选 HappyHorse 1.0 / 1.1 视频生成模型的 prompt、故事板与创意工作流。 |
| livetranslatedemo | 基于阿里云百炼流式 API 的实时多语言翻译 Demo。 |
| modelstudioai.github.io | 官网 modelstudioai.github.io 源码——社区案例 Showcase、上手教程、Playbook、FAQ 与视频教程。 |
| 能力 | 示例指令 | 典型场景 |
|---|---|---|
| 图像生成 | 「生成一张科技风的产品展示 Banner」 | 电商、营销 |
| 图像编辑 | 「基于这个 IP 形象设计产品样机」 | 产品设计 |
| 视频生成 | 「用 HappyHorse 1.1 把这张图做成 5 秒产品短片」 | 短视频、广告 |
| 语音(TTS / ASR) | 「用自然语气把这篇文章读出来」/「把这段会议录音转成文字」 | 播客、无障碍、会议纪要 |
| 实时翻译 | 「把这段英文演讲实时翻译成中文」 | 跨境直播、会议、教学 |
| 文档解析 | 「解析这份合同,标出付款条款和终止条款」 | 合同审阅 |
| 代码生成 | 「写一个批量处理 Excel 的 Python 脚本」 | 自动化 |
| 数据分析 | 「分析这份销售数据,指出增长驱动因素」 | 商业分析 |
- 文档 / Playbook / 教程 → modelstudioai.github.io——上手教程、能力 Playbook、FAQ 与视频教程。
- 社区案例 Showcase → modelstudioai.github.io/showcase/——社区开发者用 CLI + Skills 做出来的真实案例,涵盖影视短片、多模态 Agent 工作流等。
- 加入百炼开源开发者计划 → bailian.console.aliyun.com/opensource——开通认证开发者权益、社区礼品与优先合作机会。
欢迎加入钉钉群交流:
We welcome contributions from developers worldwide.
- Report issues — Open an issue in the relevant repository
- Submit PRs — Follow the contributing guidelines in each repo
Built with ❤️ by the Model Studio team
