Skip to main content

Synopsis

profclaw models <subcommand> [flags]

Description

List available AI models across all configured providers, view model details, manage aliases, and set the default model for chat sessions.

Subcommands

SubcommandAliasDescription
listlsList available models
info <model>Show detailed model information
set-default <model>Set the default model
aliasesList model aliases
test <model>Test a model with a quick prompt

Flags

FlagTypeDescription
--provider <name>stringFilter by provider
--jsonbooleanOutput as JSON

Examples

profclaw models list
profclaw models list --provider ollama
profclaw models info claude-sonnet-4-6
profclaw models set-default claude-sonnet-4-6
profclaw models aliases
# sonnet -> claude-sonnet-4-6
# opus -> claude-opus-4-6
# gpt4 -> gpt-4o
profclaw models test llama3.2