I can't get it to work with openai's

I can't get it to work with openai's models. Haven't tried gemini yet. I always get the following error:

{
  "success": false,
  "errors": [
    {
      "message": "Unable to form JSON based on user prompt and/or webpage text. Please try with a different prompt try passing a response_format."
    }
  ]
}
Was this page helpful?