Chat
Raycast offers two ways to work with an AI model. Quick AI handles fast, one-off questions straight from Root Search, while AI Chat is a full multi-turn conversation interface with persistent history, Agents, memory, attachments, and tool use. Together they cover everything from a quick lookup to a longer working session, all without leaving Raycast.
Quick AI
Quick AI is the fastest way to ask a one-off question from Raycast, without leaving your flow. Start from Root Search, hit Tab, and get an answer in the same window.
New Quick AI now uses a chat-style interface with follow-ups, context attachments, and a one-keystroke handoff to AI Chat.

Open Quick AI
There are two ways to start:
- From Root Search: start typing your question, then press
Tab. Raycast hands your text to Quick AI and submits it. - Run the Quick AI command directly from Root Search to open with an empty prompt.
Pressing Tab from Root Search always opens Quick AI, even with no text typed, so you can start fresh.
Ask a Question
Type your prompt and press ↵ to submit. Quick AI streams the answer back in the same window.
On the response, ↵ pastes the answer into the previously focused app by default. To swap the default to copy instead, open Raycast Settings → AI → Commands → Quick AI → Primary Action.
Follow-ups
Keep typing after a response to ask a follow-up. Quick AI is a full conversation, not a single-shot Q&A.
- Regenerate the last response with the same model:
⌘/CtrlR - Regenerate the last response with a different model:
⇧⌘/CtrlR - Start a fresh conversation:
⌘/CtrlN - Navigate between recent Quick AI chats:
⌘/Ctrl[and⌘/Ctrl]
Switch Models
Open the Action Panel (⌘ / Ctrl K) and pick Change Model to switch the active model mid-conversation, or Regenerate with Model… to try the last answer on a different model.
You can also set a default in Raycast Settings → AI → Commands → Quick AI → Default Model.
Continue in AI Chat
When a question grows into something bigger, press ⌘ / Ctrl J to move the conversation into AI Chat. You keep the full history and get the chat workspace, longer context, and tools.
Auto-new Chat
Quick AI starts a fresh chat after a period of inactivity, so you don't accidentally tack new questions onto an older conversation. Adjust the timeout in Raycast Settings → AI → General → Start New Chat (options: 5 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, always, never).
Settings
Tune Quick AI from Raycast Settings → AI → Commands → Quick AI:
- Quick AI Default Model: default model used when opening Quick AI.
- Primary Action: paste to active app or copy the response to clipboard on
↵. - Tab Shortcut: hide the
Tabhint in Root Search (the shortcut still works).
AI Chat
AI Chat is Raycast's full chat workspace. Start a multi-turn conversation, attach context from your screen, give the model tools, and pick up where you left off across days.
New AI Chat is rebuilt in Raycast 2 with persistent history, Memory, rich attachments, and tool use, a full chat experience that replaces the single-shot AI flows in classic Raycast.

There are a few ways to start:
- Run the AI Chat command from Root Search to open the chat workspace.
- Press
⌘/CtrlJfrom a Quick AI conversation to continue it in AI Chat with the full history. - Use the Send to AI Chat command to drop a focused window, screenshot, or selection into a new chat from anywhere.
AI Chat lives in its own window, so you can keep it alongside whatever you're working on.
Start a Conversation
Type your prompt in the composer and press ↵ to send. ⇧ ↵ adds a new line. AI Chat streams the response back and remembers the whole thread, so each follow-up can build on earlier turns.
- Edit any previous message to re-run the conversation from that point.
- Regenerate the last response with
⌘/CtrlR. - Start a fresh chat with
⌘/CtrlN. - With an empty composer,
↑/↓step through your recent messages.
Switch Models
Open the model picker from the composer. Pick a fast model for chat, a reasoning model for harder problems, or an image-capable model when you want to generate visuals.
Tune model behavior from the settings sidebar:
- Creativity: None, Low, Medium, High, or Maximum.
- Reasoning Effort: for models that support extended thinking.
- Web Search: let the model pull live results during the answer.
Memory
Turn on Memory (in Raycast Settings → AI → Personalization → Memory) and AI Chat will remember durable facts across conversations: your name, the projects you work on, the format you prefer answers in. The model writes to and reads from memory automatically as you chat.
Attach Context
Hit the attach button in the composer or type @ to add context to the next message. AI Chat can pull from:
- Files: documents, code, images.
- Notes: entries from Raycast Notes.
- Clipboard History: any recent clipboard item.
- Focused Window, Window…, Selected Area, or Entire Screen: screenshots from your desktop.
- Browser Tabs: open tabs from supported browsers.
- Calendar Events: today or upcoming.
- Web Search: live results during the answer.
Attachments are scoped to the message you send them with, but the model can keep referring back to them later in the chat.
Tool Use & Extensions
AI Chat can call tools: run a web search, generate an image, execute a terminal command, invoke an AI Extension, or hand work off to an MCP-compatible server. Toggle which tools are available per chat from the Tools section of the settings sidebar. With Tool Confirmation on, AI Chat asks before each tool runs.
Skills
Author reusable knowledge for the model with plain SKILL.md files. Raycast discovers them automatically and loads them when they're relevant to your chat. See the Skills page for the full format and where to put them.
Manage Chats
The history sidebar shows every chat, with search at the top. From the Action Panel (⌘ / Ctrl K) on any chat you can:
- Pin important conversations to the top.
- Archive chats you're done with. Old chats archive automatically after the window you pick in Settings (or never).
- Delete for good.
Always on Top
Toggle Always on Top from the Action Panel to keep AI Chat hovering over your other apps, handy while you're chatting about something on screen. You can also set this up in Raycast Settings → AI → Commands → AI Chat → Always on Top.
Continue from Quick AI
When a Quick AI question grows into something bigger, press ⌘ / Ctrl J to move it into AI Chat. The full history, model, and any attachments come with it.
Settings
Tune AI Chat from Raycast Settings → AI:
- Start New Chat: start a new chat after the specified timeout when opening Quick AI.
- Send Message: keyboard shortcut used to send messages in AI Chat (
↵or⌘/Ctrl↵). - Conversation History: show conversations from AI Chat and Quick AI combined or keep them separate.
- Auto-Archive Chats: automatically archive chats after the specified period of inactivity.
- Always on Top (per-command, under AI Chat): keep the AI Chat window above other windows.