mirror of
https://github.com/modelstudioai/cli.git
synced 2026-09-14 19:49:23 +08:00
2.2 KiB
2.2 KiB
bl advisor commands
Auto-generated from
packages/cli/src/commands.ts. Do not edit by hand. Regenerate:pnpm --filter bailian-cli run generate:reference.
Index: index.md
Commands in this group
| Command | Authentication | Description |
|---|---|---|
bl advisor recommend |
API Key | Recommend the best models for your use case (intent analysis → candidate recall → LLM ranking) |
Command details
bl advisor recommend
| Field | Value |
|---|---|
| Name | advisor recommend |
| Description | Recommend the best models for your use case (intent analysis → candidate recall → LLM ranking) |
| Authentication | API Key |
| Usage | bl advisor recommend --message <text> [flags] |
Flags
| Flag | Type | Required | Description |
|---|---|---|---|
--message <text> |
string | yes | Describe your requirements |
--api-key <key> |
string | no | API key |
--base-url <url> |
string | no | API base URL |
Examples
bl advisor recommend --message "I need a visual-understanding chatbot"
bl advisor recommend --message "Build an Agent that auto-generates animations"
bl advisor recommend --message "Legal contract review, high precision required"
bl advisor recommend --message "Low-cost high-concurrency online customer service" --output text
bl advisor recommend --message "Long document summarization" --dry-run