can i use responses url in livekit openai with azu...
# ask-ai
c
can i use responses url in livekit openai with azure plugin, or do I need to use chat/completions url?
t
Thanks for reaching out, Ali. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
Thanks for reaching out! I wanted to share that LiveKit's OpenAI integration with Azure doesn’t support a 'responses URL'. Instead, it uses the WebSocket-based Realtime API with a URL that ends in
/openai/realtime
. The great news is that the integration takes care of building this URL for you using the
azure_endpoint
,
api_version
, and
azure_deployment
parameters. If you'd like, I’m here to help walk you through the setup or answer any other questions you might have! Sources: Azure OpenAI Realtime API and LiveKit | LiveKit Docs | tests/test_config.py | plugins/openai/src/realtime/realtime_model.ts | Azure OpenAI Realtime API and LiveKit | LiveKit Docs