This plugin imbues Amplenote with various AI powers, including:

- App option (Quick Open) features -
Features accessed by invoking Quick Open, or by opening slash menu in any note or task.
1. Note search (open with AI Search Agent). Specify options to have an AI agent search notes and generate a summary of matching notes.
2. Question & answer (open with Answer). Ask a question to OpenAI or the Ollama LLM of your choosing.
3. Converse/Chat (open with Converse (chat) with AI). Have a back-and-forth conversation that remembers the previous responses.
4. Switch between your favorite models (open with Add Provider API key). Allows adding an API key for each of the supported LLMs.

- Selected text features -
Features invoked by selecting text and choosing an option from the ensuing toolbar.
1. Thesaurus. Get 10 suggested synonyms that make sense in the context around the word.
2. Answer question. If your highlighted text appears to be a question, you'll have the option to ask the AI for an answer to that question.
3. Complete a sentence. What text seems like it should come after the selected text?
4. Revise. How could the selected text be improved?
5. Rhymes with. What are 10 words that rhyme with the selected word?

- Note option features -
Features available by clicking the triple dot menu when a note is open.
1. Sort groceries. Given a task or bullet-list of grocery items, arrange them by the aisle they can be found in the grocery store
2. Revise. Suggest revisions to the entire note.
3. Summarize. Summarize the text of the open note.

- Evaluation/Insert text features -
Features invoked by entering an open bracket { and typing one of the following.
1. Complete. Answer a question or finish a thought from the words prior to this being invoked.
2. Continue. Continue in a similar style with the text that preceded "Continue" being invoked.
3. Image from preceding. Generate a Dall-e-2 or Dall-e-3 image.
4. Image from prompt. Generate a Dall-e-2 or Dall-e-3 image from a prompt that you enter after selecting this.
5. Suggest tasks. Based on the note title and contents, suggest relevant tasks to undertake.

This plugin sends requests to OpenAI (defaults is currently gpt-5.2), or to a local Ollama instance, if you have installed Ollama and you don't have an OpenAI API key entered.

Find more documentation on this plugin within the Amplenote Help Center.