What problem does it solve? Running GPU-intensive ML workloads typically requires provisioning servers, managing infrastructure, and paying for idle compute. This Skill guides you through using Modal to get on-demand GPU access, deploy models as auto-scaling APIs, and run batch jobs with pay-per-second pricing. ## Core Features & Use Cases - Serverless GPU Execution: Run Python functions on T4, A10G, L40S, A100, H100, H200, or B200 GPUs with automatic scaling from zero to hundreds of containers. - Model API Deployment: Turn inference functions into FastAPI web endpoints with dynamic batching, concurrency controls, and zero-downtime updates. - Batch & Scheduled Jobs: Fan out parallel processing with .map(), or schedule recurring workloads with cron expressions. - Use Case: Deploy a text-generation model on an A10G GPU as a REST API that scales to zero when idle, loads the model once at container start with @modal.enter(), and caches weights in a persistent Volume. ## Quick Start Use the modal skill to deploy my text-generation inference function as a GPU-backed web endpoint on Modal.