Subnet Legibility Index · snapshot 2026-09-09 · rubric v1.0 Exploit Summit 2026 · Montreal ·

SN 64. Rank 5 of 32 by emission

Chutes

5.9% of emission15 miners · 14 validatorsregistration 0.0005 TAOverified 2026-09-09

Chutes is the leading open-source, decentralized compute provider for deploying, scaling and running open-source models in production.

In their own words · chutes.ai
Explained from zero · inference · written 2026-09-10

SN64 Chutes rents out AI model computing power by the request, the way a cloud provider does, except the machines belong to strangers who are paid in the subnet's token.

The commodity, explained from zero

The commodity is inference: asking an already trained AI model a question and getting an answer, sold by the million tokens, the word-pieces those models count, in and out. Chutes hosts open-source models, ones whose files anyone may download, and lets a developer send a request to one web address and get a reply, the same way they would with a big cloud provider. The docs put it in one line: "Chutes is a decentralized, serverless inference platform for open-source AI models." Serverless means the customer never rents or manages a machine; they pay per use.

It has a price because running these models needs expensive graphics processors. The pricing page lists per-model rates, from $0.0245 per million input tokens for a small model to $3.00 in and $15.00 out for a large one, and private GPU time from $1.80 an hour. The stated principle is "No subscription, no minimum, no markup."

Who buys today: the front page claims "Powering Trillions of Tokens per Month," undated, and shows logos for OpenRouter, Kilo, Fetch.AI, Phala and Pax Historia. No customer is quoted.

Why it is on Bittensor at all

The machines are not Chutes' own. They belong to miners, who plug their GPU clusters into the network and are paid in the subnet's token according to how much work they do. Its own comparison, in a file written for AI agents, is that rivals "all rely on centralized cloud providers" while Chutes runs on "a globally distributed GPU pool with no single-cloud dependency." Here the comparison breaks: a cloud provider owns its hardware and signs contracts for the rest, while Chutes only scores strangers and lets the token do the hiring. Whether that is cheaper for the buyer is not stated in dollars anywhere.

How the work gets done

Miners run GPU servers arranged as a Kubernetes cluster, software for running many containers across machines, and host "chutes," the platform's word for a deployable model or workload. The docs say the goal of mining "is to provide as much compute as possible, optimizing for cold start times," the seconds a model takes to wake up. Validators score each miner over a rolling seven days on four weighted measures: compute units 55 percent, successful invocations 25 percent, how many distinct chutes it keeps running 15 percent, and bounties 5 percent. The subnet's emission, its slice of newly minted TAO, is split by those scores, with a rule that a miner running many identities is punished rather than paid more.

How you would know it works

The live model catalog with prices at https://chutes.ai/models and the status page with daily uptime history at https://status.chutes.ai are both public. The endpoint on the front page, https://llm.chutes.ai/v1/chat/completions, can be called with an API key.

What is missing

There is no dated usage number; "trillions of tokens" carries no month. The miner docs disagree with each other: the docs overview still describes GraVal while the miner README says GraVal is no longer supported. No page is written for stakers. The only comparison with rivals sits in llms.txt, a file meant for machines.

Go deeper

  • Front door with live endpoint: https://chutes.ai
  • Pricing by model and hour: https://chutes.ai/pricing
  • Miner scoring weights and anti-gaming: https://chutes.ai/docs/miner-resources/scoring
Sources for this explainer

Metaphor: a cloud provider whose machines belong to strangers. Every claim is drawn from the evidence set or the subnet's own materials; "(inferred)" marks a conclusion rather than a quote. Corrections.

How we scored it

Four audiences, four questions each, scored on what a first-time reader can find in five minutes. Method in the rubric.

On-chain identity 7/7
subnet_name
Chutes
github_repo
github.com
subnet_contact
support@chutes.ai
subnet_url
chutes.ai
discord
discord.gg
description
Breakthrough Serverless Compute for AI, At Scale.
additional
Chutes is a subnet operated by Chutes Global Corp, an International Business Corporation registered in Nevis with registration number C 61974

Stakers and validators 4.3

Should I allocate here? · rank 1 of 32 for this audience

Q1What it is 5

Chutes is the leading open-source, decentralized compute provider for deploying, scaling and running open-source models in production.

chutes.aiverifiedlive

per 1M token and per GPU hour prices on the pricing page

Q2Who it is for 4

Powering Trillions of Tokens per Month

chutes.aiverifiedlive

undated, logos for OpenRouter, Kilo, FetchAI, Phala and Pax Historia on the front page, no dated figure and no usage dashboard

Q3How it resists gaming or fails 4
chutes.aiverifiedlive

scoring page with four weighted metrics, a 7 day window and an Anti-Gaming Mechanisms section (multi UID punishment, median rates), two clicks from the docs root, written for miners

Q4Identity and documentation 4

identity 7 of 7, github, url and discord resolve, support address matches the help page, no staker page, the chutes-api README tells validators to use a child hotkey rather than run one

Miners 3.3

Can I compete, and what wins? · rank 18 of 32 for this audience

Q1What it is 3

The goal of mining on chutes is to provide as much compute as possible, optimizing for cold start times

chutes.aiverifiedlive

miners host GPU nodes in a kubernetes cluster, no request or response schema

Q2Who it is for 3

if you are using a server with 4x a40 GPUs (48GB VRAM), the server must have >= 48 4 = 192 GB of RAM

chutes.aiverifiedlive

chutes-miner README requires Intel TDX VMs, no hardware table, registration cost not stated

Q3How it resists gaming or fails 4
chutes.aiverifiedlive

weights in prose, compute units 55 percent, invocations 25, unique chutes 15, bounties 5, 7 day window, one rewarded hotkey per coldkey, no example numbers, no immunity or deregistration policy

Q4Identity and documentation 3

step by step ansible and sek8s guide, repo pushed 2026-08-30, no tagged releases, the docs site overview still describes GraVal and Wireguard while this README says GraVal is no longer supported

Buyers and enterprises 4.8

Can I use this today? · rank 1 of 32 for this audience

Q1What it is 5

Get your first chute deployed in under 10 minutes!

chutes.aiverifiedlive

with a curl example, the front page posts to https://llm.chutes.ai/v1/chat/completions in Python, model catalog at chutes.ai/models

Q2Who it is for 5

Pay per token. No subscription, no minimum, no markup.

chutes.aiverifiedlive

per model prices per 1M tokens, GPU rates from $1.80 per hour, Plus $10 and Pro $20 plans, Enterprise with contact sales

Q3How it resists gaming or fails 4

All services are online

status.chutes.aiverifiedlive

with daily uptime history for website and API, help page lists docs, Discord, support@chutes.ai and a sales form, no SLA or response time

Q4Identity and documentation 5
chutes.aiverifiedlive

REST reference index with endpoint counts per area, base URL https://api.chutes.ai in llms.txt, support@chutes.ai on the help page matches the chain subnet_contact

Newcomers 3.8

What is this and why does it matter? · rank 9 of 32 for this audience

Q1What it is 4

Chutes is a decentralized, serverless inference platform for open-source AI models.

chutes.aiverifiedlive

one click from the front page, consistent with the chain description, serverless and inference unexplained

Q2Who it is for 3

unlike Replicate, Modal, RunPod, fal.ai, or Baseten, which all rely on centralized cloud providers

chutes.aiverifiedlive

the only comparison lives in the machine facing llms.txt

Q3How it resists gaming or fails 4
chutes.aiverifiedlive

live catalog with per token prices, status page with daily uptime, chat app needs sign in, the usage figure on the front page is undated, no dated benchmark

Q4Identity and documentation 4
chutes.aiverifiedlive

subnet_name matches the site, url resolves, team and docs pages serve as about and learn pages, the description Breakthrough Serverless Compute for AI, At Scale is a headline phrase without a verb

Provenance

How this score came to be. Verified means the scorer fetched the page and the words are on it; inferred means concluded from code, absence, or a third party. The link badge is a separate automated check made before publication.

scored by agent a 2026-09-09, rubric v1.0merged 2026-09-09links verified 2026-09-09: 36 live, 1 unreachable, 2 manual

Something wrong? Corrections of fact are applied as they arrive during the window; score disputes are batched at its close. How to file one · GitHub issue · email.