Skip to content

Commit 848a356

Browse files
committed
ci: regenerated with Speakeasy CLI v1.680.5
1 parent 6c21dda commit 848a356

File tree

3 files changed

+485
-55
lines changed

3 files changed

+485
-55
lines changed

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.543.4
1+
speakeasyVersion: 1.680.5
22
sources:
33
livepeer-studio-api:
44
sourceNamespace: livepeer-studio-api
5-
sourceRevisionDigest: sha256:2a39aaefa6d4f52498dc9ee5aec6e20911a09bd474bb9eb0c2f8f67de8d149de
6-
sourceBlobDigest: sha256:50f137973ae47156ff6dc3811e285de7ae10db626653de49f76cdbfbc82f7e44
5+
sourceRevisionDigest: sha256:e9f866c9544690b86e25eb48f76a09832d9a59f9bc3fe5abe79816e09bf3dd2f
6+
sourceBlobDigest: sha256:ef1e2fa4570f034e5b88d78cc26fcacb9c1214f7ff41227c9211076dd8eea513
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1745712246
9+
- speakeasy-sdk-regen-1746921835
1010
- 1.0.0
1111
targets: {}
1212
workflow:

ai/api-reference/gateway.openapi.yaml

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
33
info:
44
title: Livepeer AI Runner
55
description: An application to run AI pipelines
6-
version: 0.1.0
6+
version: 0.13.11
77
servers:
88
- url: https://dream-gateway.livepeer.cloud
99
description: Livepeer Cloud Community Gateway
@@ -1053,8 +1053,7 @@ components:
10531053
AudioResponse:
10541054
properties:
10551055
audio:
1056-
allOf:
1057-
- $ref: '#/components/schemas/MediaURL'
1056+
$ref: '#/components/schemas/MediaURL'
10581057
description: The generated audio.
10591058
type: object
10601059
required:
@@ -1331,8 +1330,7 @@ components:
13311330
HTTPError:
13321331
properties:
13331332
detail:
1334-
allOf:
1335-
- $ref: '#/components/schemas/APIError'
1333+
$ref: '#/components/schemas/APIError'
13361334
description: Detailed error information.
13371335
type: object
13381336
required:
@@ -1382,11 +1380,9 @@ components:
13821380
title: Finish Reason
13831381
default: ''
13841382
delta:
1385-
allOf:
1386-
- $ref: '#/components/schemas/LLMMessage'
1383+
$ref: '#/components/schemas/LLMMessage'
13871384
message:
1388-
allOf:
1389-
- $ref: '#/components/schemas/LLMMessage'
1385+
$ref: '#/components/schemas/LLMMessage'
13901386
type: object
13911387
required:
13921388
- index
@@ -1508,6 +1504,7 @@ components:
15081504
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.
15091505
default: ''
15101506
params:
1507+
additionalProperties: true
15111508
type: object
15121509
title: Params
15131510
description: Initial parameters for the pipeline.
@@ -1517,6 +1514,11 @@ components:
15171514
title: Gateway Request Id
15181515
description: The ID of the Gateway request (for logging purposes).
15191516
default: ''
1517+
manifest_id:
1518+
type: string
1519+
title: Manifest Id
1520+
description: The manifest ID from the orchestrator (for logging purposes).
1521+
default: ''
15201522
stream_id:
15211523
type: string
15221524
title: Stream Id
@@ -1553,6 +1555,11 @@ components:
15531555
title: Request Id
15541556
description: The ID generated for this request
15551557
default: ''
1558+
manifest_id:
1559+
type: string
1560+
title: Manifest Id
1561+
description: Orchestrator manifest ID for this request
1562+
default: ''
15561563
type: object
15571564
required:
15581565
- subscribe_url

0 commit comments

Comments
 (0)