# Gemini-Pro chat interface with conversation support

**URL:** https://discourse.nodered.org/t/gemini-pro-chat-interface-with-conversation-support/83874
**Category:** Share Your Projects
**Created:** [20 December 2023 16:22 UTC](https://discourse.nodered.org/t/gemini-pro-chat-interface-with-conversation-support/83874 "2023-12-20T16:22:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![HaroldPetersInskipp](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/haroldpetersinskipp/32/42319_2.png) [@HaroldPetersInskipp](https://discourse.nodered.org/u/HaroldPetersInskipp)
#### Post date: [20 December 2023 16:22 UTC](https://discourse.nodered.org/t/gemini-pro-chat-interface-with-conversation-support/83874/1 "2023-12-20T16:22:33Z")

</div>

There is now an alternate flow available for interacting with Googles Gemini-Pro model that supports multi turn conversations that can be found [here](https://flows.nodered.org/flow/b80082ce11de3334ffc1a2589ed15d5d)

 ![](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/3X/f/0/f0e33bcbc6415e2523cd99134d9c5ba4053f34e7.png)  
Requires Node.js v18+  
Requires installation of @google/generative-ai npm module  
to install it run `npm install @google/generative-ai` from the directory where Node-RED is installed.  
Requires an API KEY that can be obtained from [here](https://makersuite.google.com/app/apikey) if you live in a [supported country](https://ai.google.dev/available_regions).

The rate limit for Gemini Pro models is 60 requests per minute (RPM), which should be plenty for most use cases.

You can adjust the maxOutputTokens in the Gemini function node to fine tune responses.
