Skip to content

Commit 53b6178

Browse files
Marvin-Cypherclaude
andcommitted
Update changelog and Confidential AI API with new GPU TEE models
## Changelog (November 14-28, 2025) - GPU TEE AI models from Phala, NearAI, and Tinfoil providers - CVM name-based identification (name or UUID) - CLI login improvements and device auth fixes - Usage API and workspace limits - Event logging phase 1 - Supply chain security improvements - Various bug fixes ## Confidential AI API Documentation Updated Available Models section with 14+ models across 3 providers: ### Phala Provider - DeepSeek V3 0324, Qwen2.5 VL 72B, Gemma 3 27B - GPT OSS 120B/20B, Qwen2.5 7B, Sentence Transformers ### NearAI Provider - DeepSeek V3.1, Qwen3 30B A3B, GLM 4.6 ### Tinfoil Provider - DeepSeek R1 0528, Qwen3 Coder 480B, Qwen3 VL 30B, Llama 3.3 70B Added pricing information and context lengths for all models. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent ea3cce1 commit 53b6178

2 files changed

Lines changed: 100 additions & 9 deletions

File tree

phala-cloud/changelog.mdx

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,72 @@ noindex: true
66
icon: "clock"
77
---
88

9+
<Update label="November 14-28, 2025" tags={["GPU TEE Models", "CVM Naming", "Security"]} rss={{ title: "GPU TEE AI Models & CVM Name Identifiers", description: "New GPU TEE AI models from multiple providers, CVM name-based identification, and supply chain security improvements" }}>
10+
11+
## GPU TEE AI Models
12+
13+
New confidential AI models available through the Redpill API, running in GPU TEEs with hardware attestation:
14+
15+
### Phala Provider
16+
- **DeepSeek V3 0324** (685B MoE) - 163K context, $0.28/$1.14 per 1M tokens
17+
- **Qwen2.5 VL 72B Instruct** - Vision-language model, 65K context
18+
- **Google Gemma 3 27B** - Multimodal with vision, 53K context
19+
- **OpenAI GPT OSS 120B/20B** - 131K context, open-source GPT variants
20+
- **Qwen2.5 7B Instruct** - 32K context, improved coding/math
21+
- **Sentence Transformers all-MiniLM-L6-v2** - 384-dim embeddings
22+
23+
### NearAI Provider
24+
- **DeepSeek V3.1** - Hybrid reasoning with thinking modes, 163K context
25+
- **Qwen3 30B A3B Instruct** - Ultra-long 262K context, 3.3B active params
26+
- **Z.AI GLM 4.6** - Agentic-focused model, 202K context
27+
28+
### Tinfoil Provider
29+
- **DeepSeek R1 0528** - OpenAI o1 performance with open reasoning
30+
- **Qwen3 Coder 480B A35B** - Coding-optimized, 262K context
31+
- **Qwen3 VL 30B A3B** - Video understanding, 262K context
32+
- **Meta Llama 3.3 70B Instruct** - Multilingual dialogue, 131K context
33+
34+
## CVM Name Identifiers
35+
36+
- **Name-Based Identification**: CVMs can now be identified by name instead of UUID
37+
- **Flexible Routing**: API endpoints accept both CVM name and UUID as identifiers
38+
- **Hostname Generation**: Automatic hostname generation from CVM names
39+
- **Name Validation**: Comprehensive CVM name validation with format rules
40+
41+
## CLI & Authentication
42+
43+
- **CLI Login Improvements**: Enhanced CLI login flow with better device authentication
44+
- **Device Auth API Fixes**: Fixed device authentication API issues
45+
- **App Auth Rename**: Refactored app authentication module for clarity
46+
47+
## Workspace & Usage
48+
49+
- **Usage API**: New unified usage API for tracking workspace resource consumption
50+
- **Workspace Limits**: Enhanced workspace limit checking with tier-based controls
51+
- **Usage Repository**: New repository for tracking and querying usage data
52+
53+
## Event Logging
54+
55+
- **Event Logs Phase 1**: Initial implementation of structured event logging
56+
- **Split Patch APIs**: Separated patch APIs for better granularity
57+
58+
## Security & Infrastructure
59+
60+
- **Supply Chain Security**: Added lifecycle scripts baseline and verification to prevent supply chain attacks
61+
- **CI Improvements**: Configurable GitHub Actions runners for PR checks
62+
- **On-Chain KMS Fixes**: Fixed on-chain KMS integration issues
63+
- **TProxy Fixes**: Resolved transparent proxy configuration issues
64+
65+
## Bug Fixes & Improvements
66+
67+
- Fixed GPU rental and payment processing issues
68+
- Improved GPU compose configuration updates
69+
- Enhanced VPC app ID and hostname settings
70+
- Cleaned up deprecated code and refactored modules
71+
- Fixed CVM operation clearing and status sync issues
72+
73+
</Update>
74+
975
<Update label="November 3-13, 2025" tags={["GPU Rental", "SSH Keys", "Infrastructure"]} rss={{ title: "GPU Rental System & SSH Key Management", description: "Complete GPU rental marketplace, SSH key management, and advanced resource allocation" }}>
1076

1177
## GPU Rental Marketplace

phala-cloud/confidential-ai/confidential-model/confidential-ai-api.mdx

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,15 +95,40 @@ curl -X 'POST' \
9595

9696
### Available Models
9797

98-
We support [6+ models](https://redpill.ai/models) running in GPU TEE. Click the **GPU TEE** checkbox to see all options.
99-
100-
| Model | Name | Context |
101-
|-------|------|---------|
102-
| [DeepSeek V3 0324](https://redpill.ai/models/phala/deepseek-chat-v3-0324) | `phala/deepseek-chat-v3-0324` | 163K |
103-
| [Llama 3.3 70B Instruct](https://redpill.ai/models/phala/llama-3.3-70b-instruct) | `phala/llama-3.3-70b-instruct` | 131K |
104-
| [GPT OSS 120B](https://redpill.ai/models/phala/gpt-oss-120b) | `phala/gpt-oss-120b` | 131K |
105-
| [Qwen3 Coder](https://redpill.ai/models/phala/qwen3-coder) | `phala/qwen3-coder` | 262K |
106-
| [Qwen2.5 7B Instruct](https://redpill.ai/models/phala/qwen-2.5-7b-instruct) | `phala/qwen-2.5-7b-instruct` | 32K |
98+
We support [14+ models](https://redpill.ai/models) running in GPU TEE from multiple providers. Click the **GPU TEE** checkbox to see all options.
99+
100+
#### Phala Provider
101+
102+
| Model | Model ID | Context | Pricing (per 1M tokens) |
103+
|-------|----------|---------|-------------------------|
104+
| DeepSeek V3 0324 | `deepseek/deepseek-chat-v3-0324` | 163K | $0.28 / $1.14 |
105+
| Qwen2.5 VL 72B Instruct | `qwen/qwen2.5-vl-72b-instruct` | 65K | $0.59 / $0.59 |
106+
| Google Gemma 3 27B | `google/gemma-3-27b-it` | 53K | $0.11 / $0.40 |
107+
| OpenAI GPT OSS 120B | `openai/gpt-oss-120b` | 131K | $0.10 / $0.49 |
108+
| OpenAI GPT OSS 20B | `openai/gpt-oss-20b` | 131K | $0.04 / $0.15 |
109+
| Qwen2.5 7B Instruct | `qwen/qwen-2.5-7b-instruct` | 32K | $0.04 / $0.10 |
110+
| Sentence Transformers all-MiniLM-L6-v2 | `sentence-transformers/all-minilm-l6-v2` | 512 | $0.000005 |
111+
112+
#### NearAI Provider
113+
114+
| Model | Model ID | Context | Pricing (per 1M tokens) |
115+
|-------|----------|---------|-------------------------|
116+
| DeepSeek V3.1 | `deepseek/deepseek-chat-v3.1` | 163K | $1.00 / $2.50 |
117+
| Qwen3 30B A3B Instruct | `qwen/qwen3-30b-a3b-instruct-2507` | 262K | $0.15 / $0.45 |
118+
| Z.AI GLM 4.6 | `z-ai/glm-4.6` | 202K | $0.75 / $2.00 |
119+
120+
#### Tinfoil Provider
121+
122+
| Model | Model ID | Context | Pricing (per 1M tokens) |
123+
|-------|----------|---------|-------------------------|
124+
| DeepSeek R1 0528 | `deepseek/deepseek-r1-0528` | 163K | $2.00 / $2.00 |
125+
| Qwen3 Coder 480B A35B | `qwen/qwen3-coder-480b-a35b-instruct` | 262K | $2.00 / $2.00 |
126+
| Qwen3 VL 30B A3B | `qwen/qwen3-vl-30b-a3b-instruct` | 262K | $2.00 / $2.00 |
127+
| Meta Llama 3.3 70B Instruct | `meta-llama/llama-3.3-70b-instruct` | 131K | $2.00 / $2.00 |
128+
129+
<Note>
130+
All models run in GPU TEEs with hardware attestation. Pricing shows input/output token costs. Browse the full list at [redpill.ai/models](https://redpill.ai/models).
131+
</Note>
107132

108133
## Verify Your AI is Running Securely
109134

0 commit comments

Comments
 (0)