What problem does it solve? Running GPU-intensive ML workloads typically requires provisioning servers, managing CUDA environments, and paying for idle compute. This Skill provides guidance for deploying inference endpoints, training jobs, and batch processing on Modal's serverless GPU platform with pay-per-second pricing and automatic scaling. ## Core Features & Use Cases - GPU Workload Deployment: Run functions on T4, L4, A10G, L40S, A100, H100, H200, or B200 GPUs with Python-native configuration and no YAML. - Web Endpoints & APIs: Expose ML models as FastAPI endpoints, ASGI apps, or streaming services with dynamic batching and zero-downtime deployments. - Storage, Secrets & Scheduling: Persist models with Volumes, manage credentials with Secrets, and run cron-scheduled jobs. - Use Case: Deploy a text-generation model as an auto-scaling API by defining a Modal class with @modal.enter() for model loading, an A10G GPU, and a FastAPI endpoint, then run modal deploy for a production HTTPS endpoint. ## Quick Start Use the modal skill to deploy a text generation model as a GPU-backed API endpoint on Modal.