Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions 1_developer/2_rest/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading