Hi everyone,
We’ve been using the Deep Research API (google-genai SDK, deep-research-pro-preview-12-2025) with an API key for partner compliance research, and we’re hitting a frustrating issue.
It was working fine few days ago. On March 3, last time it worked, our compliance prompt completed in about 7 minutes — 17k chars, 752k tokens, beautiful output. Everything worked as expected.
Since March 4, the same kind of prompt just gets stuck. The interaction is created, status shows in_progress, but nothing ever happens — updated == created, no usage, no outputs. We’ve tried shorter prompts, different targets, store=True, SDK and REST
…all stuck. Simple prompts like “capital of France” still work fine though.
The weird part: if we paste the exact same prompt into the Gemini app (Google Pro, Deep Research), it works “immediately”. So, I don’t think it is a content issue.
The weirder part: we tried stream=True with thinking_summaries, and we can actually see the agent start working — it produces 4-5 thinking steps (finding social media profiles, analyzing the product catalog, planning its investigation). Then… silence. The stream just dies quietly after a few minutes. No error, no exception, no output. The script exits cleanly and the interaction stays in_progress on Google’s side forever.
So the agent clearly accepts the prompt and begins reasoning, but something kills it mid-execution.
Has anyone else experienced this? Is there a known capacity issue with the Deep Research API, or are API key requests deprioritized compared to Gemini app users?
Thanks for any insight!