This repository was archived by the owner on Jul 22, 2025. It is now read-only.
[BUG] - Streaming Broken with Sonar Reasoning Pro #147
Replies: 1 comment
-
This looks like it was temporary right after the deployment, so I'm closing this for now. |
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.
-
Description
The new sonar-reasoning-pro model returns an internal server error when attempting to use streaming. Below is an example API call:
This code results in the following error:
This exact call works with
sonar
,sonar-reasoning
, andsonar-pro
.If I turn off streaming, there is no error with
sonar-reasoning-pro
, and it returns the response properly:Beta Was this translation helpful? Give feedback.
All reactions