ComfyUI Node Runs on cloud
Google Gemini
Generate text responses with Google's Gemini AI model. You can provide multiple types of inputs (text, images, audio, video) as context for generating more relevant and meaningful responses.
Google Gemini
- images
- audio
- video
- files
- STRING
◄prompt►
◄modelgemini-3-1-pro►
◄seed42►
◄system_prompt►
Categorypartner/text/Gemini
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | Text inputs to the model, used to generate a response. You can include detailed instructions, questions, or context for the model. | |
| model | COMBO | gemini-3-1-pro | The Gemini model to use for generating responses. |
| seed | INT | 420–18446744073709550000 | When seed is fixed to a specific value, the model makes a best effort to provide the same response for repeated requests. Deterministic output isn't guaranteed. Also, changing the model or parameter settings, such as the temperature, can cause variations in the response even when you use the same seed value. By default, a random seed value is used. |
| imagesopt | IMAGE | Optional image(s) to use as context for the model. To include multiple images, you can use the Batch Images node. | |
| audioopt | AUDIO | Optional audio to use as context for the model. | |
| videoopt | VIDEO | Optional video to use as context for the model. | |
| filesopt | GEMINI_INPUT_FILES | Optional file(s) to use as context for the model. Accepts inputs from the Gemini Generate Content Input Files node. | |
| system_promptopt | STRING | Foundational instructions that dictate an AI's behavior. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| STRING | STRING | — |