> ## Documentation Index
> Fetch the complete documentation index at: https://docs.openserv.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Product updates and new features across OpenServ.

<Update label="July 3, 2026" tags={["SERV Reasoning"]}>
  ## New features

  * **SERV Tools.** Enable server-side features by declaring specially named tools in any request — no SERV-specific API required. SERV detects tools prefixed with `serv_`, activates the feature, and strips the tool before the model runs. Works identically across the OpenAI SDK, Anthropic SDK, Vercel AI SDK, and raw HTTP. [Read the reference →](/serv-reasoning/tools)
  * **`serv_prompt_guard`.** Opt-in protection against prompt-injection attacks that try to leak or override your system prompt. Declare the tool by name to enable it — no parameters needed. [See usage →](/serv-reasoning/tools#serv_prompt_guard)
  * **`serv_shadow_agent`.** Runs a validate-and-iterate loop over the model's output to raise accuracy on hard tasks. Configure `hint` and `max_iterations` through schema defaults. [See usage →](/serv-reasoning/tools#serv_shadow_agent)
</Update>

<Update label="June 26, 2026" tags={["Build", "Launch", "Run", "SERV Reasoning"]}>
  ## New features

  * **Build, Launch, Run.** The full OpenServ platform is now organized around three product surfaces: [Build](/build/index) for shipping agents and apps, [Launch](/launch/index) for token launches without presales or VCs, and [Run](/run/index) for the AI Cofounder Suite that handles post-launch operations.
  * **OpenClaw.** A new OS-level gateway for AI agents across WhatsApp, Telegram, Discord, iMessage, and more — send a message, get an agent response. Includes a quickstart, ERC-8004 identity, x402 marketplace agents, and Telegram and Twitter integrations. [Start with OpenClaw →](/vibecode/openclaw/index)
  * **OpenServ Skills + ClawHub.** Official OpenServ skills (`openserv-agent-sdk`, `openserv-client`, `openserv-multi-agent-workflows`, `openserv-ideaboard-api`, `openserv-launch`) are now installable into any coding agent or IDE, with [ClawHub](https://clawhub.ai) as the public registry. [Browse skills →](/vibecode/skills)
  * **No-code path.** A guided no-code experience for building with Workflows, Agents, and Connect — no SDK required. [Open the no-code quickstart →](/no-code/index)

  ## Updates

  * **SDK Integration reference.** New page covering the three SERV endpoints (`/v1/chat/completions`, `/v1/responses`, `/v1/messages`) with side-by-side OpenAI and Anthropic SDK examples and a full parameter map. [Open the reference →](/serv-reasoning/sdk-integration)
  * **SDK Migration guide.** Step-by-step migration paths for Python (`openai`, `anthropic`), the Vercel AI SDK, LangChain, LlamaIndex, Mastra, AutoGen, CrewAI, Instructor, LiteLLM, and raw `fetch`. [Read the guide →](/serv-reasoning/sdk-migration)
  * **Day One with SERV.** Production-ready defaults — when to start with `serv-nano` or `serv-mini`, when to upgrade, and which tasks to delegate to the model vs. your application. [Open Day One →](/serv-reasoning/day-one)
</Update>

<Update label="June 12, 2026" tags={["SERV Reasoning"]}>
  ## Updates

  * **Expanded model catalog.** Added GPT-5.5, GPT-5.4, GPT-5.4 Mini, GPT-5.4 Nano, Claude Opus 4.6, Claude Sonnet 4.6, Claude Haiku 4.5, Gemini Flash Latest, Gemini Pro Latest, Gemma 4, Grok 4.3 and 4.20, Qwen 3.6, and DeepSeek v4 — all available through the same SERV endpoint with pricing and context windows on a single page. [Browse models →](/serv-reasoning/models)
  * **Same-model performance comparison.** New benchmark visual on the [SERV Reasoning overview](/serv-reasoning/index) shows accuracy vs. inference cost for each model with and without SERV Reasoning on a DeFi trade-decision benchmark.
  * **Quickstart, refined.** First-request examples now cover the OpenAI SDK, Anthropic SDK, and raw HTTP against `/v1/chat/completions`, `/v1/responses`, and `/v1/messages`, with the SERV-specific behaviors called out up front. [Open the quickstart →](/serv-reasoning/introduction)
  * **`reasoning_effort` values clarified.** Accepted values are `none`, `low`, `medium`, and `high`. If you were passing `minimal`, switch to `low`.
</Update>

<Update label="May 29, 2026" tags={["SERV Reasoning"]}>
  ## New features

  * **Playground.** Try SERV Reasoning side by side with any base model — same prompt, two outputs, real token, cost, and latency numbers. No SDK setup required. [Open the Playground →](/serv-reasoning/playground)
  * **OpenAI- and Anthropic-compatible inference API.** Point your existing OpenAI or Anthropic SDK at the SERV endpoint and keep your prompts, tool definitions, and application logic unchanged. See the [Chat Completions](/serv-reasoning/api/chat-completions), [Responses](/serv-reasoning/api/responses), and [Messages](/serv-reasoning/api/messages) references, plus the [compatibility notes](/serv-reasoning/api/compatibility).
  * **BRAID research framework.** Published the research behind SERV Reasoning — bounded, machine-readable reasoning graphs that replace free-form chain-of-thought. [Read the summary →](/serv-reasoning/research)
  * **Public roadmap.** The SERV Reasoning roadmap is now public, from the current Private Beta through Public API, fine-tuned models, and longer-horizon research. [See the roadmap →](/serv-reasoning/roadmap)

  ## Updates

  * **Model catalog and pricing.** Refreshed pricing for Claude Opus and Qwen models, plus a single page covering every available model, API ID, context window, and per-million-token rate. [Browse models →](/serv-reasoning/models)
  * **Quickstart.** Streamlined the [SERV Reasoning quickstart](/serv-reasoning/introduction) with first-request examples for the OpenAI SDK, Anthropic SDK, and raw HTTP.
</Update>
