Introduction
BizyAir CLI is a command-line tool for managing model files on BizyAir. It provides two usage modes — an interactive interface (TUI) and a command-line interface (CLI) — enabling you to easily upload and manage BizyAir models.Releases
For all published releases, please view them here.Installation
Download
BizyAir CLI supports Linux, macOS, and Windows. Prebuilt binaries for all platforms are available from:- bizyair.ai — User Center → Publish Model page: (https://bizyair.ai/publish/model)
- GitHub Releases: (https://github.com/siliconflow/bizyair-cli/releases)
Linux Installation
DownloadmacOS Installation
Download- Open System Settings → Privacy & Security
- Find the blocked
bizyairand click Open Anyway
Windows Installation
- Download the latest version from the Releases page
- Download the
bizyair-v{VERSION}-windows-amd64.zipfile
- Right-click the downloaded
.zipfile - Choose Extract All or use a tool like 7-Zip
- Extract
bizyair.exeto a directory of your choice (e.g.C:\Program Files\BizyAir\)
- Right-click This PC → Properties → Advanced system settings
- Click Environment Variables
- Under System variables, find
Pathand click Edit - Click New and add the directory containing
bizyair.exe - Click OK to save
💡 If not added to PATH, run with the full path: C:\Program Files\BizyAir\bizyair.exe --version
Build from Source
BizyAir CLI currently requires Go v1.22.x or higher. To build from source:- Clone the repository
- Build and run the executable
Upgrade to the Latest Version
BizyAir CLI supports one-click upgrade to the latest version:Quick Start
Use the Interactive Interface (Recommended)
Launch the TUI- Enter your API Key (obtained from BizyAir)
- Press Enter to confirm
Upload a model
- Follow the prompts to enter information step by step
- Supports a file picker or manual path entry
- Supports multi-version uploads
- Automatically shows upload progress and speed
Use the Command Line
Login
BizyAir CLI uses an API Key for authentication. To log in, run:Upload a Model
Single-version example:Cover Upload (Required)
The cover supports both local files and URLs; it is automatically uploaded to OSS and converted to WebP:💡 WebP conversion: Image covers are automatically converted to WebP to optimize loading. If conversion fails, the original format is used as a fallback.
Description Text
Two ways to provide a model description (up to 5,000 characters):YAML Batch Upload
Use a YAML config file to upload multiple models at once:Resumable Upload
If an upload is interrupted, re-running the same command resumes from the breakpoint:
💡 Resumable-upload checkpoint files are stored in ~/.bizyair/uploads/.