Skip to main content
Groq provides fast inference endpoints for large language models. See all Groq-supported models here.
  • We recommend using llama-3.3-70b-versatile for general use.
  • We recommend using llama-3.1-8b-instant for faster results.
  • We recommend using meta-llama/llama-4-scout-17b-16e-instruct for image understanding.

Multimodal Support

With Groq we support Image as input.

Authentication

Set your GROQ_API_KEY environment variable. Get your key from here.

Example

Install the groq package:
Use Groq with your Agent:
View more examples here.

Parameters

Groq uses the groq Python SDK. It is a subclass of the Model class and has access to the same params. See the Groq reference for all parameters.