From fa81df64baf48c3bd33716fd8c75f2dd03e5b65b Mon Sep 17 00:00:00 2001 From: OpenRouter SDK Bot Date: Thu, 17 Sep 2026 18:39:33 +0000 Subject: [PATCH] chore: update OpenAPI spec [sdk-bot] --- .speakeasy/in.openapi.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.speakeasy/in.openapi.yaml b/.speakeasy/in.openapi.yaml index 9cb92fd0..e3903647 100644 --- a/.speakeasy/in.openapi.yaml +++ b/.speakeasy/in.openapi.yaml @@ -25788,6 +25788,11 @@ components: seconds: 9.2 total_tokens: 113 properties: + confidence: + description: 'Provider confidence for the whole transcript from 0 to 1, present when response_format is verbose_json and the provider scores the full transcript' + example: 0.94 + format: 'double' + type: 'number' duration: description: 'Duration of the input audio in seconds, present when response_format is verbose_json' example: 9.2 @@ -25933,11 +25938,17 @@ components: STTWord: description: 'A timestamped word, returned when the provider includes word-level timestamps' example: + confidence: 0.98 end: 0.4 speaker: 0 start: 0 word: 'Hello' properties: + confidence: + description: 'Provider confidence for the word from 0 to 1, present when the provider returns per-word confidence' + example: 0.98 + format: 'double' + type: 'number' end: description: 'Word end time in seconds' example: 0.4