Hi everyone! I am using @requesty/ai-sdk with vercel ai-sdk, however I am experiencing a problem with streaming generated data on my server.
It was working fine with OpenRouter but now switching to https://requesty.ai seems to fail.
I am using result.toUIMessageStreamResponse() and I get the following error from the call, “text part K0A8dFojwAJQv6p4 not found“
The @requesty/ai-sdk package is maintained by them and you’ll likely need to check their support channels to resolve this, however the first thing I would check is make sure your ai-sdk install is using a compatible version that Requesty expects. AI SDK 5 is the latest, and will be incompatible with anything that expects AI SDK 4.
We test the AI SDK to work well with our supported providers as well as the AI Gateway (our OpenRouter/Requesty equivalent) but unfortunately we can’t provide direct support for competitor’s packages
Thank you for the response.
Totally understandable. I tried reaching to them(Requesty) through their discord server, I guess I will keep waiting for their response.