> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nexa.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 概览

> 从这里开始，在 iOS 和 macOS 上设置并体验 Nexa SDK 运行最新模型。

<Note>
  **系统要求：** iOS 最低部署版本 **17.0**，macOS 最低版本 **15.0**，开发需使用 Swift 5.9 及以上。
</Note>

## **iOS & macOS SDK（测试版）**

<img className="block dark:hidden" src="https://mintcdn.com/nexaai/NkLOeJSv0vOJSqTE/Mintlify-image/IOS.png?fit=max&auto=format&n=NkLOeJSv0vOJSqTE&q=85&s=d4f352259ba4cb28adf9a49c5a9709be" alt="Nexa iOS SDK" width="3840" height="2160" data-path="Mintlify-image/IOS.png" />

<img className="hidden dark:block" src="https://mintcdn.com/nexaai/NkLOeJSv0vOJSqTE/Mintlify-image/IOS.png?fit=max&auto=format&n=NkLOeJSv0vOJSqTE&q=85&s=d4f352259ba4cb28adf9a49c5a9709be" alt="Nexa iOS SDK" width="3840" height="2160" data-path="Mintlify-image/IOS.png" />

NexaSDK 为 iOS/macOS 应用提供端侧推理能力，基于 Nexa AI 自研的 NexaML 引擎，可在本地运行大语言模型（LLM）、多模态模型（VLM）、嵌入（Embedding）、语音识别（ASR）及重排（Reranking）模型。当前 ASR 与 Embedding 支持 ANE 加速，其他模块运行于 GPU/CPU。

## **核心特性**

* **多模型类型**：支持 LLM、VLM、Embedding、ASR、Reranker
* **硬件加速**：支持 CPU、GPU 与 ANE
* **易于集成**：简洁的 Swift API

## **开始使用**

<Card title="快速开始" href="/cn/nexa-sdk-ios/quickstart" icon="rocket">
  按步骤在几分钟内完成集成，将 AI 能力加入你的 iOS/macOS 应用。
</Card>

<br />

<div class="feedback-wrapper">
  <span class="feedback-label">Was this page helpful?</span>

  <div class="feedback-toggle">
    <input type="radio" name="feedback" id="feedback-yes" class="feedback-input" />

    <label for="feedback-yes" class="feedback-button">
      <img src="https://mintcdn.com/nexaai/g8-zBYnunEyVtcK3/Images/FeedBack/thumbs-up.svg?fit=max&auto=format&n=g8-zBYnunEyVtcK3&q=85&s=0b57c51c8db9940403e7552956e5c30e" alt="Thumbs up" class="feedback-icon" noZoom width="14" height="14" data-path="Images/FeedBack/thumbs-up.svg" />

      Yes
    </label>

    <input type="radio" name="feedback" id="feedback-no" class="feedback-input" />

    <label for="feedback-no" class="feedback-button">
      <img src="https://mintcdn.com/nexaai/g8-zBYnunEyVtcK3/Images/FeedBack/thumbs-down.svg?fit=max&auto=format&n=g8-zBYnunEyVtcK3&q=85&s=ebacf61d57c8259c6df243d329b548b3" alt="Thumbs down" class="feedback-icon" noZoom width="14" height="14" data-path="Images/FeedBack/thumbs-down.svg" />

      No
    </label>
  </div>
</div>
