> ## Documentation Index
> Fetch the complete documentation index at: https://geniex.aihub.qualcomm.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 快速入门

> 选择适合的接入方式，几分钟内完成首次推理。

选择与你所构建内容相匹配的接入方式。每条路径都能让你在几分钟内完成从安装到运行模型的全过程。

<CardGroup cols={2}>
  <Card title="命令行" href="/cn/run/cli/quickstart" icon="terminal">
    在 Windows ARM64 终端运行模型，或通过 Docker 在 Linux ARM64 上运行。最适合快速试用。
  </Card>

  <Card title="本地服务器" href="/cn/run/cli/local-server" icon="server">
    在 Windows ARM64 与 Linux ARM64 上提供兼容 OpenAI 协议的 API。
  </Card>

  <Card title="Python SDK" href="/cn/run/python/quickstart" icon="python">
    Hugging Face 风格的 API，适合脚本和 Notebook，支持 Windows ARM64 与 Linux ARM64。
  </Card>

  <Card title="Linux (Docker)" href="/cn/run/linux/install" icon="docker">
    Linux ARM64 Docker 镜像，支持 NPU 访问。最适合跃龙 IoT 等平台。
  </Card>

  <Card title="Android SDK" href="/cn/run/android/quickstart" icon="android">
    通过 Maven Central 提供 Kotlin SDK，并附带骁龙 8 至尊版的预编译 demo APK。
  </Card>
</CardGroup>

## **开始之前**

* **平台与运行环境** —— 选择运行设备平台（Windows ARM64、Android、Linux ARM64）以及与你的模型匹配的运行环境。详见[平台与运行环境](/cn/get-started/platforms)。
* **模型** —— 了解各运行环境上经过验证的示例，详见[模型](/cn/models/supported)。
* **使用自有模型** —— 已有 GGUF 或 AI Hub 模型包？详见[运行本地模型](/cn/run/cli/quickstart#运行本地模型)。

<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/qualcomm-0801e48b/VijZ6eXFSGIGNc9Z/Images/FeedBack/thumbs-up.svg?fit=max&auto=format&n=VijZ6eXFSGIGNc9Z&q=85&s=9fa1e132909ee8667d02f775cd8bc108" 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/qualcomm-0801e48b/VijZ6eXFSGIGNc9Z/Images/FeedBack/thumbs-down.svg?fit=max&auto=format&n=VijZ6eXFSGIGNc9Z&q=85&s=7f5f8865b502b5262849a700e6989278" alt="Thumbs down" class="feedback-icon" noZoom width="14" height="14" data-path="Images/FeedBack/thumbs-down.svg" />

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