gpt-35-turbo 0613 does not support chat completion

Jayesh Nathani 40 Reputation points
2024-02-05T06:02:13.24+00:00

Hi,
I am developing a chat completion bot, and earlier I used gpt-35-turbo 0301 to achieve this and it worked without any trouble. Now I see that only the 0613 model version is available it doesn't support completion API.
What's the alternate now?

FYI - I am using Azure AI Search as the dataset.

Thanks!

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

Accepted answer
  1. AshokPeddakotla-MSFT 35,936 Reputation points
    2024-02-05T07:57:41.97+00:00

    Jayesh Nathani Greetings & Welcome to Microsoft Q&A forum! Can you also share the complete error message?

    GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo version 0301 can also be used with the Completions API. GPT-3.5 Turbo versions 0613 and 1106 only support the Chat Completions API.

    I would suggest you check Learn how to work with the GPT-35-Turbo and GPT-4 models for more details. Consider using "chat completions" instead of "completions" with these recent models.

    As documented here Azure OpenAI Service models - Azure OpenAI | Microsoft Learn, the 0613 revision of gpt-35-turbo is only compatible with that newer chat completions operation:  "Completions" is now considered a supported but "legacy" feature for older models--and this is true for platform.openai.com in addition to Azure OpenAI.

    If a you want to use the older completions operation instead of chat completions incase if you have already made significant investments into fine-tuning or ChatML prompt engineering, ytou will need to use a supported model/version as described on the matching documentation page here: Azure OpenAI Service legacy models.

    Additionally, Models page of Azure OpenAI Studio shows the features supported by the Model as shown in the below screenshot. User's image

    Do let me know if that helps or have any other queries.

    If the response helped, please do click Accept Answer and Yes for was this answer helpful.

    Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    0 comments No comments

2 additional answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.

    1 deleted comment

    Comments have been turned off. Learn more

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.