Skip to main content
Enforce a strict allowlist of approved models. Only GPT-4o, GPT-4o-mini, Claude 3 Sonnet, Claude 3 Haiku, and Claude 3.5 Sonnet are permitted. Any request for an unlisted model is denied.

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 requests claude-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.