Set the LLM that powers the navigator. The value is a provider connection string, the same format the llm formatter uses. A bare local runs a local model; a hosted protocol drives a remote one.

zshot --navigate "Click the News link" \
  --navigator-type "local:///path/to/model.gguf?gpu_layers=1" \
  https://example.com
zshot --navigate "Click the News link" \
  --navigator-type "anthropic://$ANTHROPIC_API_KEY@/claude-haiku-4-5" \
  https://example.com

See Providers for the connection-string format, the supported providers, and query options.