Skip to main content

LLM Pseudo CLI

Generated from packages/codeboltjs/src/tools/pseudo-cli/commands.ts. Edit the registry or rerun node scripts/generate-pseudo-cli-docs.js instead of updating this file by hand.

The llm pseudo CLI module currently exposes 2 commands.

Related SDK docs: LLM

Commands At A Glance

ActionDescriptionRequired flags
inferenceRun LLM inference--params
configGet model configurationNone

inference

Run LLM inference

codebolt llm inference --params <json>
NameFlagTypeRequiredDescription
params--paramsjsonYesStructured JSON payload passed through to the underlying SDK method.

config

Get model configuration

codebolt llm config [--model <string>]
NameFlagTypeRequiredDescription
model--modelstringNoModel identifier used by the LLM operation.