# js-tiktoken

## 1.0.16

### Patch Changes

- 919eb6b: Add o1-2024-12-17 model

## 1.0.15

### Patch Changes

- 53bd14a: Add o1 class of models

## 1.0.14

### Patch Changes

- 74e7870: Add missing rank files for js-tiktoken

## 1.0.13

### Patch Changes

- 4796f27: Add support for gpt-4o, gpt-4o-mini, text-embedding-3-small and text-embedding-3-large

## 1.0.12

### Patch Changes

- 791cf62: Add gpt-4o support

## 1.0.11

### Patch Changes

- f386b28: Add new GPT-4-turbo models

## 1.0.10

### Patch Changes

- d54f04c: Fix invalid model when requesting an instruct model

## 1.0.9

### Patch Changes

- 43e99b4: Add support for new models, instruct models

## 1.0.8

### Patch Changes

- bd3a360: Add new GPT models

## 1.0.7

### Patch Changes

- baca5b1: Add new GPT-3.5 and GPT-4 models

## 1.0.6

### Patch Changes

- Add entrypoints for Jest in CRA

## 1.0.5

### Patch Changes

- Use require instead for exports, add lite entrypoint

## 1.0.4

### Patch Changes

- 265e01d: Expose ranks

## 1.0.3

### Patch Changes

- de929d4: Add disallowed tokens

## 1.0.2

### Patch Changes

- 2ba9a78: Add missing main and types for compat

## 1.0.1

### Patch Changes

- 2d18fcc: Expose model to encoding mapping, fix types
- 3240a8e: Split core into smaller packages, expose core tokenizer for CDN pulling
