Skip to main content

Installation

The NexaSdk for iOS/macOS can be downloaded directly from the official distribution link below. Download NexaSdk.xcframework

Add Dependency

In Xcode, download and drag NexaSdk.xcframework into your Project/Workspace. Make sure the framework is added to the target’s Frameworks, Libraries, and Embedded Content and set to Embed & Sign if you need the framework bundled in the app.

Run Your First Model

1

Load Model

Create an ASR instance and load a model:
2

Transcribe Audio File

Use the loaded model to transcribe an audio file:
Load Model from HuggingFaceYou can download models from the HuggingFace using the official Hub library and load them via the load(from:) API. For example:

Supported Models

Explore our curated collections of compatible models:

ANE Models

Optimized models for Apple Neural Engine

GGUF Models

Any GGUF format LLM and VLM models

Device Compatibility

  • Apple Neural Engine
  • arm64

Next Steps

API Reference

Explore detailed documentation for all model types and learn their usage.