ComfyUI Node
Gemini 3.5 Flash
A ComfyUI node in Runware/Text/google with 24 inputs and 1 output.
Gemini 3.5 Flash
- messages
- images
- text
◄seed0►
◄numberResults1►
◄includeUsagefalse►
◄settings.frequencyPenalty0.00►
◄settings.maxTokens65535►
◄providerSettings.google.mediaResolution(default)►
◄settings.presencePenalty0.00►
◄providerSettings.google.searchfalse►
◄providerSettings.google.searchLatitudefalse►
◄providerSettings.google.searchLatitude_value-90.00►
◄providerSettings.google.searchLongitudefalse►
◄providerSettings.google.searchLongitude_value-180.00►
◄settings.systemPrompt►
◄settings.temperature1.00►
◄settings.thinkingLevelhigh►
◄providerSettings.google.thoughtSignature►
◄toolChoicefalse►
◄toolChoice.name►
◄toolChoice.type(default)►
◄settings.topP0.95►
◄outputFormatTEXT►
◄advanced_json►
CategoryRunware/Text/google
Inputs (24)
| Name | Type | Default | Description |
|---|---|---|---|
| messages | RUNWARE_MESSAGES | — | |
| imagesopt | IMAGE | — | |
| seedopt | INT | 00–4294967295 | Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range. |
| numberResultsopt | INT | 11–4 | Number of results to generate. Each result uses a different seed, producing variations of the same parameters. |
| includeUsageopt | BOOLEAN | false | Include token usage statistics in the response. |
| settings.frequencyPenaltyopt | FLOAT | 0.00-2–2 | Penalizes tokens based on their frequency in the output so far. A value of 0.0 disables the penalty. |
| settings.maxTokensopt | INT | 655351–65535 | Maximum number of tokens to generate in the response. |
| providerSettings.google.mediaResolutionopt | COMBO | (default) | Controls the token budget allocated to images and video frames. Higher values preserve more detail at the cost of additional tokens. |
| settings.presencePenaltyopt | FLOAT | 0.00-2–2 | Encourages the model to introduce new topics. A value of 0.0 disables the penalty. |
| providerSettings.google.searchopt | BOOLEAN | false | Enable live web search grounding to incorporate real-world, up-to-date information into image generation. |
| providerSettings.google.searchLatitudeopt | BOOLEAN | false | Enable to set providerSettings.google.searchLatitude. Off uses the model's default. |
| providerSettings.google.searchLatitude_valueopt | FLOAT | -90.00-90–90 | Latitude for location-biased Google Search grounding. |
| providerSettings.google.searchLongitudeopt | BOOLEAN | false | Enable to set providerSettings.google.searchLongitude. Off uses the model's default. |
| providerSettings.google.searchLongitude_valueopt | FLOAT | -180.00-180–180 | Longitude for location-biased Google Search grounding. |
| settings.systemPromptopt | STRING | System-level instruction that guides the model's behavior and output style across the entire generation. | |
| settings.temperatureopt | FLOAT | 1.000–2 | Controls randomness in generation. Lower values produce more deterministic outputs, higher values increase variation and creativity. |
| settings.thinkingLevelopt | COMBO | high | Controls the depth of internal reasoning the model performs before generating a response. |
| providerSettings.google.thoughtSignatureopt | STRING | Encrypted reasoning context returned from a previous response. Pass it back to maintain multi-turn reasoning continuity. | |
| toolChoiceopt | BOOLEAN | false | Enable to set toolChoice. Off uses the model's default. |
| toolChoice.nameopt | STRING | Name of the specific tool the model must call. Required when type is `tool`. | |
| toolChoice.typeopt | COMBO | (default) | Strategy the model uses to decide when and which tools to call. |
| settings.topPopt | FLOAT | 0.950–1 | Nucleus sampling parameter that controls diversity by limiting the probability mass. Lower values make outputs more focused, higher values increase diversity. |
| outputFormatopt | COMBO | TEXT | Output format for the generated text. |
| advanced_jsonopt | STRING | Optional JSON merged into the request. For: inputs.audios, inputs.documents, inputs.videos, settings.stopSequences, jsonSchema, tools |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| text | STRING | — |