Chutes
Chutes is a permissionless, serverless AI compute platform that lets developers deploy and run any model as an autoscaling "chute" on decentralized GPU capacity (Bittensor Subnet 64). It exposes a single OpenAI-compatible inference endpoint at llm.chutes.ai/v1 for hundreds of open-source LLMs, plus a management REST API at api.chutes.ai for building images and deploying, listing, and operating chutes.
APIs
Chutes LLM Inference (Chat Completions) API
OpenAI-compatible chat completions across hundreds of open-source models (DeepSeek, Qwen, Llama, GLM, Mistral, and more) served on the Chutes network at a single shared endpoint...
Chutes Image / Other Models API
Image generation (diffusion), embeddings, audio, and other non-chat model workloads are exposed as user-defined "cords" (decorated HTTP endpoints) on each deployed chute, plus t...
Chutes Management (Deploy / List) API
REST API to list, retrieve, deploy, update, and delete chutes (serverless AI apps), plus templated vLLM/diffusion deploys, warmup, utilization, miner means, and TEE attestation ...
Chutes Images API
Create, list, retrieve, and delete container images that chutes run from; image creation stores metadata and kicks off an asynchronous build that is published to the Chutes regi...
Collections
Chutes API
OPENPricing Plans
Rate Limits
FinOps
Chutes Finops
FINOPSEvent Specifications
Chutes Chat Completions Streaming (HTTP + SSE)
AsyncAPI 2.6 description of Chutes' **chat completion streaming** surface. Chutes does not publish a public WebSocket API. The only asynchronous / event-style transport document...
ASYNCAPI