Releases: mistralai/client-python
Releases · mistralai/client-python
python - v1.1.0 - 2024-09-17 16:24:50
Generated by Speakeasy CLI
2024-09-13 16:21:24
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.396.7 (2.415.6) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.1.0] .
Releases
- [PyPI v1.1.0] https://pypi.org/project/mistralai/1.1.0 - .
Publishing Completed
python - v1.0.3 - 2024-09-04 08:33:36
Generated by Speakeasy CLI
2024-08-29 09:09:05
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.382.0 (2.404.11) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.0.3] .
Releases
- [PyPI v1.0.3] https://pypi.org/project/mistralai/1.0.3 - .
Publishing Completed
python - v1.0.2 - 2024-08-22 13:30:41
Generated by Speakeasy CLI
2024-08-20 08:36:28
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.376.0 (2.402.5) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.0.2] .
Releases
- [PyPI v1.0.2] https://pypi.org/project/mistralai/1.0.2 - .
Publishing Completed
python - v1.0.1 - 2024-08-08 18:15:36
Generated by Speakeasy CLI
2024-08-08 18:12:16
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.357.4 (2.390.6) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.0.1] .
Releases
- [PyPI v1.0.1] https://pypi.org/project/mistralai/1.0.1 - .
Publishing Completed
python - v1.0.0 - 2024-08-07 16:59:42
Generated by Speakeasy CLI
2024-08-07 14:25:13
Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.356.0 (2.388.1) https://github.com/speakeasy-api/speakeasy
Generated
- [python v1.0.0] .
Releases
- [PyPI v1.0.0] https://pypi.org/project/mistralai/1.0.0 - .
Publishing Completed
0.4.2
0.4.1
Client changes
Fine-tuning
- Added support for the deletion of models via the
delete_model
method.
Misc
- Dependencies are less restrictive now, see
pyproject.toml
for the dependency list.
Full Changelog: 0.4.0...0.4.1
0.4.0
API changes
Fine-tuning
- Added support for our fine-tuning API which you can use to fine-tune our models on your datasets. See our documentation to get started.
Full Changelog: 0.3.0...0.4.0
0.3.0
0.2.0
API changes
- We now support
tool_call_id
fortool
messages. This will be mandatory in the future but you can start using right away to improve the model performance during function calling (especially multiple) (#93).
Improvements
- In the async client, replace time by asyncio by @sylvainmouquet in #82
- Remove setting of the root logger level by @erwinscholtens in #86
- Remove an unused expression in example by @wilsonsilva in #87
- Relaxed httpx version requirement by @Mastikosa in #80
- Delay the api key env get at client initialization: by @antoine-lizee in #57
Full Changelog: 0.1.5...0.2.0