Skip to content

Commit e2fea0b

Browse files
openrouter-docs-sync[bot]OpenRouter SDK Bot
andauthored
chore: update OpenAPI spec from monorepo (#516)
Co-authored-by: OpenRouter SDK Bot <sdk-bot@openrouter.ai>
1 parent 9d6fbd1 commit e2fea0b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎.speakeasy/in.openapi.yaml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21666,6 +21666,7 @@ components:
2166621666
id: 0
2166721667
no_speech_prob: 0.01
2166821668
seek: 0
21669+
speaker: 0
2166921670
start: 0
2167021671
temperature: 0
2167121672
text: 'Hello there.'
@@ -21699,6 +21700,10 @@ components:
2169921700
description: 'Seek offset of the segment'
2170021701
example: 0
2170121702
type: 'integer'
21703+
speaker:
21704+
description: 'Speaker index for the segment, present when the provider returns diarization data'
21705+
example: 0
21706+
type: 'integer'
2170221707
start:
2170321708
description: 'Segment start time in seconds'
2170421709
example: 0
@@ -21766,6 +21771,7 @@ components:
2176621771
description: 'A timestamped word, returned when the provider includes word-level timestamps'
2176721772
example:
2176821773
end: 0.4
21774+
speaker: 0
2176921775
start: 0
2177021776
word: 'Hello'
2177121777
properties:
@@ -21774,6 +21780,10 @@ components:
2177421780
example: 0.4
2177521781
format: 'double'
2177621782
type: 'number'
21783+
speaker:
21784+
description: 'Speaker index for the word, present when the provider returns diarization data'
21785+
example: 0
21786+
type: 'integer'
2177721787
start:
2177821788
description: 'Word start time in seconds'
2177921789
example: 0

0 commit comments

Comments
 (0)