diff --git a/api-reference/server/services/tts/deepgram.mdx b/api-reference/server/services/tts/deepgram.mdx index e537c3eb..100a0a3d 100644 --- a/api-reference/server/services/tts/deepgram.mdx +++ b/api-reference/server/services/tts/deepgram.mdx @@ -116,6 +116,12 @@ Before using `DeepgramSageMakerTTSService`, you need: Audio encoding format. Must be one of: `"linear16"`, `"mulaw"`, `"alaw"`. + + Opt out of the Deepgram Model Improvement Program. See + [https://dpgr.am/deepgram-mip](https://dpgr.am/deepgram-mip) for pricing + impacts before setting to `True`. + + #### DeepgramTTSService Settings Runtime-configurable settings passed via the `settings` constructor argument using `DeepgramTTSService.Settings(...)`. These can be updated mid-conversation with `TTSUpdateSettingsFrame`. See [Service Settings](/pipecat/fundamentals/service-settings) for details. @@ -163,6 +169,12 @@ Runtime-configurable settings passed via the `settings` constructor argument usi Audio encoding format. + + Opt out of the Deepgram Model Improvement Program. See + [https://dpgr.am/deepgram-mip](https://dpgr.am/deepgram-mip) for pricing + impacts before setting to `True`. + + #### DeepgramHttpTTSService Settings Runtime-configurable settings passed via the `settings` constructor argument using `DeepgramHttpTTSService.Settings(...)`. These can be updated mid-conversation with `TTSUpdateSettingsFrame`. See [Service Settings](/pipecat/fundamentals/service-settings) for details.