All Gemini 1.0 and Gemini 1.5 models are now retired.
To avoid service disruption, update to a newer model (for example, gemini-2.5-flash-lite). Learn more.

Stream generated text responses using the Gemini API

Firebase AI Logic supports basic streaming of text responses using generateContentStream or sendMessageStream (for chat).

You can achieve faster interactions by not waiting for the entire result from the model generation, and instead use streaming to handle partial results.

Check out the documentation to stream generated text responses for the following:

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.