Skip to content

Commit

Permalink
ci: regenerated with Speakeasy CLI v1.454.0 (#684)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored Dec 12, 2024
1 parent c4db64c commit aed3f24
Show file tree
Hide file tree
Showing 3 changed files with 1,248 additions and 101 deletions.
9 changes: 5 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
speakeasyVersion: 1.434.0
speakeasyVersion: 1.454.0
sources:
livepeer-studio-api:
sourceNamespace: livepeer-studio-api
sourceRevisionDigest: sha256:90670a3202ad2a0a98eb70ff0f4d74e69aa6505944d747dcaca8e1a65eb10de7
sourceBlobDigest: sha256:ecce8bedb74bfc0a0b642e8816d5ffdb58115ecc368b64d8bee1380ab5ddc2ea
sourceRevisionDigest: sha256:3fb24bb841ffcc213256d0b46bd4a974b11a15b119b5ef9ff972d8bbe96b5528
sourceBlobDigest: sha256:aa1eb89ec2088921bffdf630acb4a5a9169b5384806ebcdb19a321a6ed15dceb
tags:
- latest
- main
- speakeasy-sdk-regen-1731024221
- 1.0.0
targets: {}
workflow:
workflowVersion: 1.0.0
Expand Down
28 changes: 24 additions & 4 deletions ai/api-reference/gateway.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,8 +1011,8 @@ paths:
post:
tags:
- generate
summary: Video To Video
description: Apply video-like transformations to a provided image.
summary: Live Video To Video
description: Apply transformations to a live video streamed to the returned endpoints.
operationId: genLiveVideoToVideo
requestBody:
content:
Expand Down Expand Up @@ -1620,15 +1620,25 @@ components:
type: string
title: Publish Url
description: Destination URL of the outgoing stream to publish.
control_url:
type: string
title: Control Url
description: URL for subscribing via Trickle protocol for updates in the live video-to-video generation params.
default: ''
events_url:
type: string
title: Events Url
description: URL for publishing events via Trickle protocol for pipeline status and logs.
default: ''
model_id:
type: string
title: Model Id
description: Hugging Face model ID used for image generation.
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.
default: ''
params:
type: object
title: Params
description: Initial parameters for the model.
description: Initial parameters for the pipeline.
default: {}
type: object
required:
Expand All @@ -1646,6 +1656,16 @@ components:
type: string
title: Publish Url
description: Destination URL of the outgoing stream to publish to
control_url:
type: string
title: Control Url
description: URL for updating the live video-to-video generation
default: ''
events_url:
type: string
title: Events Url
description: URL for subscribing to events for pipeline status and logs
default: ''
type: object
required:
- subscribe_url
Expand Down
Loading

0 comments on commit aed3f24

Please sign in to comment.