ComfyUI Node
Google Gemini 3.6 Flash (Official Edition)
A ComfyUI node in BizyAirModelServices/BizyTRD/Gemini Vision with 10 inputs and 2 outputs.
Google Gemini 3.6 Flash (Official Edition)
- images
- api_config
- result
- request_id
◄prompt►
◄system_instruction►
◄stop_sequences►
◄response_schema►
◄response_mime_typetext/plain►
◄seed0►
◄max_output_tokens8192►
◄skip_errorfalse►
CategoryBizyAirModelServices/BizyTRD/Gemini Vision
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | Up to 3,000 images per request (PNG/JPEG/WebP/HEIC/HEIF, max 7MB per inline image, 30MB per Cloud Storage image). | |
| prompt | STRING | User's text prompt describing what to do with the image(s). Supports up to 1,048,576 input tokens. | |
| system_instructionopt | STRING | Optional system instruction to guide model behavior. Default: empty. | |
| stop_sequencesopt | STRING | Up to 5 string sequences that stop generation. Default: empty. | |
| response_schemaopt | STRING | Optional JSON schema for structured output (only valid when response_mime_type=application/json). Default: empty. | |
| response_mime_typeopt | COMBO | text/plain | Output format of the generated text. Default: text/plain. |
| seedopt | INT | 0-1–2147483647 | Random seed for reproducible generation (-1 = random). |
| max_output_tokensopt | INT | 81921–65536 | Maximum number of tokens to generate (1-65,536). Default: 8192. |
| api_configopt | BIZYAIR_OPENAPI_CONFIG | 单次请求覆盖base_url和api_key | |
| skip_erroropt | BOOLEAN | false | 开启后遇到错误不中断工作流,输出对应类型的错误占位符 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| result | STRING | — |
| request_id | STRING | — |