1. Home
  2. Glossary
  3. Zero data retention (ZDR)
AI glossary · Safety, ethics & policy

Zero data retention (ZDR)

Zero data retention (ZDR): Zero data retention (ZDR) is an arrangement in which an AI provider does not store your prompts or the model's responses after the request is processed, so nothing is kept for training, debugging, or later review. Mainly offered on API and enterprise plans.

AI providers usually keep a copy of what you send them, at least briefly. Consumer plans may use conversations to improve models unless you opt out. Business and API plans typically promise not to train on your data but still retain it for a limited period, commonly a few weeks to a month, for abuse monitoring and support. Zero data retention goes a step further: the provider processes the request, returns the answer, and discards both, keeping only minimal metadata.

ZDR is a contractual and technical commitment, not a checkbox in a consumer app. Major vendors offer it to qualifying API and enterprise customers, usually after a review of the use case, and it is documented in a data processing agreement. Read that agreement closely. It should say which products and endpoints are covered, whether third-party tools connected to the model are covered, what happens to content caught by safety filters, and how legal holds are handled.

There are tradeoffs. Features that depend on stored state, such as persistent memory, saved threads, or uploaded file libraries, may be unavailable or work differently under ZDR. And ZDR protects data at the vendor; it does nothing about your own logs, the notes tool that captured the output, or the employee who pasted the data in the first place. It is one layer of a privacy setup, not the whole thing.

Example at work

A healthcare billing company wants to use a language model to draft appeal letters from claim records that contain patient information. Before any pilot, its compliance officer requires a signed business associate agreement plus zero data retention on the API account, confirms in writing which endpoints it covers, and limits the workflow to those endpoints.

Why it matters

For anyone handling regulated or client-confidential data, retention terms decide whether an AI tool is usable at all. Knowing the difference between "we do not train on your data" and "we do not keep your data" lets you ask the vendor the right question.

Related terms