Share via

How to resolve 'The completion operation does not work with the specified model, gpt-35-turbo-16k. Please choose different model and try again.'

generativeai.dx 0 Reputation points
2023-12-21T07:06:11.0866667+00:00

I want to use the API of Azure OPENAI, so I first tried to see if the one I deployed in the chat playground of Azure AI Studio is activated, but the following error occurred.

Error statement

The completion operation does not work with the specified model, gpt-35-turbo. Please choose a different model and try again. Please choose a different model and try again. You can learn more about which models can be used with each operation here: ・gpt-35-turbo

gpt-35-turbo

gpt-35-turbo-16k

I have tried each of the above with the same error.

Translated with DeepL.com (free version)

Azure OpenAI Service
Azure OpenAI Service

An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.

Azure AI services
Azure AI services

A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sabyasachi Samaddar 235 Reputation points Microsoft Employee
    2023-12-21T10:08:50.7133333+00:00

    Hi @generativeai.dx ,

    Welcome to Microsoft Q&A,

    Let me reiterate the problem: You are trying to use completion scenarios with gpt-35-turbo and gpt-35-turbo-16k models and it is not working.

    Solution:

    gpt-35-turbo 0613 or any model after this supports only chat completion and not normal completions. Hence you can chat with them but not give them the completion scenarios.

    That is for the older models, you need to find the right regions where the older models are still available and use them.

    But I strongly believe you don't need completion models because chat completion models can do everything.

    If you let me know what you want to do, I can guide you through the steps.

    Note: If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    0 comments No comments

Your answer

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