In the last hour, the gemini api suddenly started failing every single time, after succeeding for weeks with the same prompt.
I am using the openai api per the docs for getting structured output.
model: gemini-2.5-pro-exp-03-25
I get the error back: Error generating structured output, primary retry #2: SyntaxError: Unexpected token ‘y’, "ny ```json "… is not valid JSON
So it is suddenly never returning valid json, when using the structured output API as described in the documentation.
This only happens with this model. Flash and others are working fine (with the exact same prompt and schema).
Why did this one suddenly change?