GPT-3 Encoder & Tokenizer
This is the official GPT-3 tokenizer, the same tokenizer is being used by OpenAI here https://platform.openai.com/tokenizer. contact : [email protected]
GPT-3 Encoder & Tokenizer endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Encode & Get Number Tokens [from text to tokens] /encode |
The following endpoint is highly useful as it provides the count of tokens. Additionally, it can also return the token IDs upon request. However, it is advisable to ***request… |
| POST |
Decode Tokens [from tokens to text] /decode |
This endpoint is designed to convert a sequence of tokens back into their corresponding text format. This endpoint accepts a list of token IDs as input and returns the original… |
GPT-3 Encoder & Tokenizer pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $8 / month | — |
|
| MEGA | $30 / month | — |
|