BrendanH
11/24/2025, 11:32 PMChiranjeet Mishra
11/24/2025, 11:32 PMVapi Support Bot
11/24/2025, 11:33 PMjson
{
"hipaaEnabled": true
}
This ensures Vapi does not store PHI and only uses HIPAA-compliant providers for the call pipeline.
For more details, see the [Vapi HIPAA documentation](https://docs.vapi.ai/security-and-privacy/hipaa).
Source:
- [Vapi HIPAA Compliance Documentation](https://docs.vapi.ai/security-and-privacy/hipaa)BrendanH
11/24/2025, 11:43 PMChiranjeet Mishra
11/26/2025, 5:29 PMhipaaEnabled property to true in your assistant's configuration file. This will ensure that Vapi doesn't store call logs, recordings, or transcriptions during or after your calls.
Here's the JSON configuration for enabling HIPAA:
json
{
"hipaaEnabled": true
}
Under HIPAA compliance, you can only use specific providers for models, voice, and transcription services. Here are the compatible providers:
- 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
For more detailed information, please refer to the [HIPAA compliance documentation](https://docs.vapi.ai/security-and-privacy/hipaa).
If you need further customization or specific use cases, ensure they do not involve storing any PHI to maintain compliance.Vapi Support Bot
01/09/2026, 6:24 AM