Which OpenAI models are compatible with Structured Outputs using “json_schema”?
So far I was able to get JSON result only with gpt-4o-2024-08-06 as per documentation: https://platform.openai.com/docs/guides/structured-outputs
Not working with gpt-4o and chatgpt-4o-latest
'response_format' of type 'json_schema' is not supported with this model
re: OpenAI, could you please make it work for other models too?