> ## Documentation Index
> Fetch the complete documentation index at: https://liquidai-liren-deprecate-leap-sdk.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# LEAP SDK (archived)

> The LEAP SDK is deprecated. This archived reference is kept for teams still shipping it; new projects should use llama.cpp directly.

<Warning>
  The **LEAP SDK is deprecated** and no longer receives new releases. It was a Kotlin Multiplatform wrapper around llama.cpp, and everything it provided is available from llama.cpp directly. New projects should follow the [Build with llama.cpp](/deployment/on-device/llama-cpp/mobile) guides; existing users can find a concept-by-concept mapping in [Migrating from LEAP SDK](/deployment/on-device/llama-cpp/migrating-from-leap-sdk).
</Warning>

Published LEAP SDK artifacts remain available (Swift Package Manager via [`Liquid4All/leap-sdk`](https://github.com/Liquid4All/leap-sdk), Maven Central under `ai.liquid.leap:*`), but they are frozen at their last release and are not updated for new LFM checkpoints. Sampling defaults, chat templates, and tool-call parsing for current models are maintained upstream in llama.cpp.

## Archived reference

These pages document the final LEAP SDK release (v0.10.x) and are no longer maintained.

* [Quick Start](/deployment/on-device/sdk/quick-start)
* [Model Loading](/deployment/on-device/sdk/model-loading)
* [Conversation & Generation](/deployment/on-device/sdk/conversation-generation)
* [Messages & Content](/deployment/on-device/sdk/messages-content)
* [Function Calling](/deployment/on-device/sdk/function-calling)
* [Constrained Generation](/deployment/on-device/sdk/constrained-generation)
* [Advanced Features](/deployment/on-device/sdk/advanced-features)
* [Utilities](/deployment/on-device/sdk/utilities)
* [Voice Assistant Widget](/deployment/on-device/sdk/voice-assistant)
* [OpenAI-Compatible Client](/deployment/on-device/sdk/openai-client)
* [Cloud AI Comparison](/deployment/on-device/sdk/cloud-ai-comparison)
* [Desktop & Native Platforms](/deployment/on-device/sdk/desktop-platforms)
* [AI Agent Usage Guide](/deployment/on-device/sdk/ai-agent-usage-guide)
* [Changelog](/deployment/on-device/leap-sdk-changelog)

## Where to go instead

<CardGroup cols={2}>
  <Card title="Migrating from LEAP SDK" icon="arrow-right-arrow-left" href="/deployment/on-device/llama-cpp/migrating-from-leap-sdk">
    Every LEAP SDK concept mapped to its llama.cpp equivalent.
  </Card>

  <Card title="iOS & Android with llama.cpp" icon="mobile" href="/deployment/on-device/llama-cpp/mobile">
    Embed llama.cpp in a mobile app and run LFM GGUF models on-device.
  </Card>
</CardGroup>
