# Team-wide Zero Data Retention and prompt training controls now on AI Gateway

DevFeed: [Team-wide Zero Data Retention and prompt training controls now on AI Gateway](<https://devfeed.tech/articles/team-wide-zero-data-retention-and-prompt-training-controls-now-on-ai-gateway-1214.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/zero-data-retention-no-prompt-training-on-ai-gateway>)

Author: Jerilyn Zheng

Published: 2026-04-06T07:00:00Z

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [api](<https://devfeed.tech/tags/api.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [data](<https://devfeed.tech/tags/data.md>), [google](<https://devfeed.tech/tags/google.md>), [models](<https://devfeed.tech/tags/models.md>), [openai](<https://devfeed.tech/tags/openai.md>), [policy](<https://devfeed.tech/tags/policy.md>), [training](<https://devfeed.tech/tags/training.md>)

## AI overview

Vercel AI Gateway adds team-wide and per-request Zero Data Retention and prompt-training controls. It filters requests to providers with ZDR agreements and returns policy-enforcement metadata.

## Source excerpt

AI Gateway now supports Zero Data Retention (ZDR) at the team level, removing the need to configure opt-outs or reach agreements with each provider individually. It routes requests only to providers where ZDR agreements are in place, with support for Anthropic, OpenAI, Google, and many more models. Team-wide ZDR Enable team-wide ZDR from the AI Gateway Dashboard Settings to enforce Zero Data Retention on every request your team makes, with no code changes required. Request-level ZDR & No Prompt Training You can also configure ZDR and/or No Prompt Training on the request level by setting zeroDataRetention: true or disallowPromptTraining: true per request. Enabling Zero Data Retention automatically includes training opt-out, so there's no need to configure both separately. Pricing Option Cost Availability Team-wide ZDR $0.10 per 1,000 requests Pro and Enterprise Per-request ZDR Free Pro and Enterprise Disallow Prompt Training (per-request) Free All users Each response includes metadata showing which providers were considered and which were filtered out, giving you an audit trail of policy enforcement. These controls work with the AI SDK, Chat Completions API, Responses API, Anthropic Messages API, and OpenResponses API. Read the Zero Data Retention documentation and No Prompt Training documentation for more details. Read more