Skip to content

Commit 34118be

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.514.1
1 parent 80214d1 commit 34118be

31 files changed

+556
-433
lines changed

.speakeasy/gen.lock

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,32 @@
11
lockVersion: 2.0.0
22
id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
33
management:
4-
docChecksum: 6657dd3e876a909472f364dc1fe34d72
4+
docChecksum: eea382efbb6545b93db6c5b075e96409
55
docVersion: 0.0.0
6-
speakeasyVersion: 1.480.0
7-
generationVersion: 2.499.0
8-
releaseVersion: 0.10.0
9-
configChecksum: 2b2d2389ee9ff1be5cd354baf7c62739
6+
speakeasyVersion: 1.514.1
7+
generationVersion: 2.546.3
8+
releaseVersion: 0.11.0
9+
configChecksum: 7dc5d91a976db7fc235765e2b9a611a9
1010
repoURL: https://github.com/livepeer/livepeer-ai-python.git
1111
installationURL: https://github.com/livepeer/livepeer-ai-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.10.7
17+
core: 5.12.3
1818
defaultEnabledRetries: 0.2.0
1919
envVarSecurityUsage: 0.3.2
20-
globalSecurity: 3.0.2
20+
flattening: 3.1.1
21+
globalSecurity: 3.0.3
2122
globalSecurityCallbacks: 1.0.0
2223
globalSecurityFlattening: 1.0.0
2324
globalServerURLs: 3.1.0
2425
multipartFileContentType: 1.0.0
2526
nameOverrides: 3.0.1
2627
responseFormat: 1.0.1
2728
retries: 3.0.2
28-
sdkHooks: 1.0.0
29+
sdkHooks: 1.0.1
2930
unions: 3.0.4
3031
uploadStreams: 1.0.0
3132
generatedFiles:
@@ -75,6 +76,7 @@ generatedFiles:
7576
- docs/models/operations/genimagetoimageresponse.md
7677
- docs/models/operations/genimagetotextresponse.md
7778
- docs/models/operations/genimagetovideoresponse.md
79+
- docs/models/operations/genlivevideotovideorequest.md
7880
- docs/models/operations/genlivevideotovideoresponse.md
7981
- docs/models/operations/genllmresponse.md
8082
- docs/models/operations/gensegmentanything2response.md
@@ -88,7 +90,7 @@ generatedFiles:
8890
- py.typed
8991
- pylintrc
9092
- pyproject.toml
91-
- scripts/prepare-readme.py
93+
- scripts/prepare_readme.py
9294
- scripts/publish.sh
9395
- src/livepeer_ai/__init__.py
9496
- src/livepeer_ai/_hooks/__init__.py
@@ -98,6 +100,7 @@ generatedFiles:
98100
- src/livepeer_ai/basesdk.py
99101
- src/livepeer_ai/generate.py
100102
- src/livepeer_ai/httpclient.py
103+
- src/livepeer_ai/models/__init__.py
101104
- src/livepeer_ai/models/components/__init__.py
102105
- src/livepeer_ai/models/components/apierror.py
103106
- src/livepeer_ai/models/components/audioresponse.py
@@ -179,7 +182,7 @@ examples:
179182
genImageToImage:
180183
speakeasy-default-gen-image-to-image:
181184
requestBody:
182-
multipart/form-data: {"prompt": "<value>", "image": {"": "x-file: example.file"}, "model_id": "", "loras": "", "strength": 0.8, "guidance_scale": 7.5, "image_guidance_scale": 1.5, "negative_prompt": "", "safety_check": true, "num_inference_steps": 100, "num_images_per_prompt": 1}
185+
multipart/form-data: {"prompt": "<value>", "image": {}, "model_id": "", "loras": "", "strength": 0.8, "guidance_scale": 7.5, "image_guidance_scale": 1.5, "negative_prompt": "", "safety_check": true, "num_inference_steps": 100, "num_images_per_prompt": 1}
183186
responses:
184187
"200":
185188
application/json: {"images": [{"url": "https://selfish-operating.name/", "seed": 976514, "nsfw": false}]}
@@ -192,7 +195,7 @@ examples:
192195
genImageToVideo:
193196
speakeasy-default-gen-image-to-video:
194197
requestBody:
195-
multipart/form-data: {"image": {"": "x-file: example.file"}, "model_id": "", "height": 576, "width": 1024, "fps": 6, "motion_bucket_id": 127, "noise_aug_strength": 0.02, "safety_check": true, "num_inference_steps": 25}
198+
multipart/form-data: {"image": {}, "model_id": "", "height": 576, "width": 1024, "fps": 6, "motion_bucket_id": 127, "noise_aug_strength": 0.02, "safety_check": true, "num_inference_steps": 25}
196199
responses:
197200
"200":
198201
application/json: {"images": [{"url": "https://low-handover.name/", "seed": 87160, "nsfw": true}]}
@@ -205,7 +208,7 @@ examples:
205208
genUpscale:
206209
speakeasy-default-gen-upscale:
207210
requestBody:
208-
multipart/form-data: {"prompt": "<value>", "image": {"": "x-file: example.file"}, "model_id": "", "safety_check": true, "num_inference_steps": 75}
211+
multipart/form-data: {"prompt": "<value>", "image": {}, "model_id": "", "safety_check": true, "num_inference_steps": 75}
209212
responses:
210213
"200":
211214
application/json: {"images": [{"url": "https://bogus-typewriter.net", "seed": 311567, "nsfw": false}]}
@@ -218,7 +221,7 @@ examples:
218221
genAudioToText:
219222
speakeasy-default-gen-audio-to-text:
220223
requestBody:
221-
multipart/form-data: {"audio": {"": "x-file: example.file"}, "model_id": "", "return_timestamps": "true"}
224+
multipart/form-data: {"audio": {}, "model_id": "", "return_timestamps": "true"}
222225
responses:
223226
"200":
224227
application/json: {"text": "<value>", "chunks": [{"timestamp": ["<value>", "<value>"], "text": "<value>"}, {"timestamp": [], "text": "<value>"}]}
@@ -231,7 +234,7 @@ examples:
231234
genSegmentAnything2:
232235
speakeasy-default-gen-segment-anything2:
233236
requestBody:
234-
multipart/form-data: {"image": {"": "x-file: example.file"}, "model_id": "", "multimask_output": true, "return_logits": true, "normalize_coords": true}
237+
multipart/form-data: {"image": {}, "model_id": "", "multimask_output": true, "return_logits": true, "normalize_coords": true}
235238
responses:
236239
"200":
237240
application/json: {"masks": "<value>", "scores": "<value>", "logits": "<value>"}
@@ -257,7 +260,7 @@ examples:
257260
genImageToText:
258261
speakeasy-default-gen-image-to-text:
259262
requestBody:
260-
multipart/form-data: {"image": {"": "x-file: example.file"}, "prompt": "", "model_id": ""}
263+
multipart/form-data: {"image": {}, "prompt": "", "model_id": ""}
261264
responses:
262265
"200":
263266
application/json: {"text": "<value>"}
@@ -270,10 +273,10 @@ examples:
270273
genLiveVideoToVideo:
271274
speakeasy-default-gen-live-video-to-video:
272275
requestBody:
273-
application/json: {"subscribe_url": "https://soulful-lava.org/", "publish_url": "https://vain-tabletop.biz", "control_url": "", "events_url": "", "model_id": ""}
276+
application/json: {"subscribe_url": "https://soulful-lava.org/", "publish_url": "https://vain-tabletop.biz", "control_url": "", "events_url": "", "model_id": "", "gateway_request_id": "", "stream_id": ""}
274277
responses:
275278
"200":
276-
application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": ""}
279+
application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": "", "request_id": ""}
277280
"400":
278281
application/json: {"detail": {"msg": "<value>"}}
279282
"422":

.speakeasy/gen.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ generation:
77
useClassNamesForArrayFields: true
88
fixes:
99
nameResolutionDec2023: true
10+
nameResolutionFeb2025: false
1011
parameterOrderingFeb2024: true
1112
requestResponseComponentNamesFeb2024: true
13+
securityFeb2025: false
1214
auth:
1315
oAuth2ClientCredentialsEnabled: true
1416
oAuth2PasswordEnabled: false
1517
python:
16-
version: 0.10.0
18+
version: 0.11.0
1719
additionalDependencies:
1820
dev: {}
1921
main: {}
@@ -44,5 +46,6 @@ python:
4446
outputModelSuffix: output
4547
packageName: livepeer-ai
4648
projectUrls: {}
49+
pytestTimeout: 0
4750
responseFormat: envelope-http
4851
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
speakeasyVersion: 1.480.0
1+
speakeasyVersion: 1.514.1
22
sources:
33
livepeer_ai-OAS:
44
sourceNamespace: livepeer-ai-oas
5-
sourceRevisionDigest: sha256:0f47b792f474d38abc86f9276b065e4047dc61d6c0899a85a11008e48857db3a
6-
sourceBlobDigest: sha256:7c0df39c1c5f0ffe580b63f5dc6cb0f81181f5361a80f63f41314cf81d0f3bf4
5+
sourceRevisionDigest: sha256:43744772a36c3c86f7b997d35a2bb41fa16be7aaa4aff21559bfe4ee5606db57
6+
sourceBlobDigest: sha256:716236ed88f636664c3f92c8c6a24f2d2cc4fcf03862fc83398c322f3323aea0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736900210
9+
- speakeasy-sdk-regen-1739751486
1010
- 0.0.0
1111
targets:
1212
livepeer-ai:
@@ -17,10 +17,10 @@ targets:
1717
livepeer-ai-python:
1818
source: livepeer_ai-OAS
1919
sourceNamespace: livepeer-ai-oas
20-
sourceRevisionDigest: sha256:0f47b792f474d38abc86f9276b065e4047dc61d6c0899a85a11008e48857db3a
21-
sourceBlobDigest: sha256:7c0df39c1c5f0ffe580b63f5dc6cb0f81181f5361a80f63f41314cf81d0f3bf4
20+
sourceRevisionDigest: sha256:43744772a36c3c86f7b997d35a2bb41fa16be7aaa4aff21559bfe4ee5606db57
21+
sourceBlobDigest: sha256:716236ed88f636664c3f92c8c6a24f2d2cc4fcf03862fc83398c322f3323aea0
2222
codeSamplesNamespace: code-samples-python-livepeer-python
23-
codeSamplesRevisionDigest: sha256:c8ec9be643b93d4a2f53b416df7270cf0cdb44cee849f5de6d2501edef3d2fa9
23+
codeSamplesRevisionDigest: sha256:0563467c7fcfa7f352b4316d3e6f0c59778afe972d85f5d0f5c4c17ddc169c2d
2424
workflow:
2525
workflowVersion: 1.0.0
2626
speakeasyVersion: latest

0 commit comments

Comments
 (0)