Tinfoil Release Notes
Last updated: Apr 13, 2026
- Apr 1, 2026
- Date parsed from source:Apr 1, 2026
- First seen by Releasebot:Apr 13, 2026
April 2026
Tinfoil adds GLM-5.1 and Gemma 4 31B support and removes DeepSeek R1 from its model catalog.
New Model: GLM-5.1
Added support for GLM-5.1, a frontier-class model built for agentic engineering with state-of-the-art performance on coding benchmarks and sustained reasoning over long tool-use sessions. Model ID:
glm-5-1New Model: Gemma 4 31B
Added support for Gemma 4 31B, a multimodal model from Google DeepMind with image understanding, built-in thinking mode, and native function calling. Model ID:
gemma4-31bModel Sunset: DeepSeek R1
DeepSeek R1 (
Original source Report a problem
deepseek-r1-0528
) has been removed from the catalog. - Feb 1, 2026
- Date parsed from source:Feb 1, 2026
- First seen by Releasebot:Apr 13, 2026
February 2026
Tinfoil adds Kimi K2.5 multimodal model and removes older Kimi and Qwen3 Coder models from the catalog.
New Model: Kimi K2.5
Added support for Kimi K2.5, a multimodal model that processes images and text together. Capable of generating code from visual designs and coordinating parallel sub-agents for complex tasks. Model ID:
kimi-k2-5
Model Sunset: Qwen3 Coder 480B, Kimi K2 Thinking
Qwen3 Coder 480B (
qwen3-coder-480b
) and Kimi K2 Thinking (
kimi-k2-thinking
) have been removed from the catalog.
Original source Report a problem All of your release notes in one feed
Join Releasebot and get updates from Tinfoil and hundreds of other software products.
- Jan 1, 2026
- Date parsed from source:Jan 1, 2026
- First seen by Releasebot:Apr 13, 2026
January 2026
Tinfoil adds Voxtral Small 24B and GPT-OSS Safeguard 120B for audio transcription and safety classification.
New Model: Voxtral Small 24B
Added support for Voxtral Small 24B, an audio-capable model built on Mistral Small 3.1 for transcription, translation, and spoken queries. Model ID:
voxtral-small-24b
New Model: GPT-OSS Safeguard 120B
Added support for GPT-OSS Safeguard 120B, a safety reasoning model for content classification and Trust & Safety applications. Model ID:
gpt-oss-safeguard-120b
Original source Report a problem - Dec 1, 2025
- Date parsed from source:Dec 1, 2025
- First seen by Releasebot:Apr 13, 2026
December 2025
Tinfoil adds Kimi K2 Thinking with advanced multi-step reasoning and sunsets DeepSeek V3.1 Terminus and Tinfoil Code.
New Model: Kimi K2 Thinking
Added support for Kimi K2 Thinking, an advanced thinking agent with deep multi-step reasoning and stable long-horizon tool orchestration capabilities. Model ID:
kimi-k2-thinking
Model Sunset: DeepSeek V3.1 Terminus
DeepSeek V3.1 Terminus (
deepseek-v31-terminus
) has been removed from the catalog.
Tinfoil Code Sunset
The Tinfoil Code experiment has been discontinued. Maintaining feature parity with the upstream Qwen-Code project proved unsustainable, and we shut down the experiment.
Original source Report a problem - Nov 1, 2025
- Date parsed from source:Nov 1, 2025
- First seen by Releasebot:Apr 13, 2026
November 2025
Tinfoil adds Qwen3-VL 30B for advanced image understanding and removes several older models from the catalog.
New Model: Qwen3-VL 30B
Added support for Qwen3-VL 30B, an advanced vision-language model for image understanding with exceptional multimodal capabilities. Model ID:
qwen3-vl-30b
Models Sunset
The following models have been removed from the catalog:
- Mistral Small 3.1 24B ( mistral-small-3-1-24b )
- Qwen 2.5 72B ( qwen2-5-72b )
- Kokoro ( kokoro )
- Oct 1, 2025
- Date parsed from source:Oct 1, 2025
- First seen by Releasebot:Apr 13, 2026
October 2025
Tinfoil adds Encrypted HTTP Body Protocol support for end-to-end encryption of request and response payloads with attested keys, while keeping HTTP headers in the clear for routing. This breaking change requires SDK upgrades to stay compatible.
Encrypted HTTP Body Protocol (EHBP)
Breaking Change: The API now supports Encrypted HTTP Body Protocol (EHBP) for end-to-end encryption of request and response payloads using attested encryption keys while keeping HTTP headers in the clear for routing purposes. EHBP cryptographically guarantees that user data can only be decrypted inside the TEE when the key is retrieved from an attestation report.
Migration Required: Update all SDKs to version 0.10.0 or greater to maintain compatibility.
Python:
pip install --upgrade tinfoil>=0.10.0JavaScript:
npm install tinfoil@latestSwift: Update package dependency to 0.10.0 or greater
Go:
go get github.com/tinfoilsh/tinfoil-go@latestSee the EHBP documentation for technical details.
Original source Report a problem - Sep 1, 2025
- Date parsed from source:Sep 1, 2025
- First seen by Releasebot:Apr 13, 2026
September 2025
Tinfoil adds Qwen3 Coder 480B support and launches an experimental Tinfoil Code privacy-focused coding agent.
New Model: Qwen3 Coder 480B
Added support for Qwen3 Coder 480B, a powerful coding model with advanced agentic capabilities and understanding. Model ID:
qwen3-coder-480bTinfoil Code Launch (Experimental)
Released Tinfoil Code, a privacy-focused fork of Qwen-Code coding agent running Qwen3 Coder 480B.
Install:
npm install -g @tinfoil-code/qwen-code@latestRun:
Original source Report a problemtinfoil-qwen - Aug 1, 2025
- Date parsed from source:Aug 1, 2025
- First seen by Releasebot:Apr 13, 2026
August 2025
Tinfoil launches Admin API for programmatic user resource management, with API key management and billing stats access.
Admin API Launch
Introduced Admin API for programmatic user resource management.
Endpoints for API key management
Billing and usage statistics access
Original source Report a problem - Jul 1, 2025
- Date parsed from source:Jul 1, 2025
- First seen by Releasebot:Apr 13, 2026
July 2025
Tinfoil simplifies SDK client setup with a unified model router at inference.tinfoil.sh, automatic routing to the right model enclave, and OpenAI-style API compatibility. The enclave and repo parameters are now deprecated and removed from client initialization.
SDK Updates - Simplified Client Initialization
All models can now be accessed through the unified model router hosted at https://inference.tinfoil.sh
The router automatically routes to the appropriate model enclave based on your API request This maintains a consistent endpoint across all models and matches OpenAI API standards.
Breaking Change: The enclave and repo parameters are now deprecated in the client initialization and have been removed from client constructors.
Before:
client = TinfoilAI( enclave = "<enclave>.model.tinfoil.sh", repo = "tinfoilsh/<config-repo>", api_key = os.getenv("TINFOIL_API_KEY") )After:
client = TinfoilAI( api_key = os.getenv("TINFOIL_API_KEY") )Migration Guide: Remove the enclave and repo parameters from your client initialization
Keep only the API key parameter. The SDK now automatically routes requests through https://inference.tinfoil.sh.
Original source Report a problem - May 1, 2025
- Date parsed from source:May 1, 2025
- First seen by Releasebot:Apr 13, 2026
May 2025
Tinfoil adds Whisper Large V3 Turbo speech-to-text, voice input in chat, and a secure document processing API.
New Audio Model: Whisper Large V3 Turbo
Added support for Whisper Large V3 Turbo for speech-to-text transcription. The chat now also offers voice inputs.
Model ID:
whisper-large-v3-turbo
Document Processing API Launch
Added support for secure document processing:
- Endpoint: https://doc-upload.model.tinfoil.sh
- Supports PDF, DOCX, PPTX, XLSX, HTML, and images
- Advanced understanding of document structure, layout, tables, and formulas