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)