1
1
lockVersion: 2.0.0
2
2
id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
3
3
management:
4
- docChecksum: a690daf53c97c95bb6c912a2c59f804d
4
+ docChecksum: 5162ce13f49e729b6efa20dd5cdf32be
5
5
docVersion: 0.0.0
6
- speakeasyVersion: 1.454.0
7
- generationVersion: 2.477 .0
8
- releaseVersion: 0.8 .0
9
- configChecksum: 404e2a546fe183c10067017df4896733
6
+ speakeasyVersion: 1.460.3
7
+ generationVersion: 2.484 .0
8
+ releaseVersion: 0.9 .0
9
+ configChecksum: 40760f888f8f869e4f9b83ad88469b3f
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.6.11
17
+ core: 5.7.4
18
18
defaultEnabledRetries: 0.2.0
19
19
envVarSecurityUsage: 0.3.2
20
20
globalSecurity: 3.0.2
21
21
globalSecurityCallbacks: 1.0.0
22
22
globalSecurityFlattening: 1.0.0
23
- globalServerURLs: 3.0 .0
23
+ globalServerURLs: 3.1 .0
24
24
multipartFileContentType: 1.0.0
25
- nameOverrides: 3.0.0
25
+ nameOverrides: 3.0.1
26
26
responseFormat: 1.0.1
27
27
retries: 3.0.2
28
28
sdkHooks: 1.0.0
@@ -43,7 +43,6 @@ generatedFiles:
43
43
- docs/models/components/bodygenimagetotextimage.md
44
44
- docs/models/components/bodygenimagetovideo.md
45
45
- docs/models/components/bodygenimagetovideoimage.md
46
- - docs/models/components/bodygenllm.md
47
46
- docs/models/components/bodygensegmentanything2.md
48
47
- docs/models/components/bodygensegmentanything2image.md
49
48
- docs/models/components/bodygenupscale.md
@@ -55,6 +54,8 @@ generatedFiles:
55
54
- docs/models/components/imagetotextresponse.md
56
55
- docs/models/components/livevideotovideoparams.md
57
56
- docs/models/components/livevideotovideoresponse.md
57
+ - docs/models/components/llmmessage.md
58
+ - docs/models/components/llmrequest.md
58
59
- docs/models/components/llmresponse.md
59
60
- docs/models/components/loc.md
60
61
- docs/models/components/masksresponse.md
@@ -103,7 +104,6 @@ generatedFiles:
103
104
- src/livepeer_ai/models/components/body_genimagetoimage.py
104
105
- src/livepeer_ai/models/components/body_genimagetotext.py
105
106
- src/livepeer_ai/models/components/body_genimagetovideo.py
106
- - src/livepeer_ai/models/components/body_genllm.py
107
107
- src/livepeer_ai/models/components/body_gensegmentanything2.py
108
108
- src/livepeer_ai/models/components/body_genupscale.py
109
109
- src/livepeer_ai/models/components/chunk.py
@@ -112,6 +112,8 @@ generatedFiles:
112
112
- src/livepeer_ai/models/components/imagetotextresponse.py
113
113
- src/livepeer_ai/models/components/livevideotovideoparams.py
114
114
- src/livepeer_ai/models/components/livevideotovideoresponse.py
115
+ - src/livepeer_ai/models/components/llmmessage.py
116
+ - src/livepeer_ai/models/components/llmrequest.py
115
117
- src/livepeer_ai/models/components/llmresponse.py
116
118
- src/livepeer_ai/models/components/masksresponse.py
117
119
- src/livepeer_ai/models/components/media.py
@@ -167,7 +169,8 @@ examples:
167
169
application/json: {"images": []}
168
170
"400":
169
171
application/json: {"detail": {"msg": "<value>"}}
170
- "422": {}
172
+ "422":
173
+ application/json: {}
171
174
genImageToImage:
172
175
speakeasy-default-gen-image-to-image:
173
176
requestBody:
@@ -177,7 +180,8 @@ examples:
177
180
application/json: {"images": []}
178
181
"400":
179
182
application/json: {"detail": {"msg": "<value>"}}
180
- "422": {}
183
+ "422":
184
+ application/json: {}
181
185
genImageToVideo:
182
186
speakeasy-default-gen-image-to-video:
183
187
requestBody:
@@ -187,7 +191,8 @@ examples:
187
191
application/json: {"images": []}
188
192
"400":
189
193
application/json: {"detail": {"msg": "<value>"}}
190
- "422": {}
194
+ "422":
195
+ application/json: {}
191
196
genUpscale:
192
197
speakeasy-default-gen-upscale:
193
198
requestBody:
@@ -197,7 +202,8 @@ examples:
197
202
application/json: {"images": []}
198
203
"400":
199
204
application/json: {"detail": {"msg": "<value>"}}
200
- "422": {}
205
+ "422":
206
+ application/json: {}
201
207
genAudioToText:
202
208
speakeasy-default-gen-audio-to-text:
203
209
requestBody:
@@ -207,7 +213,8 @@ examples:
207
213
application/json: {"text": "<value>", "chunks": []}
208
214
"400":
209
215
application/json: {"detail": {"msg": "<value>"}}
210
- "422": {}
216
+ "422":
217
+ application/json: {}
211
218
genSegmentAnything2:
212
219
speakeasy-default-gen-segment-anything2:
213
220
requestBody:
@@ -217,17 +224,20 @@ examples:
217
224
application/json: {"masks": "<value>", "scores": "<value>", "logits": "<value>"}
218
225
"400":
219
226
application/json: {"detail": {"msg": "<value>"}}
220
- "422": {}
227
+ "422":
228
+ application/json: {}
221
229
genLLM:
222
230
speakeasy-default-gen-LLM:
223
231
requestBody:
224
232
application/x-www-form-urlencoded: {"prompt": "<value>"}
233
+ application/json: {"messages": []}
225
234
responses:
226
235
"200":
227
- application/json: {"response": "<value>", "tokens_used": 60712}
236
+ application/json: {"response": "<value>", "tokens_used": 60712, "id": "<id>", "model": "Expedition", "created": 755586 }
228
237
"400":
229
238
application/json: {"detail": {"msg": "<value>"}}
230
- "422": {}
239
+ "422":
240
+ application/json: {}
231
241
genImageToText:
232
242
speakeasy-default-gen-image-to-text:
233
243
requestBody:
@@ -237,7 +247,8 @@ examples:
237
247
application/json: {"text": "<value>"}
238
248
"400":
239
249
application/json: {"detail": {"msg": "<value>"}}
240
- "422": {}
250
+ "422":
251
+ application/json: {}
241
252
genLiveVideoToVideo:
242
253
speakeasy-default-gen-live-video-to-video:
243
254
requestBody:
@@ -247,13 +258,15 @@ examples:
247
258
application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com"}
248
259
"400":
249
260
application/json: {"detail": {"msg": "<value>"}}
250
- "422": {}
261
+ "422":
262
+ application/json: {}
251
263
genTextToSpeech:
252
264
speakeasy-default-gen-text-to-speech:
253
265
responses:
254
266
"200":
255
267
application/json: {"audio": {"url": "https://accurate-parsnip.net/"}}
256
268
"400":
257
269
application/json: {"detail": {"msg": "<value>"}}
258
- "422": {}
270
+ "422":
271
+ application/json: {}
259
272
generatedTests: {}
0 commit comments