Basic AI Generation
Available in Start plan
Integrate the Basic AI Generation extension into your Tiptap Editor with just a couple of lines of code. It equips you with a set of prebuilt AI features including commands, prompt customization, image generation, and smart autocompletion.
Add your own custom commands on top of these, and even integrate your own proprietary LLM to create a unique user experience.
For agentic workflows and greater flexibility, check out AI Toolkit.
Basic AI Generation features
- Pre-configured default commands
- Autocompletion for efficient editing
- Real-time streaming for commands
- Compatibility with various OpenAI models (e.g. GPT-5, GPT-5 mini, GPT Image 2)
- Create your own prompts and commands
- Custom LLM integration
- Works seamlessly with Tiptap Collaboration (learn more)
How it works
Integrate OpenAI or your own Custom LLM with your Tiptap Editor. The extension covers both, the client and server-side implementations. Here’s the user experience:
- Highlight text in the editor and apply an AI command.
- Your selection, the chosen action, and any options are sent to our cloud service.
- We generate a prompt and engage OpenAI on your behalf.
- The AI's response is then directly inserted or streamed into your editor.
By default, this utilizes our backend service, but there are options for advanced scenarios including custom backends and LLMs.