#Model Selection!!!!

1 messages Β· Page 1 of 1 (latest)

tight fjord
#

How do I choose which models I want to use via openrouter? I want to manually choose them in the terminal.

glass wadiBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> βœ… Mark Solution

slender quailBOT
#

Use the openclaw models CLI.

# 1) add OpenRouter auth
openclaw onboard --auth-choice openrouter-api-key

# 2) see OpenRouter models OpenClaw knows about
openclaw models list --provider openrouter
# or more verbose/catalog view:
openclaw models list --all --provider openrouter

# 3) set one as your default
openclaw models set "openrouter/<provider>/<model>"

# 4) verify
openclaw models status