ComfyUI Node
Gemini Multi-Turn Chat
A ComfyUI node in API Toolkit/Gemini/Text with 7 inputs and 2 outputs.
Gemini Multi-Turn Chat
- response
- conversation_history
◄api_key►
◄modelgemini-2.5-flash►
◄custom_model►
◄message►
◄conversation_history►
◄system_instruction►
◄temperature0.70►
CategoryAPI Toolkit/Gemini/Text
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| api_key | STRING | Gemini API key. Leave blank to use GEMINI_API_KEY env var. | |
| model | COMBO | gemini-2.5-flash | Gemini model for chat. |
| custom_model | STRING | Override with a custom model ID. | |
| message | STRING | The new user message to send. | |
| conversation_historyopt | STRING | JSON conversation history from previous turn. Leave empty to start fresh. | |
| system_instructionopt | STRING | System instruction for the chat. | |
| temperatureopt | FLOAT | 0.700–2 | Controls randomness. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| response | STRING | — |
| conversation_history | STRING | — |