Developers

Sdk Reference

Documentation for Sdk Reference.

Pages

  • Chute - The Chute class is the core component of the Chutes framework, representing a deployable AI application unit. It extends FastAPI, so you can use all FastAPI fea...
  • Cord - The @chute.cord() decorator is used to create HTTP API endpoints in Chutes applications. Cords are the primary way to expose functionality from your chute. This...
  • Image - The Image class is used to build custom Docker images for Chutes applications. This reference covers all methods, configuration options, and best practices for ...
  • Job - The @chute.job() decorator is used to create long-running jobs or server rentals in Chutes applications. Jobs are different from API endpoints (cords) and are d...
  • Node Selector - The NodeSelector class specifies hardware requirements for Chutes deployments. This reference covers all configuration options, GPU types, and best practices fo...
  • Templates - Chutes provides pre-built templates for common AI/ML frameworks and use cases. Templates are factory functions that create pre-configured Chute instances with o...

← Back to Documentation