We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90c06c0 commit 5ca65c8Copy full SHA for 5ca65c8
1 file changed
src/media-understanding/types.ts
@@ -83,6 +83,8 @@ export type MediaUnderstandingProviderRequestTransportOverrides = {
83
auth?: MediaUnderstandingProviderRequestAuthOverride;
84
proxy?: MediaUnderstandingProviderRequestProxyOverride;
85
tls?: MediaUnderstandingProviderRequestTlsOverride;
86
+ /** Runtime-only flag from trusted model-provider config; media config rejects it. */
87
+ allowPrivateNetwork?: boolean;
88
};
89
90
export type AudioTranscriptionRequest = {
0 commit comments