1
1
lockVersion: 2.0.0
2
2
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
3
3
management:
4
- docChecksum: 9c8bd4d6bf675b159a80173b97c1265c
4
+ docChecksum: e0186c33d0269977e1790dfcc7d11aac
5
5
docVersion: 1.0.0
6
6
speakeasyVersion: 1.568.2
7
7
generationVersion: 2.634.2
8
- releaseVersion: 1.9.0
9
- configChecksum: a67788bf50c3de92f0ef16f385b615b3
8
+ releaseVersion: 1.9.1
9
+ configChecksum: 5f97671226b9fdcc9adc3c7662003247
10
10
repoURL: https://github.com/mistralai/client-python.git
11
11
installationURL: https://github.com/mistralai/client-python.git
12
12
published: true
@@ -193,6 +193,7 @@ generatedFiles:
193
193
- docs/models/entries.md
194
194
- docs/models/eventout.md
195
195
- docs/models/file.md
196
+ - docs/models/filechunk.md
196
197
- docs/models/filepurpose.md
197
198
- docs/models/filesapiroutesdeletefilerequest.md
198
199
- docs/models/filesapiroutesdownloadfilerequest.md
@@ -212,7 +213,6 @@ generatedFiles:
212
213
- docs/models/ftclassifierlossfunction.md
213
214
- docs/models/ftmodelcapabilitiesout.md
214
215
- docs/models/ftmodelcard.md
215
- - docs/models/ftmodelcardtype.md
216
216
- docs/models/function.md
217
217
- docs/models/functioncall.md
218
218
- docs/models/functioncallentry.md
@@ -280,7 +280,6 @@ generatedFiles:
280
280
- docs/models/messageinputentry.md
281
281
- docs/models/messageinputentrycontent.md
282
282
- docs/models/messageinputentryrole.md
283
- - docs/models/messageinputentrytype.md
284
283
- docs/models/messageoutputcontentchunks.md
285
284
- docs/models/messageoutputentry.md
286
285
- docs/models/messageoutputentrycontent.md
@@ -506,6 +505,7 @@ generatedFiles:
506
505
- src/mistralai/models/embeddingresponse.py
507
506
- src/mistralai/models/embeddingresponsedata.py
508
507
- src/mistralai/models/eventout.py
508
+ - src/mistralai/models/filechunk.py
509
509
- src/mistralai/models/filepurpose.py
510
510
- src/mistralai/models/files_api_routes_delete_fileop.py
511
511
- src/mistralai/models/files_api_routes_download_fileop.py
@@ -652,7 +652,7 @@ examples:
652
652
model_id: "ft:open-mistral-7b:587a6b29:20240514:7e773925"
653
653
responses:
654
654
"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}
656
656
"422":
657
657
application/json: {}
658
658
delete_model_v1_models__model_id__delete:
0 commit comments