Replies: 2 comments
-
I tested, you sending wrong parameters You can find other options here based on the model you want to use |
Beta Was this translation helpful? Give feedback.
-
|
'temperature' is not supported with this model. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
TL;DR:
Tried migrating from
gpt-4.1togpt-5in my project ("the simple way" - without lots of research) and some requests work. However, I'm still seeing errors on structured outputs (missing required fields in the model's response) and tool calling (specifically an HTTP 400 error about duplicate item IDs). Couldn't find clear migration guidance, am I missing something?Hey guys!
I'm using the latest version:
v0.86.0.I tried switching from
gpt-4.1togpt-5in my project but encountered some weird errors. I checked here and in the docs for any required migration steps, but didn’t find anything consistent. While reading OpenAI’s documentation, I noticed there are new parameters such as:and
I've added those to some text generations like:
This approach works for simple requests, but for more complex ones I’m still running into issues—specifically, missing required fields in structured output requests and the following errors when using tool calling:
and
Is GPT-5 fully supported already? Are there additional steps required before migrating?
Beta Was this translation helpful? Give feedback.
All reactions