Pulled the latest update and it looks like OpenAI has made some API changes
Trying to contact the model returned this error: { “error”: { “message”: “Unsupported parameter: ‘reasoning_effort’. In the Responses API, this parameter has moved to ‘reasoning.effort’. Try again with the new parameter. See the API documentation for more information: https://platform.openai.com/docs/api-reference/responses/create.”, “type”: “invalid_request_error”, “param”: null, “code”: “unsupported_parameter” } }
I have the url set to https://api.openai.com/v1/responses
here.