OpenAI added response_format as an option on their new models. It would be really nice to have that possibility as it would be really beneficial to be sure that the returned data is JSON
An object specifying the format that the model must output.
Setting to { type: "json_object" } enables JSON mode, which guarantees the message the model generates is valid JSON.
@Ed_P Yes, I’m aware of that, but my guess is that the more specific I am on my request the easier it is for the team to plan and estimate request. And since the gpt-4-1106-preview model is already available in the OpenAI node, this specific feature is the one I miss the most