diff --git a/runner/gateway.openapi.yaml b/runner/gateway.openapi.yaml index 811dcbcc..ae5f42d5 100644 --- a/runner/gateway.openapi.yaml +++ b/runner/gateway.openapi.yaml @@ -6,6 +6,8 @@ info: servers: - url: https://dream-gateway.livepeer.cloud description: Livepeer Cloud Community Gateway +- url: https://livepeer.studio/api/beta/generate + description: Livepeer Studio Gateway paths: /text-to-image: post: diff --git a/runner/gen_openapi.py b/runner/gen_openapi.py index a0a15657..93dca62c 100644 --- a/runner/gen_openapi.py +++ b/runner/gen_openapi.py @@ -29,6 +29,10 @@ "url": "https://dream-gateway.livepeer.cloud", "description": "Livepeer Cloud Community Gateway", }, + { + "url": "https://livepeer.studio/api/beta/generate", + "description": "Livepeer Studio Gateway", + } ] diff --git a/runner/openapi.yaml b/runner/openapi.yaml index 7516cc30..07737b63 100644 --- a/runner/openapi.yaml +++ b/runner/openapi.yaml @@ -6,6 +6,8 @@ info: servers: - url: https://dream-gateway.livepeer.cloud description: Livepeer Cloud Community Gateway +- url: https://livepeer.studio/api/beta/generate + description: Livepeer Studio Gateway paths: /health: get: