Skip to main content
Groq is an LLM plugin built for low-latency inference. It takes the transcribed conversation and generates the reply, running open models such as Llama on Groq’s LPU hardware.

Setup

Set your Groq API key in the worker environment. Generate a key from the Groq console:

Usage

Import the plugin and pass it to the pipeline’s llm slot.
GroqLLM ships in the Python SDK only. On Node JS, use another LLM plugin instead.

Configuration Options

Constructor parameters for GroqLLM. The Python and Node JS SDKs share these field names.

Import paths

The reply is streamed to the text-to-speech plugin, which synthesizes the agent’s voice.