Skip to content

Commit fd820ab

Browse files
committed
add index.md
1 parent 3817ddb commit fd820ab

1 file changed

Lines changed: 71 additions & 0 deletions

File tree

index.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
layout: home
3+
title: Home
4+
---
5+
6+
# Model Studio AI
7+
8+
**AI Agent Skills & Tools — powered by Aliyun Model Studio**
9+
10+
One command to orchestrate 10+ foundation models. Build real AI Agents from your terminal.
11+
12+
---
13+
14+
## Quick Start — 3 Steps
15+
16+
### 1. Install
17+
18+
```bash
19+
npm install -g bailian-cli
20+
```
21+
22+
> Requires Node.js >= 22.12
23+
24+
### 2. Authenticate
25+
26+
Get your free API Key: [Aliyun Model Studio Console](https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key)
27+
28+
```bash
29+
bl auth login --api-key sk-xxxxx
30+
```
31+
32+
### 3. Go
33+
34+
```bash
35+
# Chat with Qwen
36+
bl text chat --message "Hello, what can you do?"
37+
38+
# Generate an image
39+
bl image generate --prompt "A cat astronaut on Mars" --out-dir ./images/
40+
41+
# Generate a video
42+
bl video generate --image ./cat.png --prompt "Make it move" --download cat.mp4
43+
```
44+
45+
---
46+
47+
## What's Here
48+
49+
| Section | Description |
50+
|---------|-------------|
51+
| [Guide](./guide/) | Complete getting-started tutorial |
52+
| [CLI](./cli/) | Aliyun Model Studio CLI — full-modal AI from your terminal |
53+
| [OpenWork](./openwork/) | Desktop AI agent workspace |
54+
| [Skills](./skills/) | Curated Agent Skills collection |
55+
| [Workshop](./workshop/) | Upcoming hands-on events |
56+
| [Showcase](./showcase/) | Community projects & demos |
57+
| [Videos](./videos/) | Video tutorials |
58+
| [FAQ](./faq/) | Frequently asked questions |
59+
60+
---
61+
62+
## Links
63+
64+
- [GitHub Org](https://github.com/modelstudioai)
65+
- [CLI Site](https://bailian.console.aliyun.com/cli?source_channel=cli_github&)
66+
- [API Documentation](https://help.aliyun.com/zh/model-studio/)
67+
- [Get API Key](https://bailian.console.aliyun.com/cn-beijing/?source_channel=key_github&tab=app#/api-key)
68+
69+
---
70+
71+
*Built with ❤️ by Model Studio AI*

0 commit comments

Comments
 (0)