You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ai/api-reference/gateway.openapi.yaml
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ openapi: 3.1.0
3
3
info:
4
4
title: Livepeer AI Runner
5
5
description: An application to run AI pipelines
6
-
version: 0.1.0
6
+
version: 0.13.11
7
7
servers:
8
8
- url: https://dream-gateway.livepeer.cloud
9
9
description: Livepeer Cloud Community Gateway
@@ -1053,8 +1053,7 @@ components:
1053
1053
AudioResponse:
1054
1054
properties:
1055
1055
audio:
1056
-
allOf:
1057
-
- $ref: '#/components/schemas/MediaURL'
1056
+
$ref: '#/components/schemas/MediaURL'
1058
1057
description: The generated audio.
1059
1058
type: object
1060
1059
required:
@@ -1331,8 +1330,7 @@ components:
1331
1330
HTTPError:
1332
1331
properties:
1333
1332
detail:
1334
-
allOf:
1335
-
- $ref: '#/components/schemas/APIError'
1333
+
$ref: '#/components/schemas/APIError'
1336
1334
description: Detailed error information.
1337
1335
type: object
1338
1336
required:
@@ -1382,11 +1380,9 @@ components:
1382
1380
title: Finish Reason
1383
1381
default: ''
1384
1382
delta:
1385
-
allOf:
1386
-
- $ref: '#/components/schemas/LLMMessage'
1383
+
$ref: '#/components/schemas/LLMMessage'
1387
1384
message:
1388
-
allOf:
1389
-
- $ref: '#/components/schemas/LLMMessage'
1385
+
$ref: '#/components/schemas/LLMMessage'
1390
1386
type: object
1391
1387
required:
1392
1388
- index
@@ -1508,6 +1504,7 @@ components:
1508
1504
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.
1509
1505
default: ''
1510
1506
params:
1507
+
additionalProperties: true
1511
1508
type: object
1512
1509
title: Params
1513
1510
description: Initial parameters for the pipeline.
@@ -1517,6 +1514,11 @@ components:
1517
1514
title: Gateway Request Id
1518
1515
description: The ID of the Gateway request (for logging purposes).
1519
1516
default: ''
1517
+
manifest_id:
1518
+
type: string
1519
+
title: Manifest Id
1520
+
description: The manifest ID from the orchestrator (for logging purposes).
1521
+
default: ''
1520
1522
stream_id:
1521
1523
type: string
1522
1524
title: Stream Id
@@ -1553,6 +1555,11 @@ components:
1553
1555
title: Request Id
1554
1556
description: The ID generated for this request
1555
1557
default: ''
1558
+
manifest_id:
1559
+
type: string
1560
+
title: Manifest Id
1561
+
description: Orchestrator manifest ID for this request
0 commit comments