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
| Model | Provider | Speed | โ | Context | Price | Notes |
|---|---|---|---|---|---|---|
| Qwen3-32B-TEE | Chutes TEE | 28 t/s | โ โ โ โ โ | 128K | $9/mo | TEE-secured Qwen3, zero-log |
| DeepSeek-V3.2-TEE | Chutes TEE | 28 t/s | โ โ โ โ โ | 128K | $9/mo | TEE-secured DeepSeek, reasoning |
| GLM-5.1-TEE | Chutes TEE | 28 t/s | โ โ โ ยฝโ | 128K | $9/mo | TEE-secured GLM, chat+code |
| Kimi-K2.5-TEE | Chutes TEE | 28 t/s | โ โ โ โ โ | 128K | $9/mo | TEE-secured, vision+video |
| Qwen2.5-Coder-32B-TEE | Chutes TEE | 28 t/s | โ โ โ โ โ | 128K | $9/mo | TEE-secured, code specialist |
| qwen3-235b-thinking-TEE | Chutes TEE | 28 t/s | โ โ โ โ โ | 128K | $9/mo | TEE-secured, deep thinking |
| gemma-4-31b-turbo-TEE | Chutes TEE | 28 t/s | โ โ โ ยฝโ | 128K | $9/mo | TEE-secured, vision model |
| Venice (75 uncensored models) | Venice | 33 t/s | โ โ โ โ ยฝ | 200K | $20/mo | All 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
}'