o3 is currently not working in the playground #157807
-
Select Topic AreaBug BodyIt is giving me the error |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
Hi there, Different models often have slightly different parameter requirements, and this appears to be a case where there's a mismatch between what the playground interface is sending and what the o3 model expects. Here are some potential workarounds you might try:
Thank you for bringing this to our attention, and please let us know if you need any further assistance! Akash |
Beta Was this translation helpful? Give feedback.
-
|
It usually means there’s something off with the parameter you're using, or it might not be supported in the version you're working with. Similar thing happens to me. Try: Parameter Check: Make sure that 'generate_summary' is actually a valid parameter for the model you’re using. It’s possible that it’s either no longer supported or wasn’t included in that version. API Version: Double-check which version of the model you’re working with. Sometimes certain features are only available in specific versions. Syntax: It might just be a small typo. Make sure everything’s formatted correctly when you’re passing the parameters. If everything seems good on your end and it’s still not working, maybe try reaching out to support |
Beta Was this translation helpful? Give feedback.
-
|
Fix the parameter "generate_summary" in the Playground for the o3 and o4-mini models, please. |
Beta Was this translation helpful? Give feedback.
Hi there,
Different models often have slightly different parameter requirements, and this appears to be a case where there's a mismatch between what the playground interface is sending and what the o3 model expects.
Here are some potential workarounds you might try:
Thank you for bringing this to our attention, and please let us know if you need any further…