What does zero data retention actually mean for an LLM API?
It means your prompts and completions are never stored — not in logs, not in databases, not in object storage. At abliteration.ai, processing is ephemeral: data exists only in memory during the request.
Is no-training the same as zero retention?
No. No-training means your data is not used to train models, but it may still be stored for abuse detection, debugging, or compliance. Zero retention means it is not stored at all.
Does OpenAI offer zero data retention?
OpenAI offers a ZDR option for API users, but it must be explicitly enabled and applies to specific endpoints. Check their current documentation for the latest scope.
What telemetry does abliteration.ai retain?
Token counts, timestamps, error codes, and billing metadata. No prompt or completion content is retained.