Skip to content

Releases: mistralai/client-js

0.5.0

05 Jun 16:17
5efba3b
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.4.0...0.5.0

0.4.0

29 May 15:57
ac6e138
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.3.0...0.4.0

0.3.0

23 May 15:45
6d2639e
Compare
Choose a tag to compare

API changes

  • The field tool_call_id on the tool message will be mandatory in the future. It can be already added to improve the model performance when dealing with tool calls, especially multiple ones (#76).

Breaking changes - TS only

  • We added the tool_call_id mandatory type on tool messages. This has no impact on runtime but should be added to pass type checking (#76).

Full Changelog: 0.2.0...0.3.0

0.2.0

08 May 16:42
Compare
Choose a tag to compare

Breaking changes - TS only

  • The enums ToolType, ResponseFormats and ToolChoice are not exported anymore as they were only exported as type definitions and not usable at runtime. The types should be replaced by the literals directly (#72).

Improvements

Full Changelog: 0.1.3...0.2.0