1
1
lockVersion: 2.0.0
2
2
id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
3
3
management:
4
- docChecksum: 6657dd3e876a909472f364dc1fe34d72
5
- docVersion: 0.0 .0
6
- speakeasyVersion: 1.480 .0
7
- generationVersion: 2.499.0
8
- releaseVersion: 0.10 .0
9
- configChecksum: 2b2d2389ee9ff1be5cd354baf7c62739
4
+ docChecksum: 2c2f35044e9904f5bbd8daec5eed8020
5
+ docVersion: 0.1 .0
6
+ speakeasyVersion: 1.540 .0
7
+ generationVersion: 2.593.3
8
+ releaseVersion: 0.11 .0
9
+ configChecksum: 7dc5d91a976db7fc235765e2b9a611a9
10
10
repoURL: https://github.com/livepeer/livepeer-ai-python.git
11
11
installationURL: https://github.com/livepeer/livepeer-ai-python.git
12
12
published: true
13
13
features:
14
14
python:
15
15
additionalDependencies: 1.0.0
16
16
constsAndDefaults: 1.0.5
17
- core: 5.10.7
17
+ core: 5.16.0
18
18
defaultEnabledRetries: 0.2.0
19
19
envVarSecurityUsage: 0.3.2
20
- globalSecurity: 3.0.2
20
+ globalSecurity: 3.0.3
21
21
globalSecurityCallbacks: 1.0.0
22
22
globalSecurityFlattening: 1.0.0
23
23
globalServerURLs: 3.1.0
24
24
multipartFileContentType: 1.0.0
25
25
nameOverrides: 3.0.1
26
26
responseFormat: 1.0.1
27
27
retries: 3.0.2
28
- sdkHooks: 1.0.0
28
+ sdkHooks: 1.0.1
29
29
unions: 3.0.4
30
30
uploadStreams: 1.0.0
31
31
generatedFiles:
@@ -88,7 +88,7 @@ generatedFiles:
88
88
- py.typed
89
89
- pylintrc
90
90
- pyproject.toml
91
- - scripts/prepare-readme .py
91
+ - scripts/prepare_readme .py
92
92
- scripts/publish.sh
93
93
- src/livepeer_ai/__init__.py
94
94
- src/livepeer_ai/_hooks/__init__.py
@@ -98,6 +98,7 @@ generatedFiles:
98
98
- src/livepeer_ai/basesdk.py
99
99
- src/livepeer_ai/generate.py
100
100
- src/livepeer_ai/httpclient.py
101
+ - src/livepeer_ai/models/__init__.py
101
102
- src/livepeer_ai/models/components/__init__.py
102
103
- src/livepeer_ai/models/components/apierror.py
103
104
- src/livepeer_ai/models/components/audioresponse.py
@@ -149,6 +150,7 @@ generatedFiles:
149
150
- src/livepeer_ai/types/basemodel.py
150
151
- src/livepeer_ai/utils/__init__.py
151
152
- src/livepeer_ai/utils/annotations.py
153
+ - src/livepeer_ai/utils/datetimes.py
152
154
- src/livepeer_ai/utils/enums.py
153
155
- src/livepeer_ai/utils/eventstreaming.py
154
156
- src/livepeer_ai/utils/forms.py
@@ -179,7 +181,7 @@ examples:
179
181
genImageToImage:
180
182
speakeasy-default-gen-image-to-image:
181
183
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}
184
+ 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}
183
185
responses:
184
186
"200":
185
187
application/json: {"images": [{"url": "https://selfish-operating.name/", "seed": 976514, "nsfw": false}]}
@@ -192,7 +194,7 @@ examples:
192
194
genImageToVideo:
193
195
speakeasy-default-gen-image-to-video:
194
196
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}
197
+ 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}
196
198
responses:
197
199
"200":
198
200
application/json: {"images": [{"url": "https://low-handover.name/", "seed": 87160, "nsfw": true}]}
@@ -205,7 +207,7 @@ examples:
205
207
genUpscale:
206
208
speakeasy-default-gen-upscale:
207
209
requestBody:
208
- multipart/form-data: {"prompt": "<value>", "image": {"": "x-file: example.file" }, "model_id": "", "safety_check": true, "num_inference_steps": 75}
210
+ multipart/form-data: {"prompt": "<value>", "image": {}, "model_id": "", "safety_check": true, "num_inference_steps": 75}
209
211
responses:
210
212
"200":
211
213
application/json: {"images": [{"url": "https://bogus-typewriter.net", "seed": 311567, "nsfw": false}]}
@@ -218,7 +220,7 @@ examples:
218
220
genAudioToText:
219
221
speakeasy-default-gen-audio-to-text:
220
222
requestBody:
221
- multipart/form-data: {"audio": {"": "x-file: example.file" }, "model_id": "", "return_timestamps": "true"}
223
+ multipart/form-data: {"audio": {}, "model_id": "", "return_timestamps": "true"}
222
224
responses:
223
225
"200":
224
226
application/json: {"text": "<value>", "chunks": [{"timestamp": ["<value>", "<value>"], "text": "<value>"}, {"timestamp": [], "text": "<value>"}]}
@@ -231,7 +233,7 @@ examples:
231
233
genSegmentAnything2:
232
234
speakeasy-default-gen-segment-anything2:
233
235
requestBody:
234
- multipart/form-data: {"image": {"": "x-file: example.file" }, "model_id": "", "multimask_output": true, "return_logits": true, "normalize_coords": true}
236
+ multipart/form-data: {"image": {}, "model_id": "", "multimask_output": true, "return_logits": true, "normalize_coords": true}
235
237
responses:
236
238
"200":
237
239
application/json: {"masks": "<value>", "scores": "<value>", "logits": "<value>"}
@@ -257,7 +259,7 @@ examples:
257
259
genImageToText:
258
260
speakeasy-default-gen-image-to-text:
259
261
requestBody:
260
- multipart/form-data: {"image": {"": "x-file: example.file" }, "prompt": "", "model_id": ""}
262
+ multipart/form-data: {"image": {}, "prompt": "", "model_id": ""}
261
263
responses:
262
264
"200":
263
265
application/json: {"text": "<value>"}
@@ -270,10 +272,10 @@ examples:
270
272
genLiveVideoToVideo:
271
273
speakeasy-default-gen-live-video-to-video:
272
274
requestBody:
273
- application/json: {"subscribe_url": "https://soulful-lava.org/", "publish_url": "https://vain-tabletop.biz", "control_url": "", "events_url": "", "model_id": ""}
275
+ 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": "" }
274
276
responses:
275
277
"200":
276
- application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": ""}
278
+ application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com", "control_url": "", "events_url": "", "request_id": "" }
277
279
"400":
278
280
application/json: {"detail": {"msg": "<value>"}}
279
281
"422":
@@ -293,5 +295,5 @@ examples:
293
295
application/json: {}
294
296
"500":
295
297
application/json: {"detail": {"msg": "<value>"}}
296
- examplesVersion: 1.0.0
298
+ examplesVersion: 1.0.1
297
299
generatedTests: {}
0 commit comments