diff --git a/src/media-understanding/types.ts b/src/media-understanding/types.ts index 7f63395fb37..cfaa9fe5571 100644 --- a/src/media-understanding/types.ts +++ b/src/media-understanding/types.ts @@ -83,6 +83,8 @@ export type MediaUnderstandingProviderRequestTransportOverrides = { auth?: MediaUnderstandingProviderRequestAuthOverride; proxy?: MediaUnderstandingProviderRequestProxyOverride; tls?: MediaUnderstandingProviderRequestTlsOverride; + /** Runtime-only flag from trusted model-provider config; media config rejects it. */ + allowPrivateNetwork?: boolean; }; export type AudioTranscriptionRequest = {