API replying using gpt-4-1106-preview when specifying gpt-4-0125-preview model

Did anyone also notice this? Is this a bug? Did they disable the new model for some reason?

Request:

  "model": "gpt-4-0125-preview",
  "temperature": 0.2,
  "top_p": 0.1,

Response:

  "id": "chatcmpl-8lHlGSuarXrGQ9akcOgmM7Cd8U0j4",
  "object": "chat.completion",
  "created": 1706280382,
  "model": "gpt-4-1106-preview",

Yes, I see too. However some replies are with the correct model some are not.

Yes, exactly what’s happening here.

Looks like the issue has been fixed. I get all replies from the correct model now.

1 Like