๐Ÿ”’

Privacy Council

TEE-secured and no-log models. Confidential computing ensures your data never leaves the secure enclave โ€” zero logging, zero training on your data.
๐Ÿ” Use case: Sensitive code, confidential data
80+
Models
2
Providers
TEE
Security
$9/mo
From
โš ๏ธ
All Privacy Council models guarantee zero data logging. Chutes TEE models run inside Trusted Execution Environments (SGX/TDX). Venice provides uncensored access with a strict no-log policy across all 75 models.

๐Ÿ“Š Council Models

ModelProviderSpeedโ˜…ContextPriceNotes
Qwen3-32B-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…โ˜…โ˜…128KTEE-secured Qwen3, zero-log
DeepSeek-V3.2-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…โ˜…โ˜…128KTEE-secured DeepSeek, reasoning
GLM-5.1-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…ยฝโ˜…128KTEE-secured GLM, chat+code
Kimi-K2.5-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…โ˜…โ˜…128KTEE-secured, vision+video
Qwen2.5-Coder-32B-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…โ˜…โ˜…128KTEE-secured, code specialist
qwen3-235b-thinking-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…โ˜…โ˜…128KTEE-secured, deep thinking
gemma-4-31b-turbo-TEEChutes TEE28 t/sโ˜…โ˜…โ˜…ยฝโ˜…128KTEE-secured, vision model
Venice (75 uncensored models)Venice33 t/sโ˜…โ˜…โ˜…โ˜…ยฝ200KAll models, no logging, uncensored

๐Ÿ›ก๏ธ How TEE Privacy Works

Trusted Execution
Models run inside Intel SGX/TDX enclaves. Even the server operator cannot see your prompts or responses.
Zero Logging
No prompts, completions, or metadata are stored. No training on your data. Complete data sovereignty.
Attestation
Remote attestation verifies the TEE is running the exact expected model. Cryptographic proof of privacy.
Venice Policy
Venice enforces a strict no-log, no-training policy across all 75 models. Uncensored access included.

โš–๏ธ Pros & Cons

โœ… Pros

  • TEE models provide hardware-level privacy guarantees
  • Zero logging means your data is never stored or used for training
  • Venice offers 75 models with uncensored access
  • Code, chat, vision, and reasoning all available privately
  • Flat $9/mo for all Chutes TEE models

โš ๏ธ Cons

  • TEE models are slower (28 t/s) than non-TEE equivalents
  • Limited model selection in TEE mode
  • Venice at $20/mo is a premium price point
  • No free tier for TEE models

๐Ÿš€ Try This Council

Send sensitive data to a TEE-secured model with guaranteed privacy.

# Privacy Council: TEE-secured query (zero logging)
curl -X POST https://chutes.ai/tee/v1/chat/completions \
  -H "Authorization: Bearer $CHUTES_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "Qwen3-32B-TEE",
    "messages": [{"role": "user", "content": "Analyze this proprietary financial model: [REDACTED]"}],
    "temperature": 0.3,
    "max_tokens": 2000
  }'