Custom Model
Settings global 166
Override the default Claude model with a custom or alternative model configuration. Useful for testing new model versions or using organization-specific model deployments.
npx claude-code-templates@latest --setting global/custom-model claude-code — custom-model
Content
JSON
{
"description": "Override the default Claude model with a custom or alternative model configurati..."
"model": "claude-sonnet-4-6"
"env": {
"ANTHROPIC_SMALL_FAST_MODEL": "claude-haiku-4-5-20251001"
}
}