Policy JSON
What It Does
- Maintains an allowlist of 5 approved models across OpenAI and Anthropic
- Denies requests for any model not on the list (e.g.,
gpt-3.5-turbo,claude-3-opus) - Strict mode means no fallback — if the requested model isn’t allowed, the request fails
- Prevents agents from autonomously selecting unapproved, untested, or expensive models
Example
Agent requestsclaude-3-opus (not on allowlist):
Decision object:
Install
Customize
TealTiger supports 7 providers: OpenAI, Anthropic, Google Gemini, AWS Bedrock, Azure OpenAI, Cohere, and Mistral. Add models from any provider to your allowlist using their standard model identifiers.
Related
- Tool Allowlist — Basic — Control tool access alongside model access
- Provenance Verification — Verify model versions and integrity
- Model Tier Enforcement — Cost-based model restrictions
- TealRegistry Documentation — Full API reference

