You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**model_id:**`typing.Optional[str]` — The model ID to use for the sound generation.
395
+
396
+
</dd>
397
+
</dl>
398
+
399
+
<dl>
400
+
<dd>
401
+
394
402
**request_options:**`typing.Optional[RequestOptions]` — Request-specific configuration. You can pass in configuration such as `chunk_size`, and more to customize the request and response.
395
403
396
404
</dd>
@@ -595,7 +603,7 @@ Defaults to None.
595
603
<dl>
596
604
<dd>
597
605
598
-
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 and Flash v2.5 support language enforcement. For other models, an error will be returned if language code is provided.
606
+
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
599
607
600
608
</dd>
601
609
</dl>
@@ -803,7 +811,7 @@ Defaults to None.
803
811
<dl>
804
812
<dd>
805
813
806
-
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 and Flash v2.5 support language enforcement. For other models, an error will be returned if language code is provided.
814
+
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
807
815
808
816
</dd>
809
817
</dl>
@@ -1015,7 +1023,7 @@ Defaults to None.
1015
1023
<dl>
1016
1024
<dd>
1017
1025
1018
-
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 and Flash v2.5 support language enforcement. For other models, an error will be returned if language code is provided.
1026
+
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
1019
1027
1020
1028
</dd>
1021
1029
</dl>
@@ -1229,7 +1237,7 @@ Defaults to None.
1229
1237
<dl>
1230
1238
<dd>
1231
1239
1232
-
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model. Currently only Turbo v2.5 and Flash v2.5 support language enforcement. For other models, an error will be returned if language code is provided.
1240
+
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
1427
+
1428
+
</dd>
1429
+
</dl>
1430
+
1431
+
<dl>
1432
+
<dd>
1433
+
1418
1434
**settings:**`typing.Optional[ModelSettingsResponseModel]` — Settings controlling the dialogue generation.
]` — This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans.
1461
+
1462
+
</dd>
1463
+
</dl>
1464
+
1465
+
<dl>
1466
+
<dd>
1467
+
1442
1468
**request_options:**`typing.Optional[RequestOptions]` — Request-specific configuration. You can pass in configuration such as `chunk_size`, and more to customize the request and response.
**language_code:**`typing.Optional[str]` — Language code (ISO 639-1) used to enforce a language for the model and text normalization. If the model does not support provided language code, an error will be returned.
1564
+
1565
+
</dd>
1566
+
</dl>
1567
+
1568
+
<dl>
1569
+
<dd>
1570
+
1537
1571
**settings:**`typing.Optional[ModelSettingsResponseModel]` — Settings controlling the dialogue generation.
]` — This parameter controls text normalization with three modes: 'auto', 'on', and 'off'. When set to 'auto', the system will automatically decide whether to apply text normalization (e.g., spelling out numbers). With 'on', text normalization will always be applied, while with 'off', it will be skipped. For 'eleven_turbo_v2_5' and 'eleven_flash_v2_5' models, text normalization can only be enabled with Enterprise plans.
1598
+
1599
+
</dd>
1600
+
</dl>
1601
+
1602
+
<dl>
1603
+
<dd>
1604
+
1561
1605
**request_options:**`typing.Optional[RequestOptions]` — Request-specific configuration. You can pass in configuration such as `chunk_size`, and more to customize the request and response.
**enable_logging:**`typing.Optional[bool]` — When enable_logging is set to false zero retention mode will be used for the request. This will mean history features are unavailable for this request, including request stitching. Zero retention mode may only be used by enterprise customers.
5105
+
**enable_logging:**`typing.Optional[bool]` — When enable_logging is set to false zero retention mode will be used for the request. This will mean log and transcript storage features are unavailable for this request. Zero retention mode may only be used by enterprise customers.
**include_conversation_id:**`typing.Optional[bool]` — Whether to include a conversation_id with the response. If included, the conversation_signature cannot be used again.
0 commit comments