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

# 开发生成式 AI (GenAI) 应用程序

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

使用 Qualcomm Generative AI Inference Extensions (Genie) API 的[聊天机器人示例调用流程](https://dragonwingdocs.qualcomm.com/Key-Documents/AI-Developer-Workflow/topic/use-genai-model-with-genie#genie-api-chatbot-call-flow)演示了一种简化实现。真实场景下的 GenAI 应用程序开发聚焦于构建智能的、交互式的解决方案，利用大语言模型 (LLM) 和多模态模型提供自然的、具备上下文感知的体验。
与传统的 AI 工作流不同，GenAI 应用程序需要精细地编排模型推理、
提示工程以及与用户界面和后端系统的集成。

以下是可用于 Qualcomm 平台的 GenAI 示例应用程序。
一些应用程序聚焦于单一用例，例如文本转文本和文本转图像；而其他应用程序则聚焦于
将多个用例集成到端到端解决方案中。下表汇总了可用的
GenAI 示例应用程序。

| 标题           | 参考                                                                                                                                                                                                                          | 详细信息                                                                                                                                                                                           |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| LLM 聊天应用程序   | [ai-hub-apps/apps/chatapp\_android at main · qualcomm/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 · qualcomm/sample-apps-for-qualcomm-linux · GitHub](https://github.com/qualcomm/sample-apps-for-qualcomm-linux/tree/main/GenAI-Solutions/GenAI-Studio) | GenAI Studio 是一个容器化解决方案，通过简化 Qualcomm Linux 系统上生成式 AI 应用程序的创建和部署，来支持快速原型开发和自定义。GenAI Studio 为以下核心服务提供与 OpenAI 兼容的 API：文本生成、文本转语音、图像生成、图像转文本 (VLM) 和语音转文本。所有服务均可通过 Web 界面和 OpenAI 兼容的 API 端点访问。 |
