What's wrong with this entry?
Anonymous. No account, no email.
What
Administrators can restrict which models users can select.
Usage
Configure in managed settings:
{
"availableModels": ["opus", "sonnet-4"]
}Details
- Accepts family aliases ("opus" allows any opus version)
- Accepts version prefixes ("opus-4-5" allows only that version)
- Accepts full model IDs
- Empty array restricts to default model only
- Clear error messages when restricted: "Model 'X' is not available. Your organization restricts model selection."
Evidence
Model allowlist setting (search for "Allowlist of models that users can select", "restricts model selection")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.