Analysis updated 2026-05-18
Chat with Qwen language models directly from a terminal.
Generate images, video, or synthesized speech from text descriptions.
Let an AI agent call this CLI as a structured tool to search the web or manage a knowledge base.
| modelstudioai/cli | ferroxlabs/wayland | amet2901/asterdex-trading-bot | |
|---|---|---|---|
| Stars | 137 | 137 | 136 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | easy | moderate | moderate |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires Node.js 22.12+ and a DashScope API key, console-related commands need a separate browser login.
This is the official command-line tool for Aliyun Model Studio, which is Alibaba Cloud's AI platform also known as Bailian or DashScope. It lets you use the platform's AI capabilities directly from a terminal, and it is also designed so that AI agents can call it as a structured tool rather than a human typing commands manually. The tool covers a wide range of AI features. Text chat lets you talk to Qwen, Alibaba's family of language models. Multimodal commands accept text alongside images, audio, and video. Image generation and video generation commands take a text description and produce visual output. Speech synthesis can convert text to audio, including cloning a voice from a short sample. Image understanding commands can parse charts, documents, and perform visual reasoning. There are also commands for searching the web in real time, managing a knowledge base that stores documents for retrieval, and calling agents or automated workflows that you have already published on the platform. Installation is through npm and requires Node.js version 22.12 or newer. Authentication uses an API key from the DashScope console. A browser-based login is required separately for commands that interact with the Alibaba Cloud console, such as listing published apps or checking how much free-tier quota you have used. Configuration is stored in a file at ~/.bailian/config.json and can be adjusted with a config command. The README includes a demonstration of generating a two-minute cinematic video from a single sentence by chaining this CLI with a separate scene-planning skill and a Qwen coding model. The README is written in English with a link to a Chinese version. The project is released under the Apache 2.0 license.
The official command-line tool for Alibaba Cloud's Model Studio, giving terminal and AI-agent access to Qwen chat, image, video, and speech generation.
Mainly TypeScript. The stack also includes TypeScript, Node.js, Qwen.
Apache 2.0, a permissive license allowing free use, modification, and commercial use with attribution.
Setup difficulty is rated easy, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.