Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/VideoRetrieveResponse'
$ref: '#/components/schemas/VideoJob'
'400':
description: Invalid request parameters.
'404':
Expand Down Expand Up @@ -238,7 +238,7 @@ paths:
content:
application/json:
schema:
$ref: '#/components/schemas/CreateVideoResponse'
$ref: '#/components/schemas/VideoJob'
/chat/completions:
post:
tags: ['Chat']
Expand Down Expand Up @@ -8873,15 +8873,7 @@ components:
- MP4
- WEBM

CreateVideoResponse:
type: object
required: ['id']
properties:
id:
type: string
description: Unique identifier for the video job.

VideoRetrieveResponse:
VideoJob:
properties:
id:
type: string
Expand Down