Azure OpenAI support
TheodorosGalanos opened this issue · 6 comments
TheodorosGalanos commented
Would it be very difficult to add azure openai support to the package?
miurla commented
The Azure OpenAI Provider is currently not included in the AI Core Provider, so a custom provider needs to be implemented:
https://sdk.vercel.ai/docs/ai-core/custom-provider
There is also a possibility that it’ll be supported on the SDK side.
Beckjiang commented
https://sdk.vercel.ai/docs/guides/providers/azure-openai
It seems that it is already supported.
miurla commented
https://sdk.vercel.ai/docs/ai-core
The ai core provider is not supported.
miurla commented
https://sdk.vercel.ai/providers/ai-sdk-providers/azure
Supported in the latest version.
SzilvasiPeter commented
I can take over this issue, it seems a very small adaptation at the lib/utils/index.ts
file.
istrategy commented
Thank you.SzilvasiPeter Please fix!