From 441e30487e4dc055bd40f434f8855e58b16e5f30 Mon Sep 17 00:00:00 2001 From: Bryant Anderson Ciputra Date: Thu, 6 Nov 2025 15:18:24 -0800 Subject: [PATCH] docs: HIPAA compliant providers --- fern/security-and-privacy/hipaa.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/fern/security-and-privacy/hipaa.mdx b/fern/security-and-privacy/hipaa.mdx index fe0c70ffc..d79acb2cc 100644 --- a/fern/security-and-privacy/hipaa.mdx +++ b/fern/security-and-privacy/hipaa.mdx @@ -35,6 +35,32 @@ To enable HIPAA compliance, set hipaaEnabled to true within your assistant's con Note: The default value for hipaaEnabled is false. Activating this setting is a proactive measure to align with HIPAA standards, requiring manual configuration adjustment. +## HIPAA Compliant providers + +When enabling HIPAA compliance, only HIPAA compliant providers may be chosen. + +### Model Providers (LLM) + +- **OpenAI** +- **Azure OpenAI** +- **Anthropic** +- **Google** +- **Together AI** + +### Voice Providers (TTS) + +- **Vapi** +- **ElevenLabs** +- **Cartesia** +- **Rime AI** +- **Deepgram** +- **Azure** + +### Transcription Providers (STT) + +- **Azure** +- **Deepgram** + # FAQs