{
  "schema_version": "v1",
  "name_for_human": "Chutes AI",
  "name_for_model": "chutes",
  "description_for_human": "Run AI inference and serverless GPU workloads on a decentralized network powered by Bittensor.",
  "description_for_model": "Run LLM inference, deploy custom AI workloads, and manage GPU compute on the Chutes decentralized AI platform (Bittensor subnet 64). OpenAI-compatible inference: use base_url=https://llm.chutes.ai/v1 with any OpenAI client or agent framework, authenticated with a Chutes API key (prefix cpk_) as a Bearer token. Management / account / billing / API-key APIs live under base_url=https://api.chutes.ai. Supports tool use, structured outputs, JSON mode, vision, and reasoning models. TEE (Trusted Execution Environment) models are identified by the confidential_compute=true flag on GET /v1/models. Pay with crypto (TAO/Bittensor tokens) or credit card.",
  "auth": {
    "type": "service_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://api.chutes.ai/openapi.json"
  },
  "llms_txt_url": "https://chutes.ai/llms.txt",
  "llms_full_txt_url": "https://chutes.ai/llms-full.txt",
  "docs_json_url": "https://chutes.ai/docs.json",
  "logo_url": "https://chutes.ai/favicon.png",
  "contact_email": "support@chutes.ai",
  "legal_info_url": "https://chutes.ai/tos"
}
