Prism processes API content only for the time needed to complete and return a
request. It is discarded after processing and is never used for model
training.
What ZDR covers
ZDR applies to the content sent to and returned from every Prism inference endpoint:
Prism does not write this content to persistent storage, application logs,
analytics systems, or backups. It is not used to train, fine-tune, evaluate, or
otherwise improve models.
This applies to Chat Completions, OpenAI Responses, Anthropic Messages, and
token-count requests.
What Prism retains
ZDR covers API inputs and outputs. It does not cover the non-content information needed to operate the service:
Service metadata is designed not to contain the substance of API inputs or
outputs. Prism retains non-content information only as described in the
Privacy Policy.
Build stateless applications
Because Prism does not retain API content:- Keep conversation history and application state in your own system.
- Resend the required context with each request.
- Do not rely on Prism to retrieve or export past inputs or outputs.
- Use
store: falsewith the Responses API. Stored Responses andprevious_response_idare not supported.
Privacy Policy
Read the complete policy for API content, metadata, accounts, and billing.
Responses API
Learn how to use Prism’s stateless Responses-compatible endpoint.