#any experience with azure open ai?

1 messages · Page 1 of 1 (latest)

tranquil glacier
#

any experience with azure open ai. Not open ai

old estuary
#

Forcefully modify the baseURL of the OpenAI conversation. Replace with Azure's baseURL. You can use Azure Open AI

tranquil glacier
#

can you share that?

#

in the openai conversation there is only the apinkey;(

tranquil glacier
#

works perfect!! thanks..

mossy cloud
#

You can also use via HACS the Extended OpenAI Conversation - that's what I am doing. There you can easily add multiple OpenAI compatible endpoints with your own parameters

tranquil glacier
tranquil glacier
#

azure open ai use a dif api than open ai

mossy cloud
#

Azure open ai as the name suggests uses the same api unless you deploy the model as azure ai

#

But I suggest running a lmm proxy in between to remove that barrier altogether

#

Litellm for example work perfectly

old estuary
tranquil glacier
#

nop;(

#

with azure open ai account

#

maybe its my mistake, but im using the standart azure open ai

#

with base url

#

and key

#

so, there is some integration with litellm for ha?

tranquil glacier
old estuary
#

With this integration, you can freely modify the openai conversation baseURL

#
#   OPENAI_BASE_URL: https://models.inference.ai.azure.com
# environment_variable:
#   OPENAI_BASE_URL: https://api.x.ai/v1
environment_variable:
  OPENAI_BASE_URL: https://dashscope.aliyuncs.com/compatible-mode/v1```
#

Need to restart HA

#

You can also use the Extended OpenAI Conversation using HACS. I did not test the Extended OpenAI Conversation. I only test modifying openai_base_url

mossy cloud