Kitaru

kitaru model register

Register or update a model alias used by `kitaru.llm()`. Aliases are stored locally and automatically transported to submitted and replayed executions.

Register or update a model alias used by kitaru.llm(). Aliases are stored locally and automatically transported to submitted and replayed executions.

Usage

kitaru model register ALIAS [OPTIONS]

Parameters

NameTypeRequiredDefaultDescription
ALIASstrYesModel alias name (for example fast).
--modelstrYesConcrete LiteLLM model identifier (for example openai/gpt-4o-mini).
--secretstrNoNoneOptional secret name/ID containing provider credentials.
--output, -ostrNo"text"Output format: "text" (default) or "json".

On this page