Skip to content
Merged
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
2 changes: 1 addition & 1 deletion leap/edge-sdk/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Overview"
description: "The LEAP Edge SDK is a native framework for running LEAP models on mobile devices."
description: "The LEAP Edge SDK is a native framework for running LFMs (and other open source models) on mobile devices."

Check warning on line 3 in leap/edge-sdk/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (liquidai) - vale-spellcheck

leap/edge-sdk/overview.mdx#L3

Did you really mean 'LFMs'?
---

## Improving access[​](#improving-access "Direct link to Improving access")

Up until now, deploying small language models (SLMs) on mobile devices has been an extremely painful process, generally accessible to only inference engineers or AI/ML programmers.

Check warning on line 8 in leap/edge-sdk/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (liquidai) - vale-spellcheck

leap/edge-sdk/overview.mdx#L8

Did you really mean 'SLMs'?

Written for Android (Kotlin) and iOS (Swift), the goal of the Edge SDK is to make SLM deployment as easy as calling a cloud LLM API endpoint - for any app developer.

Expand All @@ -31,7 +31,7 @@
* Chat completion (generation)
* Constrained generation
* Function calling
* Gson support (Android)

Check warning on line 34 in leap/edge-sdk/overview.mdx

View check run for this annotation

Mintlify / Mintlify Validation (liquidai) - vale-spellcheck

leap/edge-sdk/overview.mdx#L34

Did you really mean 'Gson'?
* Image support (for LFM2-VL)

We are consistently adding to this list - see our [changelog](/leap/changelog) for detailed updates.
Expand Down