Skip to main content
The sample chatbot call flow using the Qualcomm Generative AI Inference Extensions (Genie) API demonstrates a simplified implementation. Real-world GenAI application development focuses on building intelligent, interactive solutions that leverage large language models (LLMs) and multimodal models to deliver natural, context-aware experiences. Unlike traditional AI workflows, GenAI applications require careful orchestration of model inference, prompt engineering, and integration with user interfaces and backend systems. The following sample GenAI sample applications are available for Qualcomm platforms. Some applications focus on a single use case, like text-to-text and text-to-image, while others focus on integrating more than one use case in an end-to-end solution. The following table summarizes the available GenAI sample applications.
TitleReferenceDetails
LLM chat applicationai-hub-apps/apps/android/ChatApp at main · quic/ai-hub-apps · GitHubReference application provided for Android platforms. genie-t2t-run can directly be used on IoT platforms.
GenAI Studiosample-apps-for-qualcomm-linux/GenAI-Solutions/GenAI-Studio at main · quic/sample-apps-for-qualcomm-linux · GitHubGenAI Studio is a containerized solution to enable rapid prototyping and customization by simplifying the creation and deployment of Generative AI applications on Qualcomm Linux systems. GenAI Studio provides OpenAI-compatible APIs for the following core services: text generation, text-to-speech, image generation, image-to-text (VLM), and speech-to-text. All services are accessible through a web interface and OpenAI compatible API endpoints.