Skip to content

Releases: localit-io/tiktoken-go

v0.2.0 – GPT-5 Model Support

11 Aug 08:25
f1efd25

Choose a tag to compare

  • Added support for new GPT-5 model families.
  • Improved testing and updated documentation.

v0.1.0 - Maintained Fork

28 Jul 11:13
d172d92

Choose a tag to compare

tiktoken-go v0.1.0 - Maintained Fork

This is the release of the maintained version of tiktoken-go, continuing development of the original (now unmaintained) project.

Improvements over original:

  • Added support for the latest models.
  • Replaced some outdated methods.

Migration from original:

Simply update your import to:

go
import "github.com/localit-io/tiktoken-go"

Note:
This is a 0.x release - API may still change as we continue improving the library. Feedback and contributions welcome!

v0.0.1-localit

11 Jul 14:42
ff220c2

Choose a tag to compare

Add supports for new 4.1 and 4.5 models.