Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/types/openrouter-chat-settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;