diff --git a/apps/docs/self-hosting/overview.mdx b/apps/docs/self-hosting/overview.mdx index 7d1d4171..b9db33e4 100644 --- a/apps/docs/self-hosting/overview.mdx +++ b/apps/docs/self-hosting/overview.mdx @@ -26,7 +26,7 @@ Run the binary with nothing set and you get a complete memory system: - **The Supermemory graph engine, embedded** — created automatically on first boot. No database to stand up, no connection strings. - **Built-in local embeddings** — vectors are computed on your machine. Nothing is sent anywhere to be embedded. - **An API key, generated for you** — printed on first boot, ready to paste into any SDK. -- **The full Memory API** — `/v3/documents`, `/v3/search`, `/v3/memories`, user profiles, spaces, the works. +- **The full Memory API** — `/v3/documents`, `/v4/search`, `/v4/profile`, spaces, the works. The only thing you bring is a model. In production, Supermemory runs its own proprietary models, purpose-tuned for long-horizon data understanding and memory extraction. Self-hosted, the same pipeline runs on whatever model you point it at — OpenAI, Anthropic, Gemini, Groq, or any OpenAI-compatible endpoint. Bring a key and go. Or don't bring one at all: