Independent/Reader-funded/Infrastructure, not tokens
DeAINEWS

AI you control — open models, private inference, and the networks that run them.

Provider Policy & Trust

What Does Zero Data Retention Actually Mean in AI APIs? (2026)

Zero data retention means your prompts aren't stored after the response is sent — but it's a policy claim, not proof. Compare AI APIs on 4 dimensions.

DeAI is powered by Morpheus (mor.org). We cover competing providers on the same terms — see our methodology.

What Does Zero Data Retention Actually Mean in AI APIs? (2026) Illustration: DeAI
What Does Zero Data Retention Actually Mean in AI APIs? (2026) Illustration: DeAI

Zero data retention means an AI API provider does not store your prompts or completions after the response is delivered: nothing written to disk, nothing to subpoena, leak, or quietly train on later. But ZDR is a policy statement, not a verified fact, and what it covers varies widely. Four questions separate real commitments from marketing copy.

Key takeaways

  • Zero data retention (ZDR) is an absence-claim: a provider's written policy that your prompts and completions are never persisted. On a centralized API, you cannot independently verify it from the outside.
  • Compare providers on 4 dimensions: scope (which data), defaults (which tiers), exceptions (abuse monitoring, legal holds), and enforcement (contract vs. architecture).
  • On major hosted APIs, full ZDR is often gated behind enterprise tiers or per-request flags; standard tiers may retain prompts for a limited abuse-monitoring window. OpenAI's published policy describes up to 30 days.
  • A decentralized inference marketplace removes the central server entirely, so there is no single operator database for logs to accumulate in. The individual node serving your request remains a residual trust point, though.
  • DeAI's Trust Tracker scores provider data policies on identical criteria; pair it with our guide to private AI APIs.

What does zero data retention actually mean?

Every API request you send has a lifecycle, and retention can happen at several points along it:

  1. Transit. Your prompt travels over TLS to the provider's edge. Load balancers and gateways see metadata (your IP address, timestamps, account ID, token counts) even when they never see plaintext.
  2. Inference. The prompt is decrypted and loaded into the memory of a GPU worker. For the duration of the request it exists in plaintext in RAM and VRAM. On any conventional architecture this is unavoidable: the model cannot read what it cannot read.
  3. Response. The completion streams back. Under a zero-retention policy, this is where the trail ends: nothing is written to a database, object store, or log file.
  4. Post-hoc. Billing records, rate-limit counters, and sometimes the outputs of automated safety classifiers may persist even under ZDR, because providers carve them out as "metadata" or "safety logs."

So a precise definition: zero data retention means the provider does not write your prompts, completions, uploaded files, or embeddings to persistent storage after serving the response. It does not mean your data was never processed (it must be), and it rarely means nothing at all is kept. Billing and abuse-prevention records almost always survive.

When you read a ZDR claim, the first question is: zero retention of what, exactly?

Does my AI provider keep my prompts?

It depends less on the brand and more on which tier, which product surface, and which policy document governs your account. The picture as of mid-2026, in qualitative terms:

Frontier hosted APIs. OpenAI, Anthropic, and Google all publish separate data terms for their API products versus their consumer chat apps. OpenAI's enterprise privacy documentation describes retaining API traffic for up to 30 days for abuse and safety monitoring under standard terms, with zero-retention arrangements available for qualifying customers and endpoints. Anthropic publishes its own safety-related retention language in its privacy and commercial terms. Google's Gemini API terms draw a well-known line between unpaid and paid tiers in how prompts may be handled. All three offer stronger contractual commitments, including no-training language, on enterprise agreements. These are published policies; read the current versions before relying on any summary, including this one.

Open-weight inference clouds. Providers such as Together, Fireworks, and similar GPU clouds run open-weight models and typically advertise that customer data is not used for training; retention specifics vary by provider and product tier. Aggregators add a wrinkle: when you call a model through OpenRouter, two parties' policies apply (the aggregator's and the downstream provider's), so "zero retention" has to hold at both hops.

Privacy-positioned providers. Some providers, such as Venice, build their product around a no-storage stance. Treat these the same as any other absence-claim: a policy statement, not a verified fact.

Decentralized marketplaces. Morpheus, a decentralized inference marketplace, takes a different structural approach: there is no central API server operated by one company that terminates all traffic, so there is no central log database to retain anything in the first place. The verification section below explains what that does and doesn't buy you.

Is zero retention the same as "no training on your data"?

No. Conflating the two is the most common mistake buyers make. They are independent promises:

PromiseWhat it commits toWhat it does not commit to
No training on API dataYour prompts/completions are excluded from training pipelinesDeleting them; they may sit in logs for weeks
Zero data retentionNothing is persisted after the responseNothing was processed; metadata may persist
No human reviewStaff don't read your promptsNo automated classifiers scanning them

A provider can honor any one of these without the others. "We don't train on your data" is fully compatible with keeping complete prompt logs for a month. Read each commitment separately in the API terms.

Which AI APIs don't store data?

The honest answer: verify at the policy level, not the brand level, and re-verify on a schedule. Providers revise their data terms regularly, sometimes with real substance. A practical screening process:

  1. Find the API-specific data terms, not the consumer privacy policy, which often differs.
  2. Check whether ZDR is the default on your tier, an enterprise add-on, or a per-request flag.
  3. List the carve-outs: abuse monitoring, safety classifiers, legal holds, metadata.
  4. Identify the enforcement mechanism: policy page, signed DPA, audit report, or architecture.

DeAI's Trust Tracker exists to make this comparison mechanical: it scores provider data policies on identical criteria so you can compare like with like. If you're shortlisting providers on privacy grounds, our private AI API guide walks the buyer-side criteria in detail.

One caution applies to every entry in any tracker, ours included: absence-claims are policy statements, not verified facts. A provider saying "we store nothing" is a commitment you can hold them to contractually. It is not something an outsider can observe directly.

How can you verify a no-logging claim?

You can't, fully, from the outside of a centralized service. What you can do is climb a ladder of increasing assurance:

  • Level 1 — Published policy. The weakest rung: self-reported and changeable, but it sets the baseline and creates a paper trail.
  • Level 2 — Contract. A DPA, BAA, or enterprise addendum with explicit retention terms makes the promise legally enforceable. Still trust-based, but now with remedies.
  • Level 3 — Third-party audit. SOC 2 Type II or ISO 27001 reports show an auditor examined controls. Note the limits: these audits assess whether stated controls operate effectively; they rarely attempt to prove a negative like "no logs exist anywhere."
  • Level 4 — Technical enforcement. Confidential-computing deployments (TEEs) with remote attestation, or running open-weight models in your own VPC or on your own hardware, move retention from "their promise" to "your infrastructure." If you run the model, the retention question becomes an internal one.
  • Level 5 — Architectural removal. In a decentralized inference marketplace, requests route to independent compute operators rather than to one company's API backend. There is no central server to retain your prompts: no unified log store, no single subpoena target, no one database to breach. The trust model shifts from "trust the company's policy" to "there is no company in the middle at all." The honest caveat: the individual operator serving your request sees your prompt in plaintext during inference and could, in principle, log it. What the architecture removes is the central retention point, not the theoretical possibility of a bad actor at the edge.

For compliance teams, ZDR also maps neatly onto GDPR's storage-limitation principle (Article 5): personal data kept no longer than necessary. A genuine zero-retention posture is the strongest form of that principle, if it's real.

A checklist before you trust a zero-retention label

  • Is ZDR the default on my tier, or an enterprise add-on / per-request flag?
  • What is explicitly excluded: safety classifiers, abuse logs, billing metadata?
  • Where is the retention window (if any) written down, and how long is it?
  • Will the provider sign a DPA or BAA with retention terms spelled out?
  • Is there a SOC 2 or equivalent report I can read under NDA?
  • If it's a marketplace or aggregator: who are all the parties that see my prompt, and what does each one's policy say?
  • If the answer matters enough: could I run an open-weight model in my own environment instead?

FAQ

Which AI APIs don't store data?

Several providers publish zero-retention policies, some by default and others only on enterprise tiers or via per-request flags. These are policy statements, not verified facts. DeAI's Trust Tracker compares current provider policies on identical criteria.

Does my AI provider keep my prompts?

Check the API-specific data terms, not the consumer privacy policy. Many hosted APIs retain prompts for a limited window (OpenAI's published policy describes up to 30 days for abuse monitoring) unless your tier includes zero retention.

What does zero data retention mean in an AI API?

The provider does not write your prompts, completions, files, or embeddings to persistent storage after returning the response. Data still exists transiently in memory during inference, and billing metadata or safety logs are often excluded.

Is zero retention the same as not training on my data?

No. No-training means your data is excluded from model training; zero retention means it is not stored at all. A provider can honor one without the other. Evaluate both commitments separately in the API terms.

How can you verify a no-logging claim?

You cannot fully verify from outside. Climb the assurance ladder: published policy, signed DPA/BAA, third-party audits, technical enforcement (TEEs or self-hosting), or architectures like a decentralized inference marketplace with no central server to retain logs.

Questions

Which AI APIs don't store data?
Several providers publish zero-retention policies — some by default, others only on enterprise tiers or via per-request flags. These are policy statements, not verified facts. DeAI's Trust Tracker (/trust) compares current provider policies on identical criteria.
Does my AI provider keep my prompts?
Check the API-specific data terms, not the consumer privacy policy. Many hosted APIs retain prompts for a limited window — OpenAI's published policy describes up to 30 days for abuse monitoring — unless your tier includes zero retention.
What does zero data retention mean in an AI API?
The provider does not write your prompts, completions, files, or embeddings to persistent storage after returning the response. Data still exists transiently in memory during inference, and billing metadata or safety logs are often excluded.
Is zero retention the same as not training on my data?
No. No-training means your data is excluded from model training; zero retention means it is not stored at all. A provider can honor one without the other — evaluate both commitments separately in the API terms.
How can you verify a no-logging claim?
You cannot fully verify from outside. Climb the assurance ladder: published policy, signed DPA/BAA, third-party audits, technical enforcement (TEEs or self-hosting), or architectures like a decentralized inference marketplace with no central server to retain logs.

Sources

  1. Enterprise privacy at OpenAI — OpenAI
  2. Privacy Policy — Anthropic
  3. Gemini API Terms of Service — Google
  4. Privacy Policy — OpenRouter
  5. Together AI — Together AI
  6. Fireworks AI — Fireworks AI
  7. Venice — Venice
  8. Article 5: How to process personal data — GDPR.eu

About DeAI

DeAI is an independent publication covering open-weight AI models, private inference, and decentralized infrastructure — the tools for running AI you actually control. We test providers on price, privacy, and refusal behavior and publish the numbers, not the vibes. DeAI is powered by Morpheus (mor.org), a decentralized inference marketplace, and covers it on the same terms as every other provider.

Powered by Morpheus and StrandCMS

Morpheus is a decentralized inference marketplace, covered on the same terms as every other provider — we rank it wherever the data lands. StrandCMS is the open-source, agent-first framework this site is built on.

Learn more about the Morpheus Inference API →

Sponsor disclosure — not editorial

Powered by Morpheus and StrandCMS. Morpheus is a decentralized inference marketplace, covered on the same terms as every other provider. StrandCMS is the open-source, agent-first framework this site is built on.

Learn more →