Skip to content

Releases: mistralai/client-python

0.4.2

04 Jul 09:25
c2bfb76
Compare
Choose a tag to compare

Client changes

Completion

  • feat: add warning log when targeting a model planned for deprecation (#111)

Fine-tuning

  • feat: add job cost to metadata (#112)

Misc

  • add license (#113)

Full Changelog: 0.4.1...0.4.2

0.4.1

19 Jun 11:14
af48070
Compare
Choose a tag to compare

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

05 Jun 15:05
70c9d2c
Compare
Choose a tag to compare

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

29 May 14:46
9f6e920
Compare
Choose a tag to compare

API changes

Completion

  • Added support for completion requests which you can use to query our latest model codestral. See this example to get started.

Full Changelog: 0.2.0...0.3.0

0.2.0

23 May 16:43
32ec8b6
Compare
Choose a tag to compare

API changes

  • We now support tool_call_id for tool 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

Full Changelog: 0.1.5...0.2.0