Wafer exposes Zero Data Retention (ZDR) as a model capability. If your account or request requires ZDR, Wafer only routes the request to models that support ZDR.Documentation Index
Fetch the complete documentation index at: https://docs.wafer.ai/llms.txt
Use this file to discover all available pages before exploring further.
Account-Level ZDR
Privacy and Enterprise Pass accounts require ZDR automatically, even if the request does not include an extra header. Grandfathered Pass accounts with ZDR enabled also require ZDR automatically, including Starter accounts that were previously marked as ZDR-enabled. Starter accounts are not ZDR by default unless the account already has ZDR enabled.Request-Scoped ZDR
To require ZDR on an individual request from a non-ZDR Pass account, sendWafer-ZDR: required:
Unsupported Models
If ZDR is required and the selected model does not support it, Wafer rejects the request before routing it upstream and returnsmodel_zdr_not_supported.
Some GUI harnesses do not expose custom request headers. For those apps, use a Privacy/Enterprise Pass key, or another Pass key with account-level ZDR enabled, when you need ZDR enforced automatically.