Skip to content

Commit eeead65

Browse files
talosgithub-actions[bot]
authored andcommitted
chore: update OpenAPI specification from openrouter-web
1 parent 9576ea4 commit eeead65

File tree

1 file changed

+30
-12
lines changed

1 file changed

+30
-12
lines changed

.speakeasy/in.openapi.yaml

Lines changed: 30 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4657,21 +4657,38 @@ components:
46574657
- type
46584658
- input_audio
46594659
ChatMessageContentItemVideo:
4660-
type: object
4661-
properties:
4662-
type:
4663-
type: string
4664-
const: input_video
4665-
video_url:
4666-
type: object
4660+
oneOf:
4661+
- type: object
46674662
properties:
4668-
url:
4663+
type:
46694664
type: string
4665+
const: input_video
4666+
video_url:
4667+
type: object
4668+
properties:
4669+
url:
4670+
type: string
4671+
required:
4672+
- url
46704673
required:
4671-
- url
4672-
required:
4673-
- type
4674-
- video_url
4674+
- type
4675+
- video_url
4676+
- type: object
4677+
properties:
4678+
type:
4679+
type: string
4680+
const: video_url
4681+
video_url:
4682+
type: object
4683+
properties:
4684+
url:
4685+
type: string
4686+
required:
4687+
- url
4688+
required:
4689+
- type
4690+
- video_url
4691+
type: object
46754692
ChatMessageContentItem:
46764693
oneOf:
46774694
- $ref: '#/components/schemas/ChatMessageContentItemText'
@@ -4686,6 +4703,7 @@ components:
46864703
image_url: '#/components/schemas/ChatMessageContentItemImage'
46874704
input_audio: '#/components/schemas/ChatMessageContentItemAudio'
46884705
input_video: '#/components/schemas/ChatMessageContentItemVideo'
4706+
video_url: '#/components/schemas/ChatMessageContentItemVideo'
46894707
ChatMessageToolCall:
46904708
type: object
46914709
properties:

0 commit comments

Comments
 (0)