OpenAI playground summarization example respond with OperationNotSupported error

baleezo lee 5 Reputation points
2023-08-08T22:54:59.1566667+00:00

User's image

User's image

Completions call failed:OperationNotSupported

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.

and all the other examples reponse the same error.

I have try all my available models

User's image

Current resource: Summarizing (East US, S0)

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

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,971 Reputation points Moderator
    2023-08-10T14:03:11.8066667+00:00

    baleezo lee I have checked this internally and below is an update.

    You should use "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 customer absolutely must use the older completions operation instead of chat completions (e.g. because they've already made significant investments into fine-tuning or ChatML prompt engineering), they'll need to use a supported model/version as described on the matching documentation page here: Azure OpenAI Service legacy models.

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


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.