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. 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.Get started​
Choose your platform to get startediOS
Get started with the LEAP Edge SDK for iOS using Swift. Deploy models directly in your iOS app.
Android
Get started with the LEAP Edge SDK for Android using Kotlin. Deploy models directly in your Android app.
Features​
The current list of main features includes:- Model downloading service
- Chat completion (generation)
- Constrained generation
- Function calling
- Gson support (Android)
- Image support (for LFM2-VL)