Frustration about Azure OpenAI GPT3.5turbo api version

孙鑫杰 0 Reputation points
2023-06-16T05:30:50.79+00:00

I can only deploy Azure OpenAI GPT3.5turbo model whose version is 0301, but the docs mentions that we can use api-version 2023-06-01-preview or 2023-05-15 or 2023-03-15-preview(https://learn.microsoft.com/zh-cn/azure/cognitive-services/openai/reference), so when I set the api-version 2023-06-01-preview, which model is indeed used? 0301 or 0601?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,098 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,911 Reputation points Microsoft Employee Moderator
    2023-06-16T09:43:52.3633333+00:00

    @孙鑫杰 The version of the API does not change the GPT3.5 turbo model that is deployed. Currently gpt-35-turbo (0301) is available and will expire no earlier than September 30th, 2023. The different API versions might change the way the call is made to the API but the model versions do not change. Please see the models page for details about the models that are available in your region. Thanks!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.