Assistant api does not work with AzureOpenAI

I get a 404 when I create client = AzureOpenAI()

is this not supported or will it be enabled sometime in the future?

This event on November 15th is where the Assistants API was announced for Azure - it’s stated to be “In Preview, Coming Soon” with no announced date.
The same goes for for GPT-4 Turbo with Vision on Azure.

3 Likes

As far as I know, the Assistant API is not currently supported with Azure OpenAI (however, yup, the Azure OpenAI team is working on adding support for this API in the future).

I use the Google Cloud Natural Language API or the Dialogflow API. I like that these APIs offer similar functionality to the Azure OpenAI Assistant API.

1 Like