Installation
The NexaSdk for iOS/macOS is available on GitHub. You can find the latest release there.Add Dependency
Add the following to yourPackage.swift file to import NexaSdk:
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
ANE Support
ANE Support
- Apple Neural Engine
GPU/CPU Support
GPU/CPU Support
- arm64
Next Steps
API Reference
Explore detailed documentation for all model types and learn their usage.
Was this page helpful?