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
@@ -6937,7 +7095,7 @@ typing.Optional[core.File]` — See core.File for more documentation
6937
7095
<dl>
6938
7096
<dd>
6939
7097
6940
-
**keyterms:**`typing.Optional[typing.List[str]]` — A list of keyterms to bias the transcription towards. The keyterms are words or phrases you want the model to recognise more accurately. The number of keyterms cannot exceed 1000. The length of each keyterm must be less than 50 characters. Keyterms can contain at most 5 words (after normalisation). For example ["hello", "world", "technical term"]. Usage of this parameter will incur an additional 20% surcharge on the base transcription cost. When more than 100 keyterms are provided, a minimum billable duration of 20 seconds applies per request.
7098
+
**keyterms:**`typing.Optional[typing.List[str]]` — A list of keyterms to bias the transcription towards. The keyterms are words or phrases you want the model to recognise more accurately. The number of keyterms cannot exceed 1000. The length of each keyterm must be less than 50 characters. Keyterms can contain at most 5 words (after normalisation). For example ["hello", "world", "technical term"]. The following characters are not supported: `<`, `>`, `{`, `}`, `[`, `]`, `\`. Usage of this parameter will incur an additional 20% surcharge on the base transcription cost. When more than 100 keyterms are provided, a minimum billable duration of 20 seconds applies per request.
**force_pre_tool_speech:**`typing.Optional[bool]` — If set, overrides the server's force_pre_tool_speech setting for this tool
13583
+
**force_pre_tool_speech:**`typing.Optional[bool]` — DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool.
13584
+
13585
+
</dd>
13586
+
</dl>
13587
+
13588
+
<dl>
13589
+
<dd>
13590
+
13591
+
**pre_tool_speech:**`typing.Optional[PreToolSpeechMode]` — If set, overrides the server's pre_tool_speech setting for this tool.
**force_pre_tool_speech:**`typing.Optional[bool]` — If set, overrides the server's force_pre_tool_speech setting for this tool
18059
+
**force_pre_tool_speech:**`typing.Optional[bool]` — DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool.
18060
+
18061
+
</dd>
18062
+
</dl>
18063
+
18064
+
<dl>
18065
+
<dd>
18066
+
18067
+
**pre_tool_speech:**`typing.Optional[PreToolSpeechMode]` — If set, overrides the server's pre_tool_speech setting for this tool.
**force_pre_tool_speech:**`typing.Optional[bool]` — If set, overrides the server's force_pre_tool_speech setting for this tool
18383
+
**force_pre_tool_speech:**`typing.Optional[bool]` — DEPRECATED: use `pre_tool_speech` instead. If set, overrides the server's force_pre_tool_speech setting for this tool.
18384
+
18385
+
</dd>
18386
+
</dl>
18387
+
18388
+
<dl>
18389
+
<dd>
18390
+
18391
+
**pre_tool_speech:**`typing.Optional[PreToolSpeechMode]` — If set, overrides the server's pre_tool_speech setting for this tool.
Returns credit usage broken down by product type over time. Timestamps are Unix milliseconds. The response is a tabular structure with columns, column_types, column_units, and rows.
26452
+
Returns credit usage broken down by product type over time. The response is a tabular structure with columns, column_types, column_units, and rows.
0 commit comments