Skip to main content
Capabilities

Other Commands

Bailian CLI command cheat sheet for web search, fine-tuning and deployment, datasets, usage and quota, configuration, and tools.

For model commands, see Model Services. For product-line commands, see Managed Agent, Flow Agent, RAG, Memory, and MCP & Skill. This page collects the remaining commands: web search, fine-tuning and deployment, datasets, usage and quota, and configuration and tools.
Append --help to any command for full parameter details, e.g. bl finetune list --help. Every parameter that accepts a file URL also accepts a local path — the CLI auto-uploads it to temporary storage (valid for 48 hours), so you never need to host files as URLs yourself.
Web search is currently available only to China site (aliyun.com) accounts.
CapabilityCommandNotes
Web searchbl search webReal-time internet retrieval
bl search web --query "Latest multimodal LLM advances in 2026"

Tools

CapabilityCommandNotes
Agent setupbl config agentOne-click config of Claude Code / Qwen Code / OpenCode / OpenClaw / Codex to use Bailian model services
File uploadbl file uploadUpload local files to temporary storage
Model listbl model listBrowse the model marketplace — details, parameters, pricing; JSON output by default
Model advisorbl advisor recommendRecommend the best-fit model from a task description
Pipelinebl pipeline run / validateRun / validate Pipeline workflows
Pluginsbl plugin install / list / remove / linkManage Command Pack plugins
Workspacebl workspace init / listInitialize service activation and list workspaces
Console gatewaybl console callCall console APIs through the CLI gateway
Updatebl updateCheck for and update the CLI to the latest version

Fine-tuning and deployment

CapabilityCommandNotes
Create fine-tunebl finetune text create / audio create / image createCreate text (sft/dpo/cpt, etc.) / audio TTS / image fine-tune jobs
Fine-tune managementbl finetune list / get / watch / logsFine-tune job lifecycle management
Checkpointsbl finetune checkpoints / exportView / export fine-tune checkpoints
Fine-tune opsbl finetune cancel / delete / capabilityCancel / delete jobs; query supported training types
Create deploymentbl deploy text create / audio create / image createCreate text / audio / image model deployments
Deployment managementbl deploy list / get / update / scale / deleteDeployment lifecycle management
Deployable modelsbl deploy modelsList deployable models

Dataset management

CapabilityCommandNotes
Upload datasetbl dataset uploadUpload dataset files (.jsonl / .zip)
Local validationbl dataset validateValidate dataset format locally
Dataset managementbl dataset list / get / deleteView and delete datasets

Usage and quota

CapabilityCommandNotes
Free tierbl usage freeQuery free-tier quota
Usage statsbl usage statsQuery model usage statistics
Usage summarybl usage summaryUnified usage overview
Free-tier auto-offbl usage freetierManage free-tier auto-deactivation
Rate limitsbl quota list / checkView model RPM/TPM limits and current usage
Update rate limitsbl quota updateUpdate a model's RPM/TPM rate limits
Clear rate limitsbl quota deleteClear all custom rate limits for a model
Quota historybl quota historyView quota change history

Model permissions

CapabilityCommandNotes
Grant permissionbl permission grantGrant model inference / fine-tune / deploy permissions
List permissionsbl permission listView model permission grants in the workspace
Revoke permissionbl permission revokeRevoke model inference / fine-tune / deploy permissions

Token Plan

Token Plan is currently available only to China site (aliyun.com) accounts.
CapabilityCommandNotes
Token Planbl token-plan list-seats / add-member / assign-seats / create-keyView seats, add members, batch-assign seats, create per-seat API keys

Configuration

CapabilityCommandNotes
Loginbl auth loginAuthenticate via API Key / console browser / AK-SK
Auth statusbl auth statusView current auth config (masked)
Logoutbl auth logoutClear locally stored credentials and sign out
Access tokenbl auth generate-access-tokenGenerate a CLI access token using AK/SK
Config read/writebl config set / bl config showRead and write config keys such as api_key, base_url
Profilesbl config set / show / list / useCreate, view, and switch isolated named profiles (multi-account)
Visual configbl config uiBrowse installed skills, MCP, agents, and assets in a local Web UI
Run bl --help to view all command groups.