Groq Chat Model node
Use the Groq Chat Model node to access Groq's large language models for conversational AI and text generation tasks.
On this page, you'll find the node parameters for the Groq Chat Model node, and links to more resources.
Credentials: You can find authentication information for this node here.
Node parameters
- Model: Select the model which will generate the completion. n8n dynamically loads available models from the Groq API. Learn more in the Groq model documentation (opens in a new tab).
Node options
- Maximum Number of Tokens: Enter the maximum number of tokens used, which sets the completion length.
- Sampling Temperature: Use this option to control the randomness of the sampling process. A higher temperature creates more diverse sampling, but increases the risk of hallucinations.
Related resources
Refer to Groq's API documentation (opens in a new tab) for more information about the service.