Information about how RevRag.ai handles data sharing with third-party vendors
Vendor Category | Vendor Name(s) | Data Shared | Purpose of Sharing | Data Transfer Method |
---|---|---|---|---|
Text-to-Speech (TTS) | Multiple vendors | Text content (no PII where avoidable) | Convert text responses to natural speech | Encrypted API calls (HTTPS/TLS 1.2+) |
Speech-to-Text (STT) | Multiple vendors | Audio recordings of user speech (may contain PII) | Convert speech to text for LLM processing | Encrypted API calls |
Large Language Model (LLM) | Multiple vendors | Transcribed text (minimized PII) | Generate AI-based responses | Encrypted API calls |
Telephony Provider | Multiple vendors | Caller phone number, call audio | Enable inbound/outbound calls | Secure SIP/TLS & SRTP |
Cloud Infrastructure / Hosting | AWS Cloud | Audio files, transcripts, application logs, metadata | Secure storage, compute hosting, backup | Encrypted in transit (TLS 1.2+), encrypted at rest (AES-256) |
Vendor | Official Claim | Exact Quote | Source Link | Config/Usage Notes |
---|---|---|---|---|
Sarvam (TTS, STT) | Retention is purpose-bound; no ‘no storage’ guarantee. | ”We take reasonable steps to ensure that User data is available only for so long as is necessary for the purpose for which it is processed…” | Link | Avoid PII in text/audio; scrub logs post-processing. |
Gemini (Google) – LLM | Zero Data Retention achievable by disabling caching in Vertex AI. | ”Data sent to Gemini models may be cached up to 24 hours unless caching is disabled.” | Link | Disable caching; ensure no abuse-logging exceptions. |
OpenAI – LLM | Zero Data Retention (ZDR) available; default retention up to 30 days for abuse monitoring. | ”May securely retain API inputs and outputs for up to 30 days… You can also request zero data retention (ZDR).” | Link | Enable ZDR for eligible endpoints. |
Deepgram – STT | Data from opted-out requests is retained only for request processing. | ”Set mip_opt_out=true to ensure data is retained only for the duration necessary to process the request.” | Link | Always set mip_opt_out=true for zero retention. |
Azure – LLM, STT, TTS | STT and TTS (prebuilt voices) do not store customer data; LLM not used for training. | ”For real-time speech to text, audio input is processed only in server memory, and no data is stored at rest. Neither input text nor output audio content will be stored in Microsoft logs.” | Link | Use real-time STT and prebuilt-voice TTS modes for no storage; choose region for storage compliance. |
ElevenLabs – TTS | Zero Retention Mode deletes data immediately after request completion. | ”In this Zero Retention Mode, most data in requests and responses are immediately deleted once the request is completed.” | Link | Enable Zero Retention Mode in API requests. |