Azure AI Custom Provider #4901
O1af
started this conversation in
Ideas & Feedback
Replies: 2 comments
-
Awesome! Happy to add it as a community provider to our docs if you submit a PR |
Beta Was this translation helpful? Give feedback.
0 replies
-
Would be great if the official Azure AI provider would eventually support all the models from their catalog that do have an official AI SDK provider already. According to MS, AI Foundry is the future tool, I think the Open-AI specific version will eventually be deprecated. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
I made a custom provider that lets you connect to any model hosted on Azure AI Foundry. The current provider only supports OpenAI models so I created this one to let you connect any model compatible with the azure-rest AI inference SDK(DeepSeek-R1, LLama, etc). It supports completions and tool calling (results vary a lot depending on the model, based on my testing).
The provider is pretty limited right now, so I’m not sure if it belongs in the community providers section. I just wanted to share it here hoping it might be useful for someone.
Here is the link:
Beta Was this translation helpful? Give feedback.
All reactions