Model Selection¶
One-time Model Override¶
ask -m llama3.2:3b "summarize this"
Persist Default Model¶
Both flags are equivalent:
ask -ms
ask -sm
Direct persistence without the picker:
ask -ms llama3.2:3b
Stored in:
~/.config/askllm/config.json(unlessASK_CONFIG_FILEis set)
Power Model Flow (OpenAI)¶
ask -pc gpt-5.4
ask -p "analyze this architecture and provide migration phases"
-pcsets a dedicated power model-puses the configured power model for current invocation
Missing API Key Handling¶
If a selected provider key is missing, the CLI can prompt you to paste a key and retry. You can also preconfigure all provider/env keys with:
ask --env-setup