ComfyUI Node
Groq Tool Use
A ComfyUI node in groq/tools with 7 inputs and 3 outputs.
Groq Tool Use
- response_text
- tool_calls_json
- usage_info
◄promptWhat is the weather in San Francisco?►
◄tools_json[
{
"type": "function",
"function": {
"name": "get_weather",
"description": "Get the current weather for a location",
"parameters": {
"type": "object",
"properties": {
"location": {
"type": "string",
"description": "City name"
},
"unit": {
"type": "string",
"enum": [
"celsius",
"fahrenheit"
]
}
},
"required": [
"location"
]
}
}
}
]►
◄modelllama-3.3-70b-versatile►
◄temperature1.0►
◄api_key►
◄tool_choiceauto►
◄parallel_tool_callstrue►
Categorygroq/tools
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | What is the weather in San Francisco? | — |
| tools_json | STRING | [ { "type": "function", "function": { "name": "get_weather", "description": "Get the current weather for a location", "parameters": { "type": "object", "properties": { "location": { "type": "string", "description": "City name" }, "unit": { "type": "string", "enum": [ "celsius", "fahrenheit" ] } }, "required": [ "location" ] } } } ] | — |
| model | COMBO | llama-3.3-70b-versatile | 7 options: llama-3.3-70b-versatile, llama-3.1-8b-instant, openai/gpt-oss-120b, openai/gpt-oss-20b, groq/compound, groq/compound-mini, +1 |
| temperature | FLOAT | 1.00–2 | — |
| api_keyopt | STRING | — | |
| tool_choiceopt | COMBO | auto | 3 options: auto, required, none |
| parallel_tool_callsopt | BOOLEAN | true | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| response_text | STRING | — |
| tool_calls_json | STRING | — |
| usage_info | STRING | — |