We trying to deploy a GPT4 model, but seem to get a GPT3 model instead

Christian Moreau | statworx 0 Reputation points
2023-11-20T15:01:46.66+00:00

We are trying to deploy a GPT4 model, but seem to get a GPT3 model instead. Within the chat functionality of the model it says it has a knowledge cut-off of September 2021 even though the deployed model is a gpt-4 turbo model with knowledge cut-off at April 2023. Also, it has a token limit of 8k instead of 120k.

Are the requests routed to an older model even though we can select GPT4 via the Azure portal interface?

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
1,461 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
1,889 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 19,356 Reputation points Microsoft Employee
    2023-11-27T20:31:18.56+00:00

    @Christian Moreau | statworx I've check with the team and the model is indeed correct. Asking the model itself about the cut-off is not expected to work but you should be able to get details about events post September 2021.

    Here is an example

    User's image

    PS: An FAQ for the same has been added in the docs.

    0 comments No comments