mistralai 1.9.10__py3-none-any.whl → 1.10.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mistralai/_hooks/registration.py +5 -0
- mistralai/_hooks/tracing.py +50 -0
- mistralai/_version.py +3 -3
- mistralai/accesses.py +51 -116
- mistralai/agents.py +58 -85
- mistralai/audio.py +8 -3
- mistralai/basesdk.py +15 -5
- mistralai/batch.py +6 -3
- mistralai/beta.py +10 -5
- mistralai/chat.py +70 -97
- mistralai/classifiers.py +57 -144
- mistralai/conversations.py +435 -412
- mistralai/documents.py +156 -359
- mistralai/embeddings.py +21 -42
- mistralai/extra/observability/__init__.py +15 -0
- mistralai/extra/observability/otel.py +393 -0
- mistralai/extra/run/tools.py +28 -16
- mistralai/files.py +53 -176
- mistralai/fim.py +46 -73
- mistralai/fine_tuning.py +6 -3
- mistralai/jobs.py +49 -158
- mistralai/libraries.py +71 -178
- mistralai/mistral_agents.py +298 -179
- mistralai/mistral_jobs.py +51 -138
- mistralai/models/__init__.py +94 -5
- mistralai/models/agent.py +15 -2
- mistralai/models/agentconversation.py +11 -3
- mistralai/models/agentcreationrequest.py +6 -2
- mistralai/models/agents_api_v1_agents_deleteop.py +16 -0
- mistralai/models/agents_api_v1_agents_getop.py +40 -3
- mistralai/models/agents_api_v1_agents_listop.py +72 -2
- mistralai/models/agents_api_v1_conversations_deleteop.py +18 -0
- mistralai/models/agents_api_v1_conversations_listop.py +39 -2
- mistralai/models/agentscompletionrequest.py +21 -6
- mistralai/models/agentscompletionstreamrequest.py +21 -6
- mistralai/models/agentupdaterequest.py +18 -2
- mistralai/models/audiotranscriptionrequest.py +2 -0
- mistralai/models/batchjobin.py +10 -0
- mistralai/models/chatcompletionrequest.py +22 -5
- mistralai/models/chatcompletionstreamrequest.py +22 -5
- mistralai/models/conversationrequest.py +15 -4
- mistralai/models/conversationrestartrequest.py +50 -2
- mistralai/models/conversationrestartstreamrequest.py +50 -2
- mistralai/models/conversationstreamrequest.py +15 -4
- mistralai/models/documentout.py +26 -10
- mistralai/models/documentupdatein.py +24 -3
- mistralai/models/embeddingrequest.py +8 -8
- mistralai/models/files_api_routes_list_filesop.py +7 -0
- mistralai/models/fimcompletionrequest.py +8 -9
- mistralai/models/fimcompletionstreamrequest.py +8 -9
- mistralai/models/httpvalidationerror.py +11 -6
- mistralai/models/libraries_documents_list_v1op.py +15 -2
- mistralai/models/libraryout.py +10 -7
- mistralai/models/listfilesout.py +35 -4
- mistralai/models/mistralerror.py +26 -0
- mistralai/models/modelcapabilities.py +13 -4
- mistralai/models/modelconversation.py +8 -2
- mistralai/models/no_response_error.py +13 -0
- mistralai/models/ocrpageobject.py +26 -5
- mistralai/models/ocrrequest.py +17 -1
- mistralai/models/ocrtableobject.py +31 -0
- mistralai/models/prediction.py +4 -0
- mistralai/models/requestsource.py +7 -0
- mistralai/models/responseformat.py +4 -2
- mistralai/models/responseformats.py +0 -1
- mistralai/models/responsevalidationerror.py +25 -0
- mistralai/models/sdkerror.py +30 -14
- mistralai/models/sharingdelete.py +36 -5
- mistralai/models/sharingin.py +36 -5
- mistralai/models/sharingout.py +3 -3
- mistralai/models/toolexecutiondeltaevent.py +13 -4
- mistralai/models/toolexecutiondoneevent.py +13 -4
- mistralai/models/toolexecutionentry.py +9 -4
- mistralai/models/toolexecutionstartedevent.py +13 -4
- mistralai/models_.py +67 -212
- mistralai/ocr.py +33 -36
- mistralai/sdk.py +15 -2
- mistralai/transcriptions.py +21 -60
- mistralai/utils/__init__.py +18 -5
- mistralai/utils/eventstreaming.py +10 -0
- mistralai/utils/serializers.py +3 -2
- mistralai/utils/unmarshal_json_response.py +24 -0
- {mistralai-1.9.10.dist-info → mistralai-1.10.0.dist-info}/METADATA +89 -40
- {mistralai-1.9.10.dist-info → mistralai-1.10.0.dist-info}/RECORD +86 -75
- {mistralai-1.9.10.dist-info → mistralai-1.10.0.dist-info}/WHEEL +1 -1
- {mistralai-1.9.10.dist-info → mistralai-1.10.0.dist-info/licenses}/LICENSE +0 -0
|
@@ -147,23 +147,24 @@ mistralai/__init__.py,sha256=Tz5Y5FzbIUT1AmaYiTwJI56XTmuldo9AalaAm4h_FdE,423
|
|
|
147
147
|
mistralai/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
|
|
148
148
|
mistralai/_hooks/custom_user_agent.py,sha256=cHfp43RcsNvHusq8WVxWrCS3w-pmzJ8uNuvaMZKdtJ8,661
|
|
149
149
|
mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9q76yLC1zog,921
|
|
150
|
-
mistralai/_hooks/registration.py,sha256=
|
|
150
|
+
mistralai/_hooks/registration.py,sha256=6S3ZNnJqb8hUUrA-3V2ym44SyoXgV6b5aU4lUkCXaPA,1082
|
|
151
151
|
mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
|
|
152
|
+
mistralai/_hooks/tracing.py,sha256=SuIswcQpsuhSmSC6kKYSCZzDN_i4R3QKTPVgWXOuV-w,1881
|
|
152
153
|
mistralai/_hooks/types.py,sha256=70IiFr5bfsJYafuDkXQWVfl6nY4dQkA5SZoEBCircqs,3047
|
|
153
|
-
mistralai/_version.py,sha256
|
|
154
|
-
mistralai/accesses.py,sha256=
|
|
155
|
-
mistralai/agents.py,sha256=
|
|
154
|
+
mistralai/_version.py,sha256=-lgoxCAFwrvvvFFp4_rTJFgIO5Pl-FEhlviQFjfY8LM,464
|
|
155
|
+
mistralai/accesses.py,sha256=F6iRif0xhyZmQUNqh1nirrCKQkVKkPoUpIRj-mw2cRI,25256
|
|
156
|
+
mistralai/agents.py,sha256=AuSDBIaemgwLpeZXX4nMAj1h8wg8-_qo4k021CnWRxw,35796
|
|
156
157
|
mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
|
|
157
|
-
mistralai/audio.py,sha256=
|
|
158
|
-
mistralai/basesdk.py,sha256=
|
|
159
|
-
mistralai/batch.py,sha256=
|
|
160
|
-
mistralai/beta.py,sha256=
|
|
161
|
-
mistralai/chat.py,sha256=
|
|
162
|
-
mistralai/classifiers.py,sha256=
|
|
158
|
+
mistralai/audio.py,sha256=lcY7rl0YcXURe4q6tz4tufmnBQ_6ONRwyxSDDJCRowM,724
|
|
159
|
+
mistralai/basesdk.py,sha256=Zs5Gsl2V1rMClCUi7UYBVKigeontRyDo_tkqUj8Zdww,12194
|
|
160
|
+
mistralai/batch.py,sha256=wHfwQYrnxpEK5sbyhx8LjPYU9k7x_6osn_g1DSQma4Q,631
|
|
161
|
+
mistralai/beta.py,sha256=PeJFa12AW777S2B3h3Cc8ia_0pYW97_R7GmTA5TSnIQ,1178
|
|
162
|
+
mistralai/chat.py,sha256=_bJbQ4pc_R92MKR_F9TgmiNrE3LkftWP8JXDCgw21Og,46349
|
|
163
|
+
mistralai/classifiers.py,sha256=x1gYwzatFuT4HJc4qgYkTMvfAfcQ8E_FpKQ3RCD4TJk,31236
|
|
163
164
|
mistralai/client.py,sha256=hrPg-LciKMKiascF0WbRRmqQyCv1lb2yDh6j-aaKVNo,509
|
|
164
|
-
mistralai/conversations.py,sha256=
|
|
165
|
-
mistralai/documents.py,sha256=
|
|
166
|
-
mistralai/embeddings.py,sha256=
|
|
165
|
+
mistralai/conversations.py,sha256=TE2SR4-QWESqx2nJD0GbdY_mUCVUwKzm00A3CLvi4z0,114738
|
|
166
|
+
mistralai/documents.py,sha256=Idi2GCUwSir7J8nxzIFH9KlpV0k1YhkSV4Xbw845JUY,79085
|
|
167
|
+
mistralai/embeddings.py,sha256=cgQrpTvT8f7azZIdeNt0xMkTXf8hljsbWi1VGcMxKTc,9342
|
|
167
168
|
mistralai/extra/README.md,sha256=BTS9fy0ijkiUP7ZVoFQ7FVBxHtXIXqucYZyy_ucFjo4,1739
|
|
168
169
|
mistralai/extra/__init__.py,sha256=8DsU_omYYadqcwlmBOoakBwkWKcSohwLmtB8v-jkn2M,392
|
|
169
170
|
mistralai/extra/exceptions.py,sha256=4EEygCfdsniYiroHEFVSVDqerQZkpRG027mlJXvMqns,428
|
|
@@ -172,10 +173,12 @@ mistralai/extra/mcp/auth.py,sha256=n9TVU4US9yr2yk4wMeqiP4QCsajuf5vf6j3OnHW089s,6
|
|
|
172
173
|
mistralai/extra/mcp/base.py,sha256=OyvpekpR_SMYLWSzNW5HyVqTpBKBlikhw54B5-Oj1DU,5069
|
|
173
174
|
mistralai/extra/mcp/sse.py,sha256=ikAw5YDVPY_nYT9zzB3-RYrZg9tVmt4WaY9Rki-fMsM,6385
|
|
174
175
|
mistralai/extra/mcp/stdio.py,sha256=n_70r_MhD46lVZIMmsa8wfZ0czxFdPb_k3axoimV0fc,647
|
|
176
|
+
mistralai/extra/observability/__init__.py,sha256=O6G6FiMQfWfJDUUr1Kd0PrGwZgjAuiM3y57zlIOm00s,352
|
|
177
|
+
mistralai/extra/observability/otel.py,sha256=JfOfi8N3DmtBaLO1tDSU9v19W4TK6r-zBmRgE-5YMao,18852
|
|
175
178
|
mistralai/extra/run/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
176
179
|
mistralai/extra/run/context.py,sha256=59KkZl96y96S2oEVPkuCrz_J-AkJEu7Do8-TQvhVjRY,11110
|
|
177
180
|
mistralai/extra/run/result.py,sha256=SN9yGovPD4eMkDbz6qqn4uYzkkrKNeTb2GQ87b-lJCQ,7149
|
|
178
|
-
mistralai/extra/run/tools.py,sha256=
|
|
181
|
+
mistralai/extra/run/tools.py,sha256=JeATfNRffmCbipIsftAGf5quQuLLzjSgm3TEkq9vWzI,8635
|
|
179
182
|
mistralai/extra/run/utils.py,sha256=lmqxqCuwLwYsjua460-I6q4OK2om8BxgvWm4NPiV7fs,1169
|
|
180
183
|
mistralai/extra/struct_chat.py,sha256=ZkpdExC5rgC-nBZ44hQIVhQmK6lYMk36RBSFPZMFaIg,2157
|
|
181
184
|
mistralai/extra/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -184,54 +187,56 @@ mistralai/extra/tests/test_utils.py,sha256=VesGDR_IiE6u0iY7yOi1iERd7esdJgi2aL4xZ
|
|
|
184
187
|
mistralai/extra/utils/__init__.py,sha256=SExo5t_hx0ybiQhVJIG3r3hOA-Pfny3lIO_WsqNXlN8,116
|
|
185
188
|
mistralai/extra/utils/_pydantic_helper.py,sha256=_mzrbZGU07M96CzcxgjcV25NtIGu5EUfotaN8NDUoFc,883
|
|
186
189
|
mistralai/extra/utils/response_format.py,sha256=uDNpvOHhk2se3JTXweWYMbnkyOcOqhMe2yxZ2lYNe1k,913
|
|
187
|
-
mistralai/files.py,sha256=
|
|
188
|
-
mistralai/fim.py,sha256=
|
|
189
|
-
mistralai/fine_tuning.py,sha256=
|
|
190
|
+
mistralai/files.py,sha256=GtocjjNQufUUlFG4MNKcM3DMNs6iSf6IIz_Bn9Pl4XY,42269
|
|
191
|
+
mistralai/fim.py,sha256=DPz1-wy_RENmyvgUaDN1KNawte2JQNn53P-5BCYxb8M,27195
|
|
192
|
+
mistralai/fine_tuning.py,sha256=0f6Yq0h3bRvQq7NI6M7TpnRkLcXZOqEFf2qS0XE9TbU,607
|
|
190
193
|
mistralai/httpclient.py,sha256=Eu73urOAiZQtdUIyOUnPccxCiBbWEKrXG-JrRG3SLM4,3946
|
|
191
|
-
mistralai/jobs.py,sha256=
|
|
192
|
-
mistralai/libraries.py,sha256=
|
|
193
|
-
mistralai/mistral_agents.py,sha256=
|
|
194
|
-
mistralai/mistral_jobs.py,sha256=
|
|
195
|
-
mistralai/models/__init__.py,sha256=
|
|
196
|
-
mistralai/models/agent.py,sha256=
|
|
197
|
-
mistralai/models/agentconversation.py,sha256
|
|
198
|
-
mistralai/models/agentcreationrequest.py,sha256=
|
|
194
|
+
mistralai/jobs.py,sha256=o962f9AgS7RxlRGuY74VOs8eHczCz1WwfAzfNDJhbTo,43543
|
|
195
|
+
mistralai/libraries.py,sha256=57IjAilAQU7eKvyWQsH442nsGPA5iGhZf8b3J0hJGuE,37530
|
|
196
|
+
mistralai/mistral_agents.py,sha256=Tdxra5QzsHIJCBXy1cUlX0xvxpz4WLnMt-hPJDCcwug,51199
|
|
197
|
+
mistralai/mistral_jobs.py,sha256=V9FWKCxXesNbaZqbw0Mk-2wzs401BOtnTAhb0GiNNf0,30696
|
|
198
|
+
mistralai/models/__init__.py,sha256=iX4vrlpaUw5PnnMjl92Zo3ZSS1bwrpScJgrtCN_7TU4,100772
|
|
199
|
+
mistralai/models/agent.py,sha256=r333B46hT4MbxC6Lf6QvG2FChkRXPTnj7Sv-N3xPn2E,4481
|
|
200
|
+
mistralai/models/agentconversation.py,sha256=CHMGvtRGynYQ1FCHiu5Wc7BA99RWBgS_6gx-_d-9CrM,2463
|
|
201
|
+
mistralai/models/agentcreationrequest.py,sha256=dptZojT3BIXXrrdlD4y4OcY8iwA8aa36aLfXxVMxt-I,4113
|
|
199
202
|
mistralai/models/agenthandoffdoneevent.py,sha256=HDGDAni5U_NXuUSZEvcqjIjDVjAjZrYZfxzN0D_YLBM,813
|
|
200
203
|
mistralai/models/agenthandoffentry.py,sha256=qJMZLfg8JksJjzibYsRlTDvYoVQhf4a9AQK3s0o1irA,2156
|
|
201
204
|
mistralai/models/agenthandoffstartedevent.py,sha256=8J07a6u6EnuBjtGtMcCqUzWJxfnaVy8N6PNoFeyqU4Q,850
|
|
202
|
-
mistralai/models/
|
|
203
|
-
mistralai/models/
|
|
205
|
+
mistralai/models/agents_api_v1_agents_deleteop.py,sha256=tA3yVSFzxenFwwLd18LoDbFQ4DLj4wHDNgrikLyuEHg,500
|
|
206
|
+
mistralai/models/agents_api_v1_agents_getop.py,sha256=IBxMZS31eJXTAgboQJKAZEJ9MY1qYEwGM6ExziL00kU,1737
|
|
207
|
+
mistralai/models/agents_api_v1_agents_listop.py,sha256=iW6LWI_Cycy-qcUPis-uru9WeISx9aacEONuRehI-VE,2991
|
|
204
208
|
mistralai/models/agents_api_v1_agents_update_versionop.py,sha256=-ANBszFQ1Ig5sIBcSMo9Z9xcb2-RKbu7jE6GW0Zj7vE,663
|
|
205
209
|
mistralai/models/agents_api_v1_agents_updateop.py,sha256=BFslxxeejm4kyLbWGTFaWNQ2ilFLavfbEUfi0SwjELE,802
|
|
206
210
|
mistralai/models/agents_api_v1_conversations_append_streamop.py,sha256=ZnhYubtb4wwxfbFqV19LyMvMW9V22F-fEsr1RmBZVRA,1072
|
|
207
211
|
mistralai/models/agents_api_v1_conversations_appendop.py,sha256=uKPtHvaJEZTc-N6SPmKk_wEuPDTDLXeuCYyx2l0zKTk,1016
|
|
212
|
+
mistralai/models/agents_api_v1_conversations_deleteop.py,sha256=keBZsJTtOjbtZuE2EPCAy2l1fzhEvo64fkojXgzKJqk,670
|
|
208
213
|
mistralai/models/agents_api_v1_conversations_getop.py,sha256=SS2tOzjHhvPVmqJ_zhf7IxKjwkywXa0v8g3RSizPqfM,1318
|
|
209
214
|
mistralai/models/agents_api_v1_conversations_historyop.py,sha256=7mufGwn2hJ75I0oukJvXFqgmVVXxG6E-K7fj_46iJO4,670
|
|
210
|
-
mistralai/models/agents_api_v1_conversations_listop.py,sha256=
|
|
215
|
+
mistralai/models/agents_api_v1_conversations_listop.py,sha256=1Pn80vb97n_wRRJVwbIccqCZWgAkzvesWSLvw4LCqmo,2407
|
|
211
216
|
mistralai/models/agents_api_v1_conversations_messagesop.py,sha256=MC7ExiTo7R2EenYoSfTyE02zJmLFebS6mJranxdK5gk,674
|
|
212
217
|
mistralai/models/agents_api_v1_conversations_restart_streamop.py,sha256=cNuV80H-OxH606FV5zIAcceqS0fD9vwlPmqHyXOBmWk,1095
|
|
213
218
|
mistralai/models/agents_api_v1_conversations_restartop.py,sha256=pjsbjzKTeWgSBiviDzMx50gVqRIGP4dKr3FqG-SOSoY,1039
|
|
214
|
-
mistralai/models/agentscompletionrequest.py,sha256=
|
|
215
|
-
mistralai/models/agentscompletionstreamrequest.py,sha256=
|
|
216
|
-
mistralai/models/agentupdaterequest.py,sha256=
|
|
219
|
+
mistralai/models/agentscompletionrequest.py,sha256=jypAzy5EjxdFhmo5VIDdHBfS32gkxYPStuTMgjLf1LU,10123
|
|
220
|
+
mistralai/models/agentscompletionstreamrequest.py,sha256=cb48mHEydHXHyz-iw9XI7sL_mxfb7xx4uwAjcvlSk1E,9568
|
|
221
|
+
mistralai/models/agentupdaterequest.py,sha256=6p_tGM19Sl_Ljy5gwyMRe6bGklByHTYNBTDmuhWruko,4502
|
|
217
222
|
mistralai/models/apiendpoint.py,sha256=e-d_e8Z7indj9QtiDZtYU3m7OQTvzRw-cCk3Ag_gbEo,551
|
|
218
223
|
mistralai/models/archiveftmodelout.py,sha256=VdppiqIB9JGNB2B0-Y6XQfQgDmB-hOa1Bta3v_StbLs,565
|
|
219
224
|
mistralai/models/assistantmessage.py,sha256=3qbCraZpjX_clXjT1wgOBeQuQBjX22XLQMIlR3v5fZw,2630
|
|
220
225
|
mistralai/models/audiochunk.py,sha256=npAWiX43d_fZ-8Bnnm_z-p7bcwpAhKyYidy_VIJcrxs,481
|
|
221
|
-
mistralai/models/audiotranscriptionrequest.py,sha256=
|
|
226
|
+
mistralai/models/audiotranscriptionrequest.py,sha256=CUvOXsvARDlg32KGsyMPpHHuS2YG0bztwwJlNGGHd4A,3574
|
|
222
227
|
mistralai/models/audiotranscriptionrequeststream.py,sha256=YQ2RUF3M8EElgf64jLlz44vP5a8Pg9ZVGUA6yq2BIqY,3504
|
|
223
228
|
mistralai/models/basemodelcard.py,sha256=mG2HFpAdvsQWhH63Xho7JzK0MwjI9IzU5fEZDamksE0,3248
|
|
224
229
|
mistralai/models/batcherror.py,sha256=tThkO9B-g-6eDSBCm1Emd-zDI4B3mk2vAl0L1MI3pdQ,390
|
|
225
|
-
mistralai/models/batchjobin.py,sha256=
|
|
230
|
+
mistralai/models/batchjobin.py,sha256=SqJw7YCI91KPezhzwwaawAIaHZjBgaBx2xdf1GJJB18,3817
|
|
226
231
|
mistralai/models/batchjobout.py,sha256=TtNrE96Um3P6k69pHCZNbTUUtIcQKMlbFZprlmw2e2Y,3065
|
|
227
232
|
mistralai/models/batchjobsout.py,sha256=8ZpO0Lxuygz_4p5cemhJo7ks9YsTmio0EaHvrjyr0Jc,636
|
|
228
233
|
mistralai/models/batchjobstatus.py,sha256=WlrIl5vWQGfLmgQA91_9CnCMKhWN6Lli458fT-4Asj4,294
|
|
229
234
|
mistralai/models/builtinconnectors.py,sha256=cX1M7Q_2tsWeuH-lKWomXED7xN7Du6BJKvYpep1vD30,284
|
|
230
235
|
mistralai/models/chatclassificationrequest.py,sha256=PmU036oOlGqfd75hNESDUJiN4uJNYguACoCt6CzBC2M,534
|
|
231
236
|
mistralai/models/chatcompletionchoice.py,sha256=6iIFLZj2KYx0HFfzS3-E3sNXG6mPEAlDyXxIA5iZI_U,849
|
|
232
|
-
mistralai/models/chatcompletionrequest.py,sha256=
|
|
237
|
+
mistralai/models/chatcompletionrequest.py,sha256=47oiqTs5hHiMw1itYjBJEOOoj9U-5Vixzm2DuOk4_2Y,14254
|
|
233
238
|
mistralai/models/chatcompletionresponse.py,sha256=px0hjCapAtTP50u36hiQdPcC9X6LU81Nq5aJ3AlofjM,709
|
|
234
|
-
mistralai/models/chatcompletionstreamrequest.py,sha256=
|
|
239
|
+
mistralai/models/chatcompletionstreamrequest.py,sha256=_aNxpttDNGuHkVDS8vsiZHDT_gcVPpQ2UHHJrlGDALc,13942
|
|
235
240
|
mistralai/models/chatmoderationrequest.py,sha256=x1eAoxx_GhaxqGRe4wsqNaUi59K39HQakkedLJVUVD8,2236
|
|
236
241
|
mistralai/models/checkpointout.py,sha256=A2kXS8-VT_1lbg3brifVjZD6tXdsET8vLqBm2a-yXgA,1109
|
|
237
242
|
mistralai/models/classificationrequest.py,sha256=FqQfSrGYwLUjVw78Ft7tbmhAkUN0FqolCn4MNArOuR8,922
|
|
@@ -262,23 +267,23 @@ mistralai/models/conversationevents.py,sha256=f_bKoWSzzUy0zuu8Wn4dxjVjjqfE7ef28U
|
|
|
262
267
|
mistralai/models/conversationhistory.py,sha256=HkTAii7vMjgEWFpJV-WYOO7Rh8U0xsLme6n2s4BBOcg,1759
|
|
263
268
|
mistralai/models/conversationinputs.py,sha256=S0jyBRBx2WKxwGQx2QdbXCEWqmLZ1obocxquvCXk9Po,460
|
|
264
269
|
mistralai/models/conversationmessages.py,sha256=kUvWLKuyPyZLQbBd2lJAZ8FQoM0RIGw_PlJc4Cwltwk,873
|
|
265
|
-
mistralai/models/conversationrequest.py,sha256=
|
|
270
|
+
mistralai/models/conversationrequest.py,sha256=B6SeoViQWbmqTKcmyZGnVjkZaimDtrfS249Gk4JyNTc,4789
|
|
266
271
|
mistralai/models/conversationresponse.py,sha256=Md9E4q-jDVHlHuYe27vHT9Gv6i4AnzNjLSrA9jtcBn8,1646
|
|
267
|
-
mistralai/models/conversationrestartrequest.py,sha256=
|
|
268
|
-
mistralai/models/conversationrestartstreamrequest.py,sha256=
|
|
269
|
-
mistralai/models/conversationstreamrequest.py,sha256=
|
|
272
|
+
mistralai/models/conversationrestartrequest.py,sha256=t1G--vOPQyblgg4tlUSZJT57GVkbJM_N9MoPvH6VnTk,3220
|
|
273
|
+
mistralai/models/conversationrestartstreamrequest.py,sha256=E6Z9uvskWHVWE9PieVqrBRAa6OExDfrzJIArxcFsoqw,3265
|
|
274
|
+
mistralai/models/conversationstreamrequest.py,sha256=s-eUdrxpQya1A7Kv3UyRGZbRfkJwO1hCwCf_sTuQhfQ,5016
|
|
270
275
|
mistralai/models/conversationusageinfo.py,sha256=K9XqE-TgF4sytMjEj-eMhPZKoO4HgJKZKwCotQrBUko,1937
|
|
271
276
|
mistralai/models/delete_model_v1_models_model_id_deleteop.py,sha256=lnVRFX-G0jkn1dCFC89sXY2Pj_w4QfMDeF1tPjS4hWE,602
|
|
272
277
|
mistralai/models/deletefileout.py,sha256=s3a-H2RgFQ9HX0kYSmP6GwmwE1jghz7dBj-3G0NBVSY,587
|
|
273
278
|
mistralai/models/deletemodelout.py,sha256=W_crO0WtksoKUgq5s9Yh8zS8RxSuyKYQCBt1i8vB1sE,693
|
|
274
279
|
mistralai/models/deltamessage.py,sha256=3C0YZ9pQksIoE-i_0FqP5GUAQ90EeKUzQnHkqmhJAlc,1945
|
|
275
280
|
mistralai/models/documentlibrarytool.py,sha256=EN50sX8wgfAw7mF6W8BkOwKyqRvEzGvHgINn-evuCcg,654
|
|
276
|
-
mistralai/models/documentout.py,sha256=
|
|
281
|
+
mistralai/models/documentout.py,sha256=fkrGHLdW03m5BQ7P2M4F_R2sDlTDK1kD-lYj_45VnSg,3229
|
|
277
282
|
mistralai/models/documenttextcontent.py,sha256=uQKQu3H31Oo8HgAt7qDYMX4CByAPY71lhWxeEEwYVaI,303
|
|
278
|
-
mistralai/models/documentupdatein.py,sha256=
|
|
283
|
+
mistralai/models/documentupdatein.py,sha256=Uqp-crsMKzZuqgfqQ6PvfhRD0xFOwQPu1SjmMz7YXsg,1925
|
|
279
284
|
mistralai/models/documenturlchunk.py,sha256=yiqte4P63DCyDKDIYKD0pP9S4HjFNXHCXob4nnzY6nY,1710
|
|
280
285
|
mistralai/models/embeddingdtype.py,sha256=c7L-PKhBgPVPZeMGuMub0ZOs0MdxMbpW2ebE0t7oEpU,209
|
|
281
|
-
mistralai/models/embeddingrequest.py,sha256=
|
|
286
|
+
mistralai/models/embeddingrequest.py,sha256=ifezjAY4IXQ0KX7CZExBwOfeC_Rs_aqplR9FnUGbZHQ,2979
|
|
282
287
|
mistralai/models/embeddingresponse.py,sha256=te6E_LYEzRjHJ9QREmsFp5PeNP2J_8ALVjyb1T20pNA,663
|
|
283
288
|
mistralai/models/embeddingresponsedata.py,sha256=fJ3mrZqyBBBE40a6iegOJX3DVDfgyMRq23ByeGSTLFk,534
|
|
284
289
|
mistralai/models/encodingformat.py,sha256=pH02s992pVskofo56idSek4sAn3MD6Iu7IAyCGmeJ-U,181
|
|
@@ -290,14 +295,14 @@ mistralai/models/filepurpose.py,sha256=lQk45E78j4bJyMi59jLH5IjU1rCUsqprF28P4ArGQ
|
|
|
290
295
|
mistralai/models/files_api_routes_delete_fileop.py,sha256=HOx-hJxphSYF-JV3zOGe2eucWQUpfVqxG0IDaSa3dcE,500
|
|
291
296
|
mistralai/models/files_api_routes_download_fileop.py,sha256=y3sLFZ-j4eUuxCyIP0L-exy0ViqskDLkghkOccElBQQ,504
|
|
292
297
|
mistralai/models/files_api_routes_get_signed_urlop.py,sha256=e_XczBgInaylmHJ9m5wJQ78hfCp2PrrTrT8bxGGi8BI,879
|
|
293
|
-
mistralai/models/files_api_routes_list_filesop.py,sha256
|
|
298
|
+
mistralai/models/files_api_routes_list_filesop.py,sha256=-INSHZqfyN3e2v58sUgANVv24OnmsW7iuyj1j7KhqT4,3347
|
|
294
299
|
mistralai/models/files_api_routes_retrieve_fileop.py,sha256=8DjSbYqUqFoPq-qcNXyVADeBVSsoCfHFlkRfmwYk-ns,504
|
|
295
300
|
mistralai/models/files_api_routes_upload_fileop.py,sha256=hRO_uuezrkKViUUc63F82S6E-PrAtUvWHnOpUxhSZ6k,1598
|
|
296
301
|
mistralai/models/fileschema.py,sha256=20HXXgJbtUm_KStQj9Qy8ikxCy0Ifa1MgGrV5hcnUQI,2827
|
|
297
302
|
mistralai/models/filesignedurl.py,sha256=VwvuhzhJulAB99Qxz6zr-2F1aINosAfaSxU0IhytDSU,289
|
|
298
|
-
mistralai/models/fimcompletionrequest.py,sha256=
|
|
303
|
+
mistralai/models/fimcompletionrequest.py,sha256=aNLwLg7uVYGd95JEeIWSJ2J-VhBVx7USaPMB35fr4II,6590
|
|
299
304
|
mistralai/models/fimcompletionresponse.py,sha256=qNgb2WFVgkaW7Isfkk2Aol1gTV9UkhQomcDAhoPDeYw,707
|
|
300
|
-
mistralai/models/fimcompletionstreamrequest.py,sha256=
|
|
305
|
+
mistralai/models/fimcompletionstreamrequest.py,sha256=sllH7XIN3KlV7l0Fzq2jnLCufGr8LUYaqQvkPOJ_nds,5969
|
|
301
306
|
mistralai/models/finetuneablemodeltype.py,sha256=XmTpXeQU8AINnn1kVmXldFUauCaEnRtJNFAXUTVb6RQ,197
|
|
302
307
|
mistralai/models/ftclassifierlossfunction.py,sha256=ApQB8ssAh2yE26-CljxPO7Jc5lxq3OoBPR4rUp-Td9U,203
|
|
303
308
|
mistralai/models/ftmodelcapabilitiesout.py,sha256=Cg2ETH8o3eYm79-BEWweWS53wDqa1DIsZ8WtWA32Xic,730
|
|
@@ -312,7 +317,7 @@ mistralai/models/functionresultentry.py,sha256=sw-E0j_bQgQo2KdmzL4KHoGfo1LUYcHaq
|
|
|
312
317
|
mistralai/models/functiontool.py,sha256=dtVRauH6JGbvOeaFnWjxjDS0h2jbZbnmIQEGx3CczvU,548
|
|
313
318
|
mistralai/models/githubrepositoryin.py,sha256=wCo1N8F69CSQu_5tP1XQHYmJ093K7LIAcXTD1xQVgP8,1708
|
|
314
319
|
mistralai/models/githubrepositoryout.py,sha256=vTiNoCE62eF0rfg-259UWJZJC7uZK-tSwlDp6i4IYs0,1721
|
|
315
|
-
mistralai/models/httpvalidationerror.py,sha256=
|
|
320
|
+
mistralai/models/httpvalidationerror.py,sha256=YU4h-8UXELg43sbuNOQ7s8t4sQ65JfqdUKBSV8qBP2A,728
|
|
316
321
|
mistralai/models/imagegenerationtool.py,sha256=VCN82DgLJm9ZwvxYsOfRW8WzBAcSoEy2hB823BsPFqg,493
|
|
317
322
|
mistralai/models/imageurl.py,sha256=9ItYx55HH71XsElJVt7kuVfGJ4YvcTNUDKank8-r9h8,1371
|
|
318
323
|
mistralai/models/imageurlchunk.py,sha256=yHgdAi_jOw-e5aXd4Dlr7YCtJcyw-W3QYol8-MAAT1Y,994
|
|
@@ -342,7 +347,7 @@ mistralai/models/libraries_documents_get_signed_url_v1op.py,sha256=WCH8_B-kN8Clj
|
|
|
342
347
|
mistralai/models/libraries_documents_get_status_v1op.py,sha256=81fElPloAbNxUlYo45MoZIWdFeUmpJlQX_3Ga1Z1-z4,654
|
|
343
348
|
mistralai/models/libraries_documents_get_text_content_v1op.py,sha256=nnlleDWpjiLisTUnJkJ9c_C7DUd6KtWbSrAgPQhQeRk,664
|
|
344
349
|
mistralai/models/libraries_documents_get_v1op.py,sha256=BwT2_FiefLzaphvuWExqgjR9wiPgk7fBfENdwr9k1pU,642
|
|
345
|
-
mistralai/models/libraries_documents_list_v1op.py,sha256=
|
|
350
|
+
mistralai/models/libraries_documents_list_v1op.py,sha256=unJTwAEmBGJcRR8l52fLxGeVaebIwwdLX45LYBE7V_Q,2813
|
|
346
351
|
mistralai/models/libraries_documents_reprocess_v1op.py,sha256=8y11VgqC89OG4auvxq0OdvRTfOpueYW-wpGlxxX9xWM,654
|
|
347
352
|
mistralai/models/libraries_documents_update_v1op.py,sha256=WaKTmJaKml8ZtiIlr5Gr95ZlU1LXo_ttGD7rBNNIEt4,936
|
|
348
353
|
mistralai/models/libraries_documents_upload_v1op.py,sha256=ob6qZgfJtia8uzaShVrXUWrvlNYifovpF_HNubTupKw,1781
|
|
@@ -353,9 +358,9 @@ mistralai/models/libraries_share_list_v1op.py,sha256=O0twyrmtYEKAT-3J0Wo7hWOLQTT
|
|
|
353
358
|
mistralai/models/libraries_update_v1op.py,sha256=xnngL31KbL6p_4JmBfhc-qlEQwfExpFkvkwlaeZHsvc,773
|
|
354
359
|
mistralai/models/libraryin.py,sha256=OEMepJTcX1qnvVYow5R-66WNNvymrH9EWreVX7lmb-k,1513
|
|
355
360
|
mistralai/models/libraryinupdate.py,sha256=Mnq2xhPAo_dWeD_uMkDl91LXOh0JttHKUSsXbz4P3JM,1472
|
|
356
|
-
mistralai/models/libraryout.py,sha256=
|
|
361
|
+
mistralai/models/libraryout.py,sha256=vxyutShR1vrZGRHJLE-mxSduw7k5JQrpzleg6lMCcjI,3019
|
|
357
362
|
mistralai/models/listdocumentout.py,sha256=L8IQiYYNI3N-NK0uzXqGtWfs6X0fhDYPYlheqWxI8TQ,555
|
|
358
|
-
mistralai/models/listfilesout.py,sha256=
|
|
363
|
+
mistralai/models/listfilesout.py,sha256=kybWd5AwVkyV9SS8weF7b7oAbURKuPQzhaOj1r8pfrk,1525
|
|
359
364
|
mistralai/models/listlibraryout.py,sha256=cCMe2v7j03GFEriIVuf_U35uQFNYZVLjefmFPjqxfug,408
|
|
360
365
|
mistralai/models/listsharingout.py,sha256=w6WChWGxjah_qc8ly_ljumLo01IhnymufWILw56LVr0,408
|
|
361
366
|
mistralai/models/messageentries.py,sha256=vExZZIyOTkmEi-3Bvw2UG1GwGbGr59U_bX-biwIl0Tk,581
|
|
@@ -365,37 +370,42 @@ mistralai/models/messageoutputcontentchunks.py,sha256=dlnavt4P-mTTYdb80ovuF6cRhv
|
|
|
365
370
|
mistralai/models/messageoutputentry.py,sha256=KyhPyXMm1pizXP9QQVFofOoUYOf5AvzXMb37wHVeebI,2942
|
|
366
371
|
mistralai/models/messageoutputevent.py,sha256=5iEtdssMYt27kgobk5SrfTaYE3BrmeDj8sCZtdhqEHg,2715
|
|
367
372
|
mistralai/models/metricout.py,sha256=dMSDFB4CnYIADYLDcKs3rUrDtOhyRVs8ClKr7uu5yrs,2040
|
|
373
|
+
mistralai/models/mistralerror.py,sha256=F2ghCuhQHNl09p4NwXd8XsX8uBhjTfWtavKkefqMEl4,714
|
|
368
374
|
mistralai/models/mistralpromptmode.py,sha256=v0UKuu6N0kcM_gjy3C7pVUWBs9tuMKtbHG6nLF9jtoI,253
|
|
369
|
-
mistralai/models/modelcapabilities.py,sha256=
|
|
370
|
-
mistralai/models/modelconversation.py,sha256=
|
|
375
|
+
mistralai/models/modelcapabilities.py,sha256=VjP7j0euii23FNkArBeEGoZt9eHk1xVnbus7xSRXH1I,985
|
|
376
|
+
mistralai/models/modelconversation.py,sha256=pZtz4X1_Sez2No_CPXJUAp82w8iARYKTQuVhd3gteTI,4696
|
|
371
377
|
mistralai/models/modellist.py,sha256=D4Y784kQkx0ARhofFrpEqGLfxa-jTY8ev0TQMrD_n8I,995
|
|
372
378
|
mistralai/models/moderationobject.py,sha256=mmzFEcccsT7G9PjmQrsYMijmICbfBtUpVN_ZisuhYbY,655
|
|
373
379
|
mistralai/models/moderationresponse.py,sha256=kxIRI3UJdddj2Hz-E9q21gKQAbacxZoG4hdoZjrae5M,508
|
|
380
|
+
mistralai/models/no_response_error.py,sha256=FQG44Lq6uF7uUlzbUYfM3dJon6sbqXzJ0Ri6YrDdsEs,380
|
|
374
381
|
mistralai/models/ocrimageobject.py,sha256=bIYt82TlTbDSavxM9UWuTmeqhha130v1CJyhUGlDHls,2808
|
|
375
382
|
mistralai/models/ocrpagedimensions.py,sha256=oP4v80I8d6ZELSZt6cRoECd6uIONgdyCeeFalm-4OvM,609
|
|
376
|
-
mistralai/models/ocrpageobject.py,sha256=
|
|
377
|
-
mistralai/models/ocrrequest.py,sha256=
|
|
383
|
+
mistralai/models/ocrpageobject.py,sha256=GQxf-9WyUqMsDeUcveCaPz3F5wYaN7YovJK2XFN5FqE,2938
|
|
384
|
+
mistralai/models/ocrrequest.py,sha256=F-Jgj2mtXCHD-iUAU0F-U6Z6RVl3qwYr9kQTRrK_mko,4778
|
|
378
385
|
mistralai/models/ocrresponse.py,sha256=Z7n6oKu7Dp6I4IlJuh_MhPcKmt0GW7FdtBtPg7060k0,2048
|
|
386
|
+
mistralai/models/ocrtableobject.py,sha256=V_Ft7gJApAmjvig0tFNMBa6dTZn8y9XiDgAEFHHTrSM,794
|
|
379
387
|
mistralai/models/ocrusageinfo.py,sha256=eVedgqaPwqbHaPH80RKq3ccFl-JBh-bXfBbdLEbthG4,1577
|
|
380
388
|
mistralai/models/outputcontentchunks.py,sha256=nPlDIHxsZamkZKn4K8Y0iwn72vREG2Ijb70i7fIbzAM,1092
|
|
381
389
|
mistralai/models/paginationinfo.py,sha256=kEZ66Emg0bpHoGQUXbR4IDDd-pjiejrY4wdcQ5aJRM8,473
|
|
382
|
-
mistralai/models/prediction.py,sha256=
|
|
390
|
+
mistralai/models/prediction.py,sha256=neGtaqjZGngdVtvy1XDadZhcLBvr0bMz8rcfMy90RIw,978
|
|
383
391
|
mistralai/models/processingstatusout.py,sha256=kKS_e3oG7IrioJSHdWInJGa47TqtfC7bFufd9W9nZEs,372
|
|
384
392
|
mistralai/models/referencechunk.py,sha256=A9vV5pZv-tUqGlswdu0HOyCYy0Q-UIJY0Oc9ZfM6XJA,519
|
|
393
|
+
mistralai/models/requestsource.py,sha256=QqRb6k_YFFwHIGs2OOONN6lFocNozVmBZ5iRSdp-u3o,202
|
|
385
394
|
mistralai/models/responsedoneevent.py,sha256=NRyPmBrTsYvlblAJaXOPx1l6vA2JLN6_aoNhcBUMdCM,779
|
|
386
395
|
mistralai/models/responseerrorevent.py,sha256=JUlo0JopINhAjKeWDjTBR_ZyxE4IgvZ2uD-UJovqOIk,685
|
|
387
|
-
mistralai/models/responseformat.py,sha256=
|
|
388
|
-
mistralai/models/responseformats.py,sha256=
|
|
396
|
+
mistralai/models/responseformat.py,sha256=JWEBbJYGVsd9_vDg-cBVLaMASaxJiKrkbZlz2Q1M490,2635
|
|
397
|
+
mistralai/models/responseformats.py,sha256=MVWapS612Z-FITBUcF-0Nmn19MwVfM6IgGEQ2x3ae_Y,201
|
|
389
398
|
mistralai/models/responsestartedevent.py,sha256=1VJl_4F5yIpbrX8GwVq6vYxjDFeTf4OdYhqKpQy1r4M,686
|
|
399
|
+
mistralai/models/responsevalidationerror.py,sha256=OgoN-0zwRiM6bIoeiJkWaw7_KSXiSam0Y1uNLofIar0,690
|
|
390
400
|
mistralai/models/retrieve_model_v1_models_model_id_getop.py,sha256=N9_JFwiz9tz4zRXJ9c1V0c_anFEVxVzPDoFt2Wrer4M,1388
|
|
391
401
|
mistralai/models/retrievefileout.py,sha256=syXoAJmsXmqMsfkDTApAtAOM7vosHC5PDDwvw29gtKs,2874
|
|
392
402
|
mistralai/models/sampletype.py,sha256=zowUiTFxum8fltBs6j__BrFPio-dQdG0CIyLj-5icG8,316
|
|
393
|
-
mistralai/models/sdkerror.py,sha256=
|
|
403
|
+
mistralai/models/sdkerror.py,sha256=ZmVtaBozTibV_ZlXDv5152XRXeuYkZ_CMHjPpUthyt4,1223
|
|
394
404
|
mistralai/models/security.py,sha256=RQn-xHLq3q4OEzrx9BcJMuT49UaCvwABXrqBEcqyKmA,686
|
|
395
405
|
mistralai/models/shareenum.py,sha256=PM_tFgsuqLfKszNopSSAOtzUuMsmBhlJ8Py41UPXcYo,252
|
|
396
|
-
mistralai/models/sharingdelete.py,sha256=
|
|
397
|
-
mistralai/models/sharingin.py,sha256=
|
|
398
|
-
mistralai/models/sharingout.py,sha256=
|
|
406
|
+
mistralai/models/sharingdelete.py,sha256=yXW0BXvrXoBfLUAHKemiVlyv084i5XmeapiGf-neyqs,1947
|
|
407
|
+
mistralai/models/sharingin.py,sha256=IRfLRBmUEz3JpGpESxeayPX8la-l-xwxU_F5MHUWiHE,2069
|
|
408
|
+
mistralai/models/sharingout.py,sha256=Ki4D6oE53JzbL1LJwNj9uNTngFYCDqUaA4FhnPLR_So,1596
|
|
399
409
|
mistralai/models/source.py,sha256=_MSV-LRL2fL7wCUTXEvvsOUIWlOKqPvdZS4rm2Xhs0o,264
|
|
400
410
|
mistralai/models/ssetypes.py,sha256=xJlN3JFQ-EaF90nkD88zwjSSsgRN1C59JPZ97K1kASc,531
|
|
401
411
|
mistralai/models/systemmessage.py,sha256=-yWm6HzcVh34YOTop1z3l92IvgNwcWMMENFD8bCgMLk,889
|
|
@@ -407,10 +417,10 @@ mistralai/models/tool.py,sha256=qLY0XE3uk79v3RsJqVpA81A0K9OWtmX6rwVeKal5ARk,681
|
|
|
407
417
|
mistralai/models/toolcall.py,sha256=T5-3XQ-CKduBKTWwOeSBuaF90yk4yBgqmyLuXVB5uXQ,824
|
|
408
418
|
mistralai/models/toolchoice.py,sha256=dGeb5koPp9eqHQuG1u-kP7T5Od6-cPL2rEe06-dqzcs,1021
|
|
409
419
|
mistralai/models/toolchoiceenum.py,sha256=Ca4ileCwuOjfPzIXLRIxT3RkE5zR7oqV6nXU-UjW0w0,197
|
|
410
|
-
mistralai/models/toolexecutiondeltaevent.py,sha256=
|
|
411
|
-
mistralai/models/toolexecutiondoneevent.py,sha256=
|
|
412
|
-
mistralai/models/toolexecutionentry.py,sha256=
|
|
413
|
-
mistralai/models/toolexecutionstartedevent.py,sha256=
|
|
420
|
+
mistralai/models/toolexecutiondeltaevent.py,sha256=394h8T-glbCU8OZZfSm1yNW_DyhbHk3Q3a7n1jzDE7g,1170
|
|
421
|
+
mistralai/models/toolexecutiondoneevent.py,sha256=Ga3rq-ajArgu9HuWuKDHLUEYGKfmCNo_uFM-tLxXRN4,1210
|
|
422
|
+
mistralai/models/toolexecutionentry.py,sha256=b3Oejsv_f3AXe-SzxxXMAADU8mnZ4Ko4Cv42Ba7d2NM,2345
|
|
423
|
+
mistralai/models/toolexecutionstartedevent.py,sha256=Cca-J3RDDQM38aXBOgjyKeE1QSU2xzI7xS0DZqmQ3nc,1196
|
|
414
424
|
mistralai/models/toolfilechunk.py,sha256=sSDwXSC6YDBjOE8pjhst6EgZZnk_HtR6syYOpHTncIg,1803
|
|
415
425
|
mistralai/models/toolmessage.py,sha256=onVw1JYf-cwvN19ipk_UERppO4mmQPUGJtreCPJ3TOQ,2044
|
|
416
426
|
mistralai/models/toolreferencechunk.py,sha256=1Oihq0n1bGUdoNcLMR4U9S6kvCEDX1YXpjY-XV6Hgw4,1924
|
|
@@ -434,19 +444,19 @@ mistralai/models/wandbintegration.py,sha256=PbDvTC7hrS8u3mkYQlvzCFilDZdTtkCrKWlX
|
|
|
434
444
|
mistralai/models/wandbintegrationout.py,sha256=nDVAi7dismF5ktEBaEM8A8QsAtOVR0ReblTxF0_VWtg,2117
|
|
435
445
|
mistralai/models/websearchpremiumtool.py,sha256=wU3_oOKRWFLOXrZ-SrqAnGC7kb5uaSjLaTfUthuFoLY,502
|
|
436
446
|
mistralai/models/websearchtool.py,sha256=qpzzCo_nJunxRHlkwJE3vuEd-qPA_cW1X55qEXw3_KY,451
|
|
437
|
-
mistralai/models_.py,sha256=
|
|
438
|
-
mistralai/ocr.py,sha256=
|
|
447
|
+
mistralai/models_.py,sha256=yy0igELUaUIGA7m_F5gGnjwtfSCXl_4rlVEQTe_jQ0Q,41900
|
|
448
|
+
mistralai/ocr.py,sha256=CkLNy2EEZjQfdyoRy6CiC0mfWIs4IMxo8dkEhXJBmis,12169
|
|
439
449
|
mistralai/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
|
440
|
-
mistralai/sdk.py,sha256=
|
|
450
|
+
mistralai/sdk.py,sha256=1LlWK-8IIuN3-L103AC1OsNYRXG-sP1hRijxhuMf6q0,8324
|
|
441
451
|
mistralai/sdkconfiguration.py,sha256=8BDzcYQqDIM7pXsdsfmEZPUexeqdsL-8HMyhWiQeupE,1716
|
|
442
|
-
mistralai/transcriptions.py,sha256=
|
|
452
|
+
mistralai/transcriptions.py,sha256=iab7DUYk_exTPWQRz9PeAxTLoSi0hgAu3xjXjbt9qDQ,18534
|
|
443
453
|
mistralai/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
|
|
444
454
|
mistralai/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
|
|
445
|
-
mistralai/utils/__init__.py,sha256=
|
|
455
|
+
mistralai/utils/__init__.py,sha256=CAG0O76aEToGKXpT6Ft87Vd-iiQTh4XdBrQ37BVbsiM,5861
|
|
446
456
|
mistralai/utils/annotations.py,sha256=aR7mZG34FzgRdew7WZPYEu9QGBerpuKxCF4sek5Z_5Y,1699
|
|
447
457
|
mistralai/utils/datetimes.py,sha256=oppAA5e3V35pQov1-FNLKxAaNF1_XWi-bQtyjjql3H8,855
|
|
448
458
|
mistralai/utils/enums.py,sha256=REU6ydF8gsVL3xaeGX4sMNyiL3q5P9h29-f6Sa6luAE,2633
|
|
449
|
-
mistralai/utils/eventstreaming.py,sha256=
|
|
459
|
+
mistralai/utils/eventstreaming.py,sha256=SgFqMcUOYKlrTQ4gAp_dNcKLvDXukeiEMNU3DP8mXk8,6692
|
|
450
460
|
mistralai/utils/forms.py,sha256=EJdnrfIkuwpDtekyHutla0HjI_FypTYcmYNyPKEu_W0,6874
|
|
451
461
|
mistralai/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
|
|
452
462
|
mistralai/utils/logger.py,sha256=TOF0Mqsua4GlsDhmrZz9hgMRvwd9zK7ytuqly3Vevxo,675
|
|
@@ -455,10 +465,11 @@ mistralai/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEt
|
|
|
455
465
|
mistralai/utils/requestbodies.py,sha256=ySjEyjcLi731LNUahWvLOrES2HihuA8VrOJx4eQ7Qzg,2101
|
|
456
466
|
mistralai/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
|
|
457
467
|
mistralai/utils/security.py,sha256=vWlpkikOnGN_HRRhJ7Pb8ywVAjiM3d3ey3oTWtM6jTU,6008
|
|
458
|
-
mistralai/utils/serializers.py,sha256=
|
|
468
|
+
mistralai/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0HwvOE,5999
|
|
469
|
+
mistralai/utils/unmarshal_json_response.py,sha256=mCQ2G9mE9432ExbhO1PleywDN3UYOPW2exzcJX22gCM,585
|
|
459
470
|
mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
|
460
471
|
mistralai/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
|
461
|
-
mistralai-1.
|
|
462
|
-
mistralai-1.
|
|
463
|
-
mistralai-1.
|
|
464
|
-
mistralai-1.
|
|
472
|
+
mistralai-1.10.0.dist-info/METADATA,sha256=vuGntZvKPSQXYRRyIAboU4vS4q5UNmOovAWrMFySSW4,40244
|
|
473
|
+
mistralai-1.10.0.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
474
|
+
mistralai-1.10.0.dist-info/licenses/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
|
|
475
|
+
mistralai-1.10.0.dist-info/RECORD,,
|
|
File without changes
|