> ## 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 Generative AI Inference Extensions (Genie) API 的示例聊天机器人调用流程演示了一个简化的实现。真实的 GenAI 应用开发侧重于构建智能、交互式的解决方案,充分利用大语言模型 (LLM) 和多模态模型来提供自然的、上下文感知的体验。与传统的 AI 工作流不同,GenAI 应用需要精心编排模型推理、提示工程,并与用户界面和后端系统集成。

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

| 标题           | 参考                                                                                                                                                                                                                          | 详情                                                                                                                                                                                        |
| ------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| LLM 聊天应用     | [ai-hub-apps/apps/android/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 端点访问。 |
