# Cloud AI SDK overview The Qualcomm® Cloud AI SDK provides the software tools and libraries required to optimize, compile, and deploy machine learning models on Qualcomm Cloud AI 100 platforms. Designed for high-performance inference, the SDK streamlines the process of converting models into runtime binaries for both generative AI and computer vision applications. The Cloud AI SDK has two components: the Apps SDK, which you use to prepare and compile models, and the Platform SDK, for running, debugging, and managing model binaries on Cloud AI hardware. It provides a complete workflow from initial model preparation to large-scale deployment and system management. ## About the SDKs Use the Application (Apps) SDK to convert models and prepare runtime binaries for inference on [Cloud AI platforms](https://docs.qualcomm.com/doc/80-99100-3/topic/index_Getting-Started.html#cloud-ai-platforms) with [Qualcomm Cloud AI 100 accelerators](https://www.qualcomm.com/artificial-intelligence/data-center/cloud-ai-100-ultra). The Apps SDK runs on a Linux development host and contains model development tools, a sophisticated parallelizing graph compiler, performance and integration tools, and code samples. The Platform SDK provides driver support for the Cloud AI accelerators, APIs and tools for running and debugging model binaries, and tools for card health, monitoring, and telemetry. The Platform SDK consists of a kernel driver, user space runtime with APIs and language bindings, and card firmware. The Platform SDK must be installed on the system where the accelerator cards are physically present. The following diagram shows the Cloud SDK stack, from model frameworks and compilation in the Apps SDK to runtime, drivers, APIs, and hardware support in the Platform SDK for execution on Cloud AI accelerators.
  • Compiler: Converters, Quantizer,
    Custom Ops, Profiling
  • Inferencing: ONNX Runtime,
    Triton Inference Server,
    vLLM, TGI
  • Deployment: Docker, Kubernetes,
    Prometheus, Grafana
  • Tools: Debug & Profiling, Validation,
    Crash Profiler, Card Management,
    Hypervisor & Container Support
Apps SDKPlatform SDKCloud AI AcceleratorONNXTensorFlowPyTorch (via ONNX export)CompilerPerformance & Accuracy ToolsInferencing & Deployment IntegrationsDevice ManagementInference APIMonitorToolsCloud AI Runtime (userspace)Linux Kernel DriversCloud AI Firmware
Cloud AI stack and functional areas The following table summarizes the key takeaways for each SDK. > > > Cloud AI SDK summary > > > | **SDK** | **Purpose** | **Runs on** | **Key tools/components** | > | --- | --- | --- | --- | > | Apps SDK | Export, prepare, and compile models | Linux host | Compiler, dev libraries, code samples | > | Platform SDK | Run and manage binaries | Hardware-attached Linux host | Drivers, runtime, firmware, debug tools | ## Cloud AI platforms Qualcomm Cloud AI 100 accelerators are accessible across a variety of deployment environments. The Cloud AI SDKs support workflows for the following platform types: - On-Premises systems: Local hardware ranging from pre-integrated appliances, like the Dragonwing AI On-Prem Appliance, to custom-built servers equipped with AIC 100 PCIe cards. - Cloud instances: Pre-configured cloud environments with AIC 100 hardware, such as [AWS](https://quic.github.io/cloud-ai-sdk-pages/latest/Getting-Started/Deployment/aws/index.html) or [Cirrascale](https://www.cirrascale.com/ai-innovation-cloud/qualcomm-cloud-ai). - Edge & inference hosts: Specialized host systems tailored for deployment-only scenarios. For hardware requirements and setup instructions for these environments, see [Deployment modes](https://docs.qualcomm.com/doc/80-99100-3/topic/sdk-installation.html#deployment-modes). ## Next steps - See [Quick start guide](https://docs.qualcomm.com/doc/80-99100-3/topic/index_Quick-Start-Guide.html#reference-to-quick-start-guide) for an example of how to run a sample model on Qualcomm Cloud AI platforms. - [Inference model workflow](https://docs.qualcomm.com/doc/80-99100-3/topic/index_Inference-Workflow.html) details the Cloud AI SDK workflow and tool support—from onboarding a pre-trained model to deployment on Cloud AI platforms. - [System management](https://docs.qualcomm.com/doc/80-99100-3/topic/index_System-Management.html) details management for Cloud AI Platforms. - [Architecture](https://docs.qualcomm.com/doc/80-99100-3/topic/index_Architecture.html) provides insights into the architecture of Cloud AI SoC and AI compute cores. - [Cloud AI release notes](https://docs.qualcomm.com/bundle/80-PT790-93/resource/80-PT790-93_REV_AU_Qualcomm_Cloud_AI_100_ULTRA_Software_Release_Notes.pdf) provide you with the new features, limitations and modifications in the Platform and Apps SDKs. - [Tutorials](https://github.com/quic/cloud-ai-sdk/tree/main/tutorials), in the form of Jupyter Notebooks walk you through the Cloud AI inference workflow and the tools used in the process. The tutorial divides the examples into CV and NLP folders to provide a better experience even though the inference workflows are quite similar. - [Model recipes](https://github.com/quic/cloud-ai-sdk/tree/main/models) provide you with the most performant and efficient way to run some of the popular models across categories. The recipe starts with the public model. The model is then exported to ONNX, some patches are applied if required, compiled and run for best performance. You can use the recipe to integrate the compiled binary into their inference application. - [Sample code](https://github.com/quic/cloud-ai-sdk/tree/main/samples) helps you get familiar with the usage of Python and C++ APIs for inferencing on Cloud AI platforms. Last Published: Aug 25, 2026 [Previous Topic Cloud AI SDK](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/appliance.md) [Next Topic Quick start guide](https://docs.qualcomm.com/bundle/publicresource/80-99100-3/topics/index_Quick-Start-Guide.md)