Azure AI Custom Provider #4901
O1af
started this conversation in
Ideas & Feedback
Replies: 1 comment
-
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
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