Playground app for OpenAI API's and more. Use your own API Key, it is stored and used only from the browser.
These OpenAI API's are currently supported in the playground.
- Text Generation
- Vision
- Image Generation
- Assistants
- Moderations
Tool to help you understand how text is tokenized by a model and the total count of tokens.
Tokenizer uses gpt-tokenizer npm package, which is a port of OpenAI's tiktoken.
Follow these steps to run the app locally.
- Install dependencies
npm install- Start development server
npm run devYou can access the app on http://localhost:3000
Run the following script to build the app.
npm run build