Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ Afterwards you can use the custom encodings alongside the default ones and acces
them by using `registry.getEncoding("custom-name")`. See the JavaDoc for more
details.

## ⚡ Try JTokkit in Action: Online OpenAI Token Counter
[**Try now: OpenAI Token Counter**](https://calculatorlib.com/openai-token-counter) powered by CalculatorLib

- Features:
- Supports all OpenAI models and encoding types
- Counts tokens using both `encode()` and `countTokens()` methods
- Shows token differences between standard and "ordinary" methods
- Displays context window usage for selected models
- Provides reference information about models, context sizes, and encodings

## 📄 License
JTokkit is licensed under the MIT License. See the
[LICENSE](https://github.com/knuddelsgmbh/jtokkit/blob/main/LICENSE) file
Expand Down