Skip to main content
Capabilities

Text Chat & Omni

Bailian CLI command reference for text chat and Omni multimodal interaction.

A single command invokes Bailian's text chat and Omni multimodal interaction capabilities from the terminal.
Append --help to any command for full parameter details, e.g. bl text chat --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.

Command reference

CapabilityCommandTypical modelNotesCommon options
Text generationbl text chatqwen3.8-max (default)Flagship model for the agent era; strong at coding, office, and long-horizon autonomy--model model, --system system prompt, --temperature, --max-tokens, --stream streaming, --output json formatted output
Omnibl omniqwen3.5-omni-plusText / image / audio / video understanding and interaction--image / --audio input, --voice output voice, --audio-format, --audio-out save audio, --text-only, --list-voices

Examples

bl text chat --message "Explain what a multimodal LLM is in one sentence"
bl omni --message "Describe the content of this image" --image ./photo.jpg