broad-army-81746
07/11/2025, 9:18 AMtall-airline-16756
07/11/2025, 9:18 AMtall-airline-16756
07/11/2025, 9:19 AMbroad-army-81746
07/11/2025, 9:19 AMGET
<https://api.openai.com/v1/>
404
I'm guessing it comes from the prewarm
function in the openai plugin, which appears to be calling the above URL
agents/livekit-plugins/livekit-plugins-openai/livekit/plugins/openai/llm.py
Line 603 in 53e51c2
await self._client.get("/", cast_to=str)
afaict, this is not a supported OpenAI endpoint. Consider using /models
or something else?