This repository was archived by the owner on Jul 22, 2025. It is now read-only.
Replies: 1 comment
-
No answer, but I wanted to jump in to say that I'm facing the same issue, Cloudflare Location in the US. These new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using sonar-reasoning model to retrieve the content with structured output. But i am always getting 504 Gateway Timeout Error.
Here is the body of my request. Please check and let me know if the schema is wrong or is there some specifc parameter needs to be sent.
{ "messages": [ { "role": "system", "content": "Be precise and concise." }, { "content": "Browse https://smartters.in and Provide me the description of the company in the description field of my structured json output.", "role": "user" } ], "model": "sonar-reasoning", "response_format": { "type": "json_schema", "json_schema": { "schema": { "title": "Course", "type": "object", "properties": { "description": { "title": "Description", "type": "string" } }, "required": [] } } } }
I am receiving 504 Gateway timeout issue

Beta Was this translation helpful? Give feedback.
All reactions