Nodes/Groq Nodes/Groq Tool Use
ComfyUI Node

Groq Tool Use

A ComfyUI node in groq/tools with 7 inputs and 3 outputs.

By brayevalerien·Created 9 months ago·Updated 9 months ago· 1
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)

    NameTypeDefaultDescription
    promptSTRINGWhat is the weather in San Francisco?
    tools_jsonSTRING[ { "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" ] } } } ]
    modelCOMBOllama-3.3-70b-versatile7 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
    temperatureFLOAT1.00–2
    api_keyoptSTRING
    tool_choiceoptCOMBOauto3 options: auto, required, none
    parallel_tool_callsoptBOOLEANtrue

    Outputs (3)

    NameTypeDescription
    response_textSTRING
    tool_calls_jsonSTRING
    usage_infoSTRING