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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
ALIAS | str | Yes | Model alias name (for example fast). | |
--model | str | Yes | Concrete LiteLLM model identifier (for example openai/gpt-4o-mini). | |
--secret | str | No | None | Optional secret name/ID containing provider credentials. |
--output, -o | str | No | "text" | Output format: "text" (default) or "json". |