11lockVersion: 2.0.0
22id: 2d5dbf5a-62be-411a-9c7b-bc7b6dc79e13
33management:
4- docChecksum: a690daf53c97c95bb6c912a2c59f804d
4+ docChecksum: 5162ce13f49e729b6efa20dd5cdf32be
55 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
1010 repoURL: https://github.com/livepeer/livepeer-ai-python.git
1111 installationURL: https://github.com/livepeer/livepeer-ai-python.git
1212 published: true
1313features:
1414 python:
1515 additionalDependencies: 1.0.0
1616 constsAndDefaults: 1.0.5
17- core: 5.6.11
17+ core: 5.7.4
1818 defaultEnabledRetries: 0.2.0
1919 envVarSecurityUsage: 0.3.2
2020 globalSecurity: 3.0.2
2121 globalSecurityCallbacks: 1.0.0
2222 globalSecurityFlattening: 1.0.0
23- globalServerURLs: 3.0 .0
23+ globalServerURLs: 3.1 .0
2424 multipartFileContentType: 1.0.0
25- nameOverrides: 3.0.0
25+ nameOverrides: 3.0.1
2626 responseFormat: 1.0.1
2727 retries: 3.0.2
2828 sdkHooks: 1.0.0
@@ -43,7 +43,6 @@ generatedFiles:
4343 - docs/models/components/bodygenimagetotextimage.md
4444 - docs/models/components/bodygenimagetovideo.md
4545 - docs/models/components/bodygenimagetovideoimage.md
46- - docs/models/components/bodygenllm.md
4746 - docs/models/components/bodygensegmentanything2.md
4847 - docs/models/components/bodygensegmentanything2image.md
4948 - docs/models/components/bodygenupscale.md
@@ -55,6 +54,8 @@ generatedFiles:
5554 - docs/models/components/imagetotextresponse.md
5655 - docs/models/components/livevideotovideoparams.md
5756 - docs/models/components/livevideotovideoresponse.md
57+ - docs/models/components/llmmessage.md
58+ - docs/models/components/llmrequest.md
5859 - docs/models/components/llmresponse.md
5960 - docs/models/components/loc.md
6061 - docs/models/components/masksresponse.md
@@ -103,7 +104,6 @@ generatedFiles:
103104 - src/livepeer_ai/models/components/body_genimagetoimage.py
104105 - src/livepeer_ai/models/components/body_genimagetotext.py
105106 - src/livepeer_ai/models/components/body_genimagetovideo.py
106- - src/livepeer_ai/models/components/body_genllm.py
107107 - src/livepeer_ai/models/components/body_gensegmentanything2.py
108108 - src/livepeer_ai/models/components/body_genupscale.py
109109 - src/livepeer_ai/models/components/chunk.py
@@ -112,6 +112,8 @@ generatedFiles:
112112 - src/livepeer_ai/models/components/imagetotextresponse.py
113113 - src/livepeer_ai/models/components/livevideotovideoparams.py
114114 - src/livepeer_ai/models/components/livevideotovideoresponse.py
115+ - src/livepeer_ai/models/components/llmmessage.py
116+ - src/livepeer_ai/models/components/llmrequest.py
115117 - src/livepeer_ai/models/components/llmresponse.py
116118 - src/livepeer_ai/models/components/masksresponse.py
117119 - src/livepeer_ai/models/components/media.py
@@ -167,7 +169,8 @@ examples:
167169 application/json: {"images": []}
168170 "400":
169171 application/json: {"detail": {"msg": "<value>"}}
170- "422": {}
172+ "422":
173+ application/json: {}
171174 genImageToImage:
172175 speakeasy-default-gen-image-to-image:
173176 requestBody:
@@ -177,7 +180,8 @@ examples:
177180 application/json: {"images": []}
178181 "400":
179182 application/json: {"detail": {"msg": "<value>"}}
180- "422": {}
183+ "422":
184+ application/json: {}
181185 genImageToVideo:
182186 speakeasy-default-gen-image-to-video:
183187 requestBody:
@@ -187,7 +191,8 @@ examples:
187191 application/json: {"images": []}
188192 "400":
189193 application/json: {"detail": {"msg": "<value>"}}
190- "422": {}
194+ "422":
195+ application/json: {}
191196 genUpscale:
192197 speakeasy-default-gen-upscale:
193198 requestBody:
@@ -197,7 +202,8 @@ examples:
197202 application/json: {"images": []}
198203 "400":
199204 application/json: {"detail": {"msg": "<value>"}}
200- "422": {}
205+ "422":
206+ application/json: {}
201207 genAudioToText:
202208 speakeasy-default-gen-audio-to-text:
203209 requestBody:
@@ -207,7 +213,8 @@ examples:
207213 application/json: {"text": "<value>", "chunks": []}
208214 "400":
209215 application/json: {"detail": {"msg": "<value>"}}
210- "422": {}
216+ "422":
217+ application/json: {}
211218 genSegmentAnything2:
212219 speakeasy-default-gen-segment-anything2:
213220 requestBody:
@@ -217,17 +224,20 @@ examples:
217224 application/json: {"masks": "<value>", "scores": "<value>", "logits": "<value>"}
218225 "400":
219226 application/json: {"detail": {"msg": "<value>"}}
220- "422": {}
227+ "422":
228+ application/json: {}
221229 genLLM:
222230 speakeasy-default-gen-LLM:
223231 requestBody:
224232 application/x-www-form-urlencoded: {"prompt": "<value>"}
233+ application/json: {"messages": []}
225234 responses:
226235 "200":
227- application/json: {"response": "<value>", "tokens_used": 60712}
236+ application/json: {"response": "<value>", "tokens_used": 60712, "id": "<id>", "model": "Expedition", "created": 755586 }
228237 "400":
229238 application/json: {"detail": {"msg": "<value>"}}
230- "422": {}
239+ "422":
240+ application/json: {}
231241 genImageToText:
232242 speakeasy-default-gen-image-to-text:
233243 requestBody:
@@ -237,7 +247,8 @@ examples:
237247 application/json: {"text": "<value>"}
238248 "400":
239249 application/json: {"detail": {"msg": "<value>"}}
240- "422": {}
250+ "422":
251+ application/json: {}
241252 genLiveVideoToVideo:
242253 speakeasy-default-gen-live-video-to-video:
243254 requestBody:
@@ -247,13 +258,15 @@ examples:
247258 application/json: {"subscribe_url": "https://vain-kiss.name", "publish_url": "https://frail-duffel.com"}
248259 "400":
249260 application/json: {"detail": {"msg": "<value>"}}
250- "422": {}
261+ "422":
262+ application/json: {}
251263 genTextToSpeech:
252264 speakeasy-default-gen-text-to-speech:
253265 responses:
254266 "200":
255267 application/json: {"audio": {"url": "https://accurate-parsnip.net/"}}
256268 "400":
257269 application/json: {"detail": {"msg": "<value>"}}
258- "422": {}
270+ "422":
271+ application/json: {}
259272generatedTests: {}
0 commit comments