dograh/api/services/pipecat/realtime
Vishal Dhateria dbbf362315 feat: add Azure AI multi-provider support (TTS, STT, Embeddings, Realtime)
Enables Azure AI services across all model layers so users with Azure
credits can consolidate billing on a single provider.

- Voice (TTS): AzureSpeechTTSConfiguration via azure_speech provider
- Transcriber (STT): AzureSpeechSTTConfiguration via azure_speech provider
- Embedding: AzureOpenAIEmbeddingsConfiguration via azure provider
- Realtime: AzureRealtimeLLMConfiguration via azure_realtime provider

New files:
- api/services/pipecat/realtime/azure_realtime.py
- api/services/gen_ai/embedding/azure_openai_service.py
- api/tests/test_azure_speech_service_factory.py

The UI picks up all four providers automatically from the schema —
no frontend changes required.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 20:48:42 +05:30
..
__init__.py feat: add openai realtime models (#298) 2026-05-16 18:05:23 +05:30
azure_realtime.py feat: add Azure AI multi-provider support (TTS, STT, Embeddings, Realtime) 2026-05-29 20:48:42 +05:30
gemini_live.py feat: add openai realtime models (#298) 2026-05-16 18:05:23 +05:30
gemini_live_vertex.py feat: add openai realtime models (#298) 2026-05-16 18:05:23 +05:30
grok_realtime.py feat: add xai grok as realtime model 2026-05-22 18:04:59 +05:30
openai_realtime.py feat: add openai realtime models (#298) 2026-05-16 18:05:23 +05:30
ultravox_realtime.py feat: add ultravox realtime and fix signature issue in telephony (#345) 2026-05-23 12:51:55 +05:30