Azure OpenAI Error

Barath Chinmala 25 Reputation points
2023-07-10T05:18:09.5133333+00:00

I am trying to use the chat completions API and I am getting this error

The completion operation does not work with the specified model, gpt-35-turbo-16k. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.

We previously used gpt-35-turbo and upgraded it to gpt-35-turbo-16k and every request is failing. Can you guys help me with this ? Thanks.

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

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-07-10T09:10:45.0833333+00:00

    Barath Chinmala Greetings!

    The completion operation does not work with the specified model, gpt-35-turbo-16k. Please choose different model and try again. You can learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993.

    As error suggests that, gpt-35-turbo-16k model is not compatible with the operation you are trying to perform. Did you check the suggested link to learn more about which models can be used with each operation here: https://go.microsoft.com/fwlink/?linkid=2197993

    Are you seeing this error only when you use completions API? or Completion API?

    Are you seeing any information regarding this issue in Azure Service Health?

    We previously used gpt-35-turbo and upgraded it to gpt-35-turbo-16k and every request is failing.

    Please note that, GPT-3.5 Turbo is used with the Chat Completion API. GPT-3.5 Turbo (0301) can also be used with the Completions API. GPT3.5 Turbo (0613) only supports the Chat Completions API. Please check Model summary table for more details.

    Let us know if that helps or have any further queries.

    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.