Summarize any YouTube Video with AI and ask follow up questions to get all the details. Choose between Raycast, OpenAI ChatGPT or Anthropic Claude. You have to either be a Raycast Pro Member, have access to an OpenAI API Key or Anthropic API Key to use this extension. Alternatively, you can use the extension with Ollama to summarize YouTube videos using a local LLM.
summarizeVideo
This command is deprecated. Please use one of the below commands instead. If you have set preferences for this command, please migrate them to the new command.
summarizeVideoWithRaycast
Choose how creative the AI should be.
The language you want the summary to be in. Your choice will be used in a prompt like this "Answer in english". (default: english
).
summarizeVideoWithOpenAI
Choose how creative the AI should be.
Your OpenAI API Key. You can get one here. Necessary if you choose "OpenAI ChatGPT" as your "Choose AI" option.
Choose the OpenAI endpoint you want to use.
Choose the model you want to use. (default: chatgpt-4o-latest
).
The language you want the summary to be in. Your choice will be used in a prompt like this "Answer in english". (default: english
).
summarizeVideoWithAnthropic
Choose how creative the AI should be.
Your Anthropic API Key. You can get one here. Necessary if you choose "Anthropic Claude" as your "Choose AI" option.
Choose the model you want to use. (default: claude-3-5-sonnet-latest
).
The language you want the summary to be in. Your choice will be used in a prompt like this "Answer in english". (default: english
).
It is possible to use the OpenAI compatible API endpoint from Ollama to summarize YouTube videos using a local LLM. To do this use the following preferences:
summarizeVideoWithOpenAI
http://localhost:11434/v1/
llama3.2:latest
or any other model from Ollama's model catalog.