11lockVersion: 2.0.0
22id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
33management:
4- docChecksum: 9c8bd4d6bf675b159a80173b97c1265c
4+ docChecksum: e0186c33d0269977e1790dfcc7d11aac
55 docVersion: 1.0.0
66 speakeasyVersion: 1.568.2
77 generationVersion: 2.634.2
8- releaseVersion: 1.9.0
9- configChecksum: a67788bf50c3de92f0ef16f385b615b3
8+ releaseVersion: 1.9.1
9+ configChecksum: 5f97671226b9fdcc9adc3c7662003247
1010 repoURL: https://github.com/mistralai/client-python.git
1111 installationURL: https://github.com/mistralai/client-python.git
1212 published: true
@@ -193,6 +193,7 @@ generatedFiles:
193193 - docs/models/entries.md
194194 - docs/models/eventout.md
195195 - docs/models/file.md
196+ - docs/models/filechunk.md
196197 - docs/models/filepurpose.md
197198 - docs/models/filesapiroutesdeletefilerequest.md
198199 - docs/models/filesapiroutesdownloadfilerequest.md
@@ -212,7 +213,6 @@ generatedFiles:
212213 - docs/models/ftclassifierlossfunction.md
213214 - docs/models/ftmodelcapabilitiesout.md
214215 - docs/models/ftmodelcard.md
215- - docs/models/ftmodelcardtype.md
216216 - docs/models/function.md
217217 - docs/models/functioncall.md
218218 - docs/models/functioncallentry.md
@@ -280,7 +280,6 @@ generatedFiles:
280280 - docs/models/messageinputentry.md
281281 - docs/models/messageinputentrycontent.md
282282 - docs/models/messageinputentryrole.md
283- - docs/models/messageinputentrytype.md
284283 - docs/models/messageoutputcontentchunks.md
285284 - docs/models/messageoutputentry.md
286285 - docs/models/messageoutputentrycontent.md
@@ -506,6 +505,7 @@ generatedFiles:
506505 - src/mistralai/models/embeddingresponse.py
507506 - src/mistralai/models/embeddingresponsedata.py
508507 - src/mistralai/models/eventout.py
508+ - src/mistralai/models/filechunk.py
509509 - src/mistralai/models/filepurpose.py
510510 - src/mistralai/models/files_api_routes_delete_fileop.py
511511 - src/mistralai/models/files_api_routes_download_fileop.py
@@ -652,7 +652,7 @@ examples:
652652 model_id: "ft:open-mistral-7b:587a6b29:20240514:7e773925"
653653 responses:
654654 "200":
655- application/json: {"id": "<id>", "object": "model", "owned_by": "mistralai", "capabilities": {"completion_chat": true, "completion_fim": false, "function_calling": true, "fine_tuning": false, "vision": false}, "max_context_length": 32768, "type": "fine-tuned", "job": "Product Markets Facilitator", "root": "<value>", "archived": false}
655+ application/json: {"id": "<id>", "object": "model", "owned_by": "mistralai", "capabilities": {"completion_chat": true, "completion_fim": false, "function_calling": true, "fine_tuning": false, "vision": false, "classification": false }, "max_context_length": 32768, "type": "fine-tuned", "job": "Product Markets Facilitator", "root": "<value>", "archived": false}
656656 "422":
657657 application/json: {}
658658 delete_model_v1_models__model_id__delete:
0 commit comments