ComfyUI Node
Gemini 3 结构化输出
A ComfyUI node in Gemini3/高级 with 9 inputs and 2 outputs.
Gemini 3 结构化输出
- json_output
- usage_metadata
◄prompt搜索最新的欧洲杯比赛结果►
◄json_schema{
"type": "object",
"properties": {
"winner": {
"type": "string",
"description": "获胜者名称"
},
"final_score": {
"type": "string",
"description": "最终比分"
},
"scorers": {
"type": "array",
"items": {
"type": "string"
},
"description": "进球者名单"
}
},
"required": [
"winner",
"final_score",
"scorers"
]
}►
◄api_providergoogle►
◄api_key—►
◄modelgemini-3-pro-preview►
◄thinking_levelhigh►
◄enable_google_searchfalse►
◄enable_code_executionfalse►
◄enable_url_contextfalse►
CategoryGemini3/高级
Inputs (9)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | 搜索最新的欧洲杯比赛结果 | — |
| json_schema | STRING | { "type": "object", "properties": { "winner": { "type": "string", "description": "获胜者名称" }, "final_score": { "type": "string", "description": "最终比分" }, "scorers": { "type": "array", "items": { "type": "string" }, "description": "进球者名单" } }, "required": [ "winner", "final_score", "scorers" ] } | — |
| api_provider | COMBO | 1 options: google | |
| api_key | STRING | — | |
| model | COMBO | gemini-3-pro-preview | 1 options: gemini-3-pro-preview |
| thinking_level | COMBO | high | 2 options: high, low |
| enable_google_searchopt | BOOLEAN | false | — |
| enable_code_executionopt | BOOLEAN | false | — |
| enable_url_contextopt | BOOLEAN | false | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| json_output | STRING | — |
| usage_metadata | STRING | — |