Skip to main content

AI (LLM) Policies

Configure policies to control AI model behavior and prompt handling.

Attaches to: Backend(AI Backends only)

Agentgateway has a number of policies that can be used to control the behavior of the AI (LLM) model. For more information on connecting to LLM providers, see LLM consumption.

PolicyDetails
defaultsConfigure default values for settings in the request. For example, temperature: 0.7.
overridesConfigure override values for settings in the request.
promptsAppend or prepend additional prompts to requests.
routesControl the type of LLM request, such as OpenAI Completions, Anthropic Messages, or Embeddings.
promptGuardAuthorize requests based on their prompts.
modelAliasesConfigure aliases for model names.
promptCachingConfigure automatic caching controls in requests.