Json_schema doesn't seems to work on gpt-4o after 02/10/24 migration

I use the structured output feature with the assistant api.

this feature works with gpt-4o-2024-08-06.

After 02/10/24, the model gpt-4o is supposed to points at gpt-4o-2024-08-06.

I believed the migration had given the json_schema feature to gpt-4o.
however i get a error saying that ‘json_schema’ is not supported with gpt-4o.

Here is an exemple with gpt-4o-2024-08-06 :

Here is the error with gpt-4o :

1 Like

Hi @Valony ! There were some elevated errors with Assistants API (see here) but they seem to be resolved now. Does it work for you now?

1 Like

Hello, @platypus , thank you for your answer.
The fix of the elevated error didn’t solved my issue, i’m still having the same error even in playground.

2 Likes