Independent architectural analysis
Vercel Zero Data Retention vs Zero Data Protocol
Vercel can route AI requests through providers that agree not to retain prompts and outputs. Zero Data Protocol asks a deeper question: did the system need to collect, transmit or exploit that data in the first place?
Two approaches, one important boundary
Vercel's AI Gateway and Zero Data Protocol both address the risks created when artificial intelligence processes sensitive information. However, they operate at different layers. Vercel provides a technical routing capability. ZDP is an independent architectural framework for reducing data exposure across an entire system.
Vercel Zero Data Retention
Vercel AI Gateway can restrict requests to model providers covered by Zero Data Retention agreements. It also offers controls designed to prevent providers from using prompts for model training.
- Applied per request or across a team
- Provider filtering at the AI routing layer
- No prompt or output retention under eligible ZDR routes
- Policy and routing metadata for auditability
Zero Data Protocol
ZDP begins before a request reaches an AI provider. It examines why information is collected, whether it must be retained and whether it can be exploited beyond the user's immediate purpose.
- Zero Collection wherever collection is unnecessary
- Zero Retention wherever persistence is unnecessary
- Zero Exploitation beyond the declared purpose
- Architecture independent of any vendor or model
Direct comparison
| Dimension | Vercel ZDR | Zero Data Protocol |
|---|---|---|
| Primary role | AI Gateway routing and provider policy control | Independent system-level architectural framework |
| Collection | The request must still be received and processed | Questions whether collection or transmission is necessary at all |
| Retention | Eligible routes prevent prompts and outputs from being retained after inference | Eliminates unnecessary persistence throughout the complete data lifecycle |
| Exploitation | Training restrictions can be enforced through supported provider policies | Rejects secondary exploitation outside the explicit and immediate purpose |
| Coverage | Depends on the selected model, provider and available ZDR agreement | Designed to remain independent of models, vendors and infrastructure |
| Metadata | Operational metadata may still support billing, routing and observability | Requires metadata itself to be justified and reduced to the minimum necessary |
Vercel ZDR controls what happens after an AI request is processed. ZDP questions whether the data needed to be collected and transmitted in the first place.
Why Zero Retention is only one part of the answer
A system can delete a prompt immediately after inference and still collect excessive information, expose it during transmission or derive secondary value from associated identifiers and metadata. ZDP therefore treats retention as one of three connected architectural decisions.
Zero Collection
Do not request, capture or centralize information that is not essential to the immediate function.
Zero Retention
Do not preserve information after the legitimate and declared operation has been completed.
Zero Exploitation
Do not reuse information for profiling, training, targeting or unrelated secondary purposes.
Complementary, not interchangeable
A Vercel ZDR route may form one component of a ZDP-oriented system, but activating ZDR does not make the complete application compliant with the broader ZDP principles. The application may still collect identities, store conversation histories, retain logs or connect requests to user profiles. Architecture must be evaluated end to end.
What Vercel contributes
Practical enforcement at the AI Gateway layer: compatible-provider selection, routing rules, training controls, fallback management and an auditable record of routing decisions.
What ZDP adds
A structural method for examining every stage before, during and after inference — including interfaces, identifiers, application databases, logs, analytics, integrations and downstream use.
Official sources and related ZDP reading
Consult the current Vercel documentation for model-specific availability and contractual details. Explore the ZDP resources below for the wider architectural context.
No unnecessary data. No unnecessary exposure.
Zero Data Protocol does not replace security or privacy controls. It reduces the amount of data those controls must defend by questioning collection, retention and exploitation at the source.
Explore Zero Data Protocol