Skip to content

Commit dbf2544

Browse files
committed
feat: Add speech_to_text_milliseconds to usage reports and components
1 parent 2c287f5 commit dbf2544

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

openapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1917,6 +1917,7 @@ paths:
19171917
text_translation_characters: 4892
19181918
document_translation_characters: 0
19191919
text_improvement_characters: 4727
1920+
speech_to_text_milliseconds: 1800000
19201921
group_by: "key_and_day"
19211922
start_date: "2025-09-29T00:00:00"
19221923
end_date: "2025-10-01T00:00:00"
@@ -1929,6 +1930,7 @@ paths:
19291930
text_translation_characters: 159
19301931
document_translation_characters: 0
19311932
text_improvement_characters: 156
1933+
speech_to_text_milliseconds: 1800000
19321934
withoutGrouping:
19331935
summary: Usage report without grouping
19341936
value:
@@ -1938,6 +1940,7 @@ paths:
19381940
text_translation_characters: 4892
19391941
document_translation_characters: 0
19401942
text_improvement_characters: 4727
1943+
speech_to_text_milliseconds: 1800000
19411944
start_date: "2025-09-29T00:00:00"
19421945
end_date: "2025-10-01T00:00:00"
19431946
400:
@@ -3432,6 +3435,10 @@ components:
34323435
type: integer
34333436
description: Number of characters used for text improvement.
34343437
example: 4727
3438+
speech_to_text_milliseconds:
3439+
type: integer
3440+
description: Duration of speech-to-text usage in milliseconds.
3441+
example: 1800000
34353442
GroupedUsageItem:
34363443
type: object
34373444
description: Usage statistics for a specific API key and optionally a specific date.

0 commit comments

Comments
 (0)