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

# 开发生成式 AI（GenAI）应用

> 使用示例应用（包括 LLM 聊天和 GenAI Studio）在 Qualcomm Dragonwing IoT 平台上构建 GenAI 应用。

使用 Qualcomm 生成式 AI 推理扩展（Genie）API 的[示例聊天机器人调用流程](#genie-chatbot-call-flow)展示了一个简化的实现。真实场景中的 GenAI 应用开发侧重于构建智能、交互式的解决方案，利用大语言模型（LLM）和多模态模型来提供自然、具备上下文感知能力的体验。
与传统的 AI 工作流不同，GenAI 应用需要精心编排模型推理、
提示词工程，以及与用户界面和后端系统的集成。

以下是适用于 Qualcomm 平台的 GenAI 示例应用。
一些应用专注于单一用例，例如文本生成文本和文本生成图像，而另一些则专注于
在端到端解决方案中集成多个用例。下表总结了可用的
GenAI 示例应用。

| 标题           | 参考                                                                                                                                                                                                                      | 详细信息                                                                                                                                                                                       |
| ------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| LLM 聊天应用     | [ai-hub-apps/apps/android/ChatApp at main · quic/ai-hub-apps · GitHub](https://github.com/qualcomm/ai-hub-apps/tree/main/apps/chatapp_android)                                                                          | 为 Android 平台提供的参考应用。`genie-t2t-run` 可以直接在 IoT 平台上使用。                                                                                                                                       |
| GenAI Studio | [sample-apps-for-qualcomm-linux/GenAI-Solutions/GenAI-Studio at main · quic/sample-apps-for-qualcomm-linux · GitHub](https://github.com/qualcomm/sample-apps-for-qualcomm-linux/tree/main/GenAI-Solutions/GenAI-Studio) | GenAI Studio 是一个容器化解决方案，通过简化生成式 AI 应用在 Qualcomm Linux 系统上的创建和部署，实现快速原型设计和定制。GenAI Studio 为以下核心服务提供与 OpenAI 兼容的 API：文本生成、文本转语音、图像生成、图像转文本（VLM）以及语音转文本。所有服务均可通过 Web 界面和 OpenAI 兼容的 API 端点访问。 |
