Q: How do u show Think results in sonar-pro and others via CURL API structured outputs?
There are no think results for sonar-pro
, the model has only one search query. To show thinking steps please consider using one of our reasoning models or sonar-deep-research
.
thanks - and how do you stream it thru REST API
By setting stream=True
during the API call.
since it’s a post query, where should stream=true be set? should it be in the URL parameter or in headers or as part of post body - if so, what’s the syntax