From b254f54b4c162fb759724e0602ca12432c027dc8 Mon Sep 17 00:00:00 2001 From: Prajakta Kulkarni <72035463+prajaktakul6@users.noreply.github.com> Date: Sun, 7 Dec 2025 15:36:59 -0800 Subject: [PATCH] Revise description of REST API and deprecation notice --- 1_developer/2_rest/_index.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/1_developer/2_rest/_index.md b/1_developer/2_rest/_index.md index cddd4c5..c6a49e4 100644 --- a/1_developer/2_rest/_index.md +++ b/1_developer/2_rest/_index.md @@ -6,11 +6,10 @@ fullPage: false index: 1 --- -LM Studio offers a powerful REST API with first-class support for local inference and model management. In addition to our native API, we provide full OpenAI compatibility mode ([learn more](/docs/developer/openai-compat)). +LM Studio provides a REST API with support for local inference and model management, along with full OpenAI compatibility. ([learn more](/docs/developer/openai-compat)). ## What's new -Previously, there was a [v0 REST API](/docs/developer/rest/endpoints). That API has since been deprecated in favor of the v1 REST API. - +The previous [v0 REST API](/docs/developer/rest/endpoints) has been deprecated and replaced by the v1 REST API. The v1 REST API includes enhanced features such as: - [MCP via API](/docs/developer/core/mcp) - [Stateful chats](/docs/developer/rest/stateful-chats)