Add Confidential AI section with privacy-preserving solutions

- dstack: Open-source framework for confidential AI deployment
- Phala Cloud: Serverless confidential AI platform
- redpill: Confidential AI model API platform

All solutions provide hardware-enforced privacy for AI workloads.
This commit is contained in:
Hang Yin 2025-08-15 20:18:17 +00:00
parent 0c29b8673e
commit 1e98190b0c
1 changed files with 6 additions and 0 deletions

View File

@ -277,6 +277,12 @@ Go to the [Text To Speech](#text-to-speech) section.
- [Stable Diffusion](https://github.com/Stability-AI/stablediffusion) - High-Resolution Image Synthesis with Latent Diffusion Models.
- [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - A browser interface for Stable Diffusion.
#### Confidential AI
- [dstack](https://github.com/Dstack-TEE/dstack) - Open-source framework for deploying AI models with hardware-enforced privacy using confidential computing. Protects AI workloads and data during processing with Intel TDX and NVIDIA Confidential Computing technologies.
- [Phala Cloud](https://cloud.phala.network) - Serverless confidential AI deployment platform built on dstack. Deploy AI models with hardware-enforced privacy and familiar Docker Compose workflow.
- [redpill](https://redpill.ai) - Confidential AI model API platform providing privacy-preserving access to large language models through confidential computing environments.
[Back to top 🔝](#contents)
## Bookmarking