Đang tải…
Đang tải…
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{
"description": "Override the default Claude model with a custom or alternative model configuration. Useful for testing new model versions or using organization-specific model deployments.",
"model": "claude-sonnet-4-6",
"env": {
"ANTHROPIC_SMALL_FAST_MODEL": "claude-haiku-4-5-20251001"
}
}