Skip to content

Latest commit

 

History

History
135 lines (70 loc) · 1.83 KB

CHANGELOG.md

File metadata and controls

135 lines (70 loc) · 1.83 KB

Token.js

0.5.4

Patch Changes

  • 3d76ec4: Added claude 3-7 models

0.5.3

Patch Changes

  • b30ebe2: Link to repository from NPM
  • 2e5a4d7: Add gemini-2.0 models

0.5.2

Patch Changes

  • 1f4b166: Support o3-mini

0.5.1

Patch Changes

  • de139f6: Default to hardcoded empty string for API key in the OpenAI compatible provider if no API key is provided

0.5.0

Minor Changes

  • b68f2a4: Feat: Add support for extending model lists without official support

0.4.8

Patch Changes

  • f11d766: Update groq and perplexity models

0.4.7

Patch Changes

  • 1e529df: Offically support generic Openai compatible providers

0.4.6

Patch Changes

  • 4d3a3f9: Support Claude 3.5 models in AWS Bedrock
  • b5d8fa6: Support o1-preview and o1-mini
  • b5d8fa6: Support gemini-1.5-flash-8b

0.4.5

Patch Changes

  • 2c90288: adding support for openai model gpt-4o-2024-08-06

0.4.4

Patch Changes

  • 0823e3b: Add gpt-4o mini

0.4.3

Patch Changes

  • ae4304b: remove axios for compatibility in edge environments

0.4.2

Patch Changes

  • 50a0584: Support OpenRouter

0.4.1

Patch Changes

  • c1e9c14: Fix type import issue

0.4.0

Minor Changes

  • e68abf2: Add support for Codestral Mamba

0.3.0

Minor Changes

  • ba35d6b: Minimize bundle size

0.2.3

Patch Changes

  • a4bf186: MIT in features section

0.2.2

Patch Changes

  • 4524c42: Update license reference in README

0.2.1

Patch Changes

  • 2c3cc3f: Switch to MIT license

0.2.0

Minor Changes

  • d33fb2a: Initial release

0.1.0

Minor Changes

  • fd454af: Support CommonJS

Patch Changes

  • b7b9c03: Update entrypoint
  • c449fea: Update models to include whether they support streaming, and add validation to check whether a model supports streaming

0.0.1

Patch Changes

  • bde8e4b: Prerelease