AI Tool - GPT Token Splitter
This REST API service provides a way to programmatically split GPT-3 text-prompts into user-defined token-sized slices. The API then provides information on the set of processed slices back to the user. This is helpful for prepping GPT-3 text-prompts when summarizing large amounts of text, since there is a limit of how many tokens can be processed by the GPT-3 AI per their API call. This API…
AI Tool - GPT Token Splitter endpoints
| Method | Endpoint | Description |
|---|---|---|
| GPT Token Splitter | ||
| GET |
Using Path Parameters /api/v1/token-splitter/{text} |
limited input text size, limited delimiter quantity. |
| POST |
Using Body Parameters /api/v1/token-splitter/ |
Large input text size, unlimited input delimiters |
AI Tool - GPT Token Splitter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|