@@ -134,6 +134,7 @@ paths:
134134 text_translation_characters : 4892
135135 document_translation_characters : 0
136136 text_improvement_characters : 4727
137+ speech_to_text_milliseconds : 1800000
137138 group_by : " key_and_day"
138139 start_date : " 2025-09-29T00:00:00"
139140 end_date : " 2025-10-01T00:00:00"
@@ -146,6 +147,7 @@ paths:
146147 text_translation_characters : 159
147148 document_translation_characters : 0
148149 text_improvement_characters : 156
150+ speech_to_text_milliseconds : 1800000
149151 withoutGrouping :
150152 summary : Usage report without grouping
151153 value :
@@ -155,6 +157,7 @@ paths:
155157 text_translation_characters : 4892
156158 document_translation_characters : 0
157159 text_improvement_characters : 4727
160+ speech_to_text_milliseconds : 1800000
158161 start_date : " 2025-09-29T00:00:00"
159162 end_date : " 2025-10-01T00:00:00"
160163 400 :
@@ -4440,6 +4443,10 @@ components:
44404443 type : integer
44414444 description : Number of characters used for text improvement.
44424445 example : 4727
4446+ speech_to_text_milliseconds :
4447+ type : integer
4448+ description : Duration of speech-to-text usage in milliseconds.
4449+ example : 1800000
44434450 KeyAndDayUsageItem :
44444451 type : object
44454452 description : Usage statistics for a specific API key and optionally a specific date.
0 commit comments