Provider Data Policies
Every upstream provider (OpenAI, Anthropic, Google, DeepSeek, etc.) has its own terms of service governing:- Whether prompts are used for training
- How long prompts and completions are retained
- Whether responses are logged for abuse detection
Training on Prompts
By default, most major providers (OpenAI, Anthropic, Google) do not train on API traffic under their enterprise or standard API terms. However, policies vary by provider and plan. You can review each provider’s current data policy by checking their official documentation or terms of service page. ARouter surfaces known provider data policies in the Providers reference.Controlling Provider Selection
If your use case requires strict data handling guarantees, you can control which providers ARouter routes to:- Specify a provider explicitly — use the
provider/modelformat (e.g.,openai/gpt-5.4) to ensure only that provider handles your request. - Use an ordered candidate list — set
modelsto a prioritized list of provider-specific model IDs, all of which meet your data requirements.
Data Retention by Provider
Below is a general summary. Always verify with the provider’s current terms:| Provider | Prompt Retention | Training Use |
|---|---|---|
| OpenAI (API) | 30 days (abuse monitoring) | No (API terms) |
| Anthropic | Up to 30 days | No (API terms) |
| Google Gemini | Varies by product | No for Gemini API |
| DeepSeek | Varies | Check provider terms |
This table reflects general policy summaries and may be outdated. Check each provider’s official API terms for the authoritative answer.
Provider Policy Details
OpenAI
- Prompt retention: OpenAI retains API inputs and outputs for up to 30 days for abuse and safety monitoring, then deletes them
- Training: OpenAI does not use API data to train models by default
- Zero Data Retention: Available for eligible accounts; prompts are not stored at all
- OpenAI Privacy Policy
Anthropic
- Prompt retention: Anthropic retains prompts and outputs for safety purposes, typically up to 30 days
- Training: Anthropic does not train on API data by default
- Trust & Safety review: Anthropic may review interactions flagged by automated systems
- Anthropic Privacy Policy
Google Gemini
- Prompt retention: Varies by product and API type. Gemini API (AI Studio) does not use prompts for training by default
- Training: Not used for model training via the Gemini API by default
- Data residency: Google Cloud offers regional data processing for enterprise customers
- Google AI Privacy
DeepSeek
- Policy: Check DeepSeek’s current privacy policy for up-to-date terms
- ARouter recommends caution with sensitive data when routing to less-established providers
Provider policies change over time. Always verify with the provider’s current terms of service and privacy policy for authoritative information before processing sensitive data.