Skip to content

Slash commands

Brain works fine in plain English. Slash commands are for cases where you want explicit control: change the underlying LLM, see what’s available, get help.

CommandWhat it does
/helpList every command + a one-line description.
/provider listShow every provider (Gemini, OpenAI, Mistral, Claude) + the model id at each tier (small / medium / large).
/model listSame matrix, grouped by tier × provider.

/provider sets the LLM that handles all your turns going forward, until you change it again.

CommandEffect
/providerShow current provider.
/provider geminiUse Google Gemini.
/provider openaiUse OpenAI (GPT).
/provider mistralUse Mistral.
/provider claudeUse Anthropic Claude.
/provider resetBack to default (Gemini).

Natural language works too: “use mistral as provider”, “switch to claude”.

/model sets the size/cost tier within whichever provider is active.

CommandEffect
/model smallCheapest, fastest.
/model mediumBalanced (default).
/model largeMost capable.
/model resetBack to default.

Natural language: “use the small model”, “utilise le modèle large”.

Prefix a message with a provider or tier name to use it for this turn only — your persistent settings stay untouched.

/openai draft a follow-up to Acme
/claude write a long-form analysis of last quarter
/sonnet schedule a meeting with Pierre
/haiku what time is it in Tokyo

Recognised per-turn prefixes: /gemini, /openai, /mistral, /claude, /anthropic, /code, /opus, /sonnet, /haiku, /fast, /think-hard.

/create-skill opens a modal that captures a workflow you’ve just done with Brain. See Skills for the full how-to.

  • Asking Brain to do something — just write it in plain English.
  • Switching languages — Brain detects the language of your message; no command needed.
  • Reading a file — just paste / drop / mention it.