You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profile/README.md
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Model Studio AI is the open-source home of [ModelStudio](https://bailian.console
37
37
# Install the CLI (Node.js 18+)
38
38
npm install -g bailian-cli
39
39
40
-
# Authenticate — get your key at https://bailian.console.aliyun.com
40
+
# Authenticate — get your key at https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key
41
41
bl auth login --api-key YOUR_API_KEY
42
42
```
43
43
@@ -53,9 +53,13 @@ The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**,
53
53
54
54
| Repository | Description |
55
55
|:-----------|:------------|
56
-
|**[skills](https://github.com/modelstudioai/skills)**| 26 curated & verified skills across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. |
57
-
|**[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)**| Prompts, API patterns, and creative workflows for HappyHorse video generation models. |
|**[cli](https://github.com/modelstudioai/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. |
57
+
|**[skills](https://github.com/modelstudioai/skills)**| 32+ verified skills (6 first-party + 26 community-curated) across 6 categories. Works with Claude Code, Qwen Code, and any MCP client. |
58
+
|**[openwork](https://github.com/modelstudioai/openwork)**| Local-first desktop Agent for end-to-end AI workflows — open-source companion app to Model Studio. |
59
+
|**[awesome-happyhorse-prompts](https://github.com/modelstudioai/awesome-happyhorse-prompts)**| Prompts, storyboards, and verified creative workflows for the HappyHorse 1.0 / 1.1 video generation models. |
> See all repositories → [github.com/orgs/modelstudioai/repositories](https://github.com/orgs/modelstudioai/repositories)
59
63
60
64
## Capabilities
61
65
@@ -72,7 +76,7 @@ The CLI auto-registers as a skill in **Claude Code**, **Qwen Code**, **Cursor**,
72
76
73
77
### 关于
74
78
75
-
Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)的开放乐园。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。
79
+
Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)的开源主页。我们发布工具、经验证的 Skills 和参考实现,帮助开发者基于大模型构建应用——从图像和视频生成,到文档理解和多模型调度。
76
80
77
81
78
82
### 快速开始
@@ -81,7 +85,7 @@ Model Studio AI 是[阿里云百炼](https://bailian.console.aliyun.com/cli?sour
81
85
# 安装阿里云百炼 CLI(需要 Node.js 18+)
82
86
npm install -g bailian-cli
83
87
84
-
# 配置 API Key(前往 https://bailian.console.aliyun.com 获取)
88
+
# 配置 API Key(前往 https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key 获取)
0 commit comments