Skip to main content

Chutes

Chutes hosts leading open-source AI models with confidential compute (TEE) backing. Toby connects to Chutes via its OpenAI-compatible endpoint, so chat, streaming, tool calling, and structured outputs all work out of the box.

Personas that use the chutes provider send requests to https://llm.chutes.ai/v1 with slash-delimited model ids, for example deepseek-ai/DeepSeek-V3.2-TEE or Qwen/Qwen3-32B-TEE.

Get an API key

  1. Sign in at chutes.ai.
  2. Open Auth → Start to create an API key (starts with cpk_).
  3. Copy the key.

Store the key in Toby, not in shell profiles or committed files.

Configure in Toby

Open Toby.app → Settings → AI → Chutes → API Key and paste your key.

Toby writes it to ~/.toby/credentials.json.

You can also set CHUTES_API_KEY in your environment instead of storing a key in credentials.

For a persona, set AI Provider to chutes, then pick a model from the list or enter a custom model id.

Model catalog

Chutes exposes a public model catalog at GET /v1/models. Toby fetches the live list automatically, even before you configure an API key, so you can browse available models in the persona editor without signing up first.

If the catalog cannot be reached, Toby falls back to a curated default list.

These models are available on Chutes with TEE (confidential compute) backing. All report confidential_compute=true.

Everyday chat

ModelRole
deepseek-ai/DeepSeek-V3.2-TEEStrong all-rounder for chat, reasoning, and tool use. Default auxiliary model for Chutes.
Qwen/Qwen3-32B-TEECost-aware model good for tool loops and everyday chat.
MiniMaxAI/MiniMax-M2.5-TEEBalanced cost and quality for agentic workflows.

Long context

ModelRole
zai-org/GLM-5.2-TEE1M token context window for long-context work.
zai-org/GLM-5.1-TEE198K context for long documents.
moonshotai/Kimi-K2.6-TEE256K context with vision and video support.

Higher quality

ModelRole
Qwen/Qwen3.5-397B-A17B-TEELarge Qwen model for complex reasoning.
Qwen/Qwen3-235B-A22B-Thinking-2507-TEEThinking variant for multi-step reasoning.

Environment variables

VariablePurpose
CHUTES_API_KEYAPI key instead of configure-stored credentials
TOBY_PRETREAT_MODELOverride the pretreatment model (e.g. deepseek-ai/DeepSeek-V3.2-TEE)
TOBY_PRETREAT_DELTASet to 0 to disable follow-up delta pretreatment

See also