ComfyUI Node
Gemini 3.5 Flash
A ComfyUI node in BizyAirModelServices/BizyTRD/Gemini with 10 inputs and 2 outputs.
Gemini 3.5 Flash
- api_config
- result
- request_id
◄prompt►
◄system_instruction►
◄stop_sequences►
◄seed0►
◄temperature1.00►
◄top_p0.00►
◄top_k0►
◄max_output_tokens32768►
◄skip_errorfalse►
CategoryBizyAirModelServices/BizyTRD/Gemini
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | The text prompt describing what you want the model to generate. | |
| system_instructionopt | STRING | Optional system instruction to guide the model's behavior. | |
| stop_sequencesopt | STRING | Sequences that will stop generation when encountered. | |
| seedopt | INT | 0-1–2147483647 | Random seed for reproducible results. |
| temperatureopt | FLOAT | 1.000–2 | Sampling temperature. The higher the value, the more random the result. |
| top_popt | FLOAT | 0.000–1 | Nucleus sampling probability. Lower values focus on more likely tokens. |
| top_kopt | INT | 00–1 | Top-K sampling. Only consider the top K tokens at each step. |
| max_output_tokensopt | INT | 327681–65536 | The maximum length of the generated text, in tokens. |
| api_configopt | BIZYAIR_OPENAPI_CONFIG | 单次请求覆盖base_url和api_key | |
| skip_erroropt | BOOLEAN | false | 开启后遇到错误不中断工作流,输出对应类型的错误占位符 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |
| request_id | STRING | — |