Skip to content

1.2.0 - 2025-03-22

Compare
Choose a tag to compare
@ncoghlan ncoghlan released this 21 Mar 15:36
· 13 commits to main since this release
fdd71c5

What's Changed

  • Align model loading config format with lmstudio-js 47 (previously aligned with lmstudio-js 46)
    • Note: users of the experimental gpuOffload config setting will need to switch to setting the (still experimental) gpu field
  • Explicitly note in relevant docstrings that details of config fields are not yet formally stabilised
  • Pass previously omitted config settings to the server (#51)
  • Add speculative decoding example (#55)
  • Publish config retrieval APIs (#53, #54)
  • Add server side token counting APIs (#57)
  • Simplify prediction API type hinting (#59)
  • Add preset config support in prediction APIs (#58) (Requires LM Studio 0.14+)
  • Add GBNF grammar support when requesting structured responses (#60) (Requires LM Studio 0.14+)

Full Changelog: 1.1.0...1.2.0