Skip to content

Commit aed3f24

Browse files
ci: regenerated with Speakeasy CLI v1.454.0 (#684)
Co-authored-by: speakeasybot <[email protected]>
1 parent c4db64c commit aed3f24

File tree

3 files changed

+1248
-101
lines changed

3 files changed

+1248
-101
lines changed

.speakeasy/workflow.lock

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
speakeasyVersion: 1.434.0
1+
speakeasyVersion: 1.454.0
22
sources:
33
livepeer-studio-api:
44
sourceNamespace: livepeer-studio-api
5-
sourceRevisionDigest: sha256:90670a3202ad2a0a98eb70ff0f4d74e69aa6505944d747dcaca8e1a65eb10de7
6-
sourceBlobDigest: sha256:ecce8bedb74bfc0a0b642e8816d5ffdb58115ecc368b64d8bee1380ab5ddc2ea
5+
sourceRevisionDigest: sha256:3fb24bb841ffcc213256d0b46bd4a974b11a15b119b5ef9ff972d8bbe96b5528
6+
sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
77
tags:
88
- latest
9-
- main
9+
- speakeasy-sdk-regen-1731024221
10+
- 1.0.0
1011
targets: {}
1112
workflow:
1213
workflowVersion: 1.0.0

ai/api-reference/gateway.openapi.yaml

+24-4
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,8 @@ paths:
10111011
post:
10121012
tags:
10131013
- generate
1014-
summary: Video To Video
1015-
description: Apply video-like transformations to a provided image.
1014+
summary: Live Video To Video
1015+
description: Apply transformations to a live video streamed to the returned endpoints.
10161016
operationId: genLiveVideoToVideo
10171017
requestBody:
10181018
content:
@@ -1620,15 +1620,25 @@ components:
16201620
type: string
16211621
title: Publish Url
16221622
description: Destination URL of the outgoing stream to publish.
1623+
control_url:
1624+
type: string
1625+
title: Control Url
1626+
description: URL for subscribing via Trickle protocol for updates in the live video-to-video generation params.
1627+
default: ''
1628+
events_url:
1629+
type: string
1630+
title: Events Url
1631+
description: URL for publishing events via Trickle protocol for pipeline status and logs.
1632+
default: ''
16231633
model_id:
16241634
type: string
16251635
title: Model Id
1626-
description: Hugging Face model ID used for image generation.
1636+
description: Name of the pipeline to run in the live video to video job. Notice that this is named model_id for consistency with other routes, but it does not refer to a Hugging Face model ID. The exact model(s) depends on the pipeline implementation and might be configurable via the `params` argument.
16271637
default: ''
16281638
params:
16291639
type: object
16301640
title: Params
1631-
description: Initial parameters for the model.
1641+
description: Initial parameters for the pipeline.
16321642
default: {}
16331643
type: object
16341644
required:
@@ -1646,6 +1656,16 @@ components:
16461656
type: string
16471657
title: Publish Url
16481658
description: Destination URL of the outgoing stream to publish to
1659+
control_url:
1660+
type: string
1661+
title: Control Url
1662+
description: URL for updating the live video-to-video generation
1663+
default: ''
1664+
events_url:
1665+
type: string
1666+
title: Events Url
1667+
description: URL for subscribing to events for pipeline status and logs
1668+
default: ''
16491669
type: object
16501670
required:
16511671
- subscribe_url

0 commit comments

Comments
 (0)