diff --git a/deployment/on-device/sdk/overview.mdx b/deployment/on-device/sdk/overview.mdx index 312dd48..8393ad2 100644 --- a/deployment/on-device/sdk/overview.mdx +++ b/deployment/on-device/sdk/overview.mdx @@ -1,5 +1,6 @@ --- title: "Overview" +sidebarTitle: "LEAP SDK" --- The **Leap SDK** is Liquid AI's official on-device inference SDK and the **only SDK with first-class support for [Liquid Foundation Models](https://www.liquid.ai/blog/liquid-foundation-models-our-first-series-of-generative-ai-models) (LFMs)** — LFM2, LFM2.5 (text, thinking, JP, VL), and LFM2.5-Audio. "First-class" means every published Liquid checkpoint is supported, validated, and shipped through this SDK on day-one — the same team that trains the models ships the engine, sampler defaults, chat templates, and tool-call parsers that run them. There is no separate adapter layer, no community port, no upstream-rebase lag. diff --git a/docs.json b/docs.json index 0877c8a..3fc69cb 100644 --- a/docs.json +++ b/docs.json @@ -89,6 +89,7 @@ "group": "Edge Inference", "icon": "mobile", "pages": [ + "deployment/on-device/sdk/overview", "deployment/on-device/llama-cpp", "deployment/on-device/lm-studio", "deployment/on-device/mlx",