diff --git a/src/types/openrouter-chat-settings.ts b/src/types/openrouter-chat-settings.ts index 9238b27..fc8f17d 100644 --- a/src/types/openrouter-chat-settings.ts +++ b/src/types/openrouter-chat-settings.ts @@ -129,5 +129,10 @@ monitor and detect abuse. Learn more. audio?: number | string; request?: number | string; }; + /** + * Whether to restrict routing to only ZDR (Zero Data Retention) endpoints. + * When true, only endpoints that do not retain prompts will be used. + */ + zdr?: boolean; }; } & OpenRouterSharedSettings;