Console
GOVCLOUD
Close

Model Allowlist

Org allowlist set by Platform Admin. Team Admins may narrow — never expand. Agents and the interview reference a Model Class, never a concrete model.

Platform Engineering · Team Admin: Priya Shah

Model Classes

Agents and the interview ask for a Model Class. The Model Dispatcher resolves it to a concrete model here — the one place model identity is set. Swapping the model behind a class is a one-line change; agent IAM regenerates from it.

smart
claude-sonnet-4-6Claude

Proposal authoring, compliance review, and reasoning-heavy agents

fast
claude-haiku-4-5Claude

Ticket triage, routing, and high-volume tasks

Concrete model IDs appear nowhere else — not in Agent Definitions, not in the interview. This is the seam the Claude→Qwen swap flows through.

Allowlist

What each class is permitted to resolve to. Toggle a model off to narrow the team — narrowing is guarded when deployed Agents depend on it.

ModelFamilyContext$/1M in$/1M outResolvesOrgTeam
claude-opus-4-7Claude200k$15.00$75.00allowed
claude-sonnet-4-6Claude200k$3.00$15.00smartallowed
claude-haiku-4-5Claude200k$1.00$5.00fastallowed
amazon-nova-pro-v1Nova300k$0.80$3.20allowed
meta-llama-3-1-70bLlama128k$2.65$3.50denied
amazon-titan-text-premierTitan32k$0.50$1.50denied
Why narrowing-only?

The same pattern runs through tools, skills, and models: the org admin sets the ceiling, team admins shape the floor. A Team Admin can never enable a model the Platform Admin denied — preserving the org-wide model governance posture under FedRAMP CM-7 (least functionality).