Skip to main content

Groq Provider

Ultra-fast inference with Groq’s LPU technology.

Environment Variables

export GROQ_API_KEY=gsk_...

Supported Modalities

ModalitySupported
Text/Chat
Tools

Quick Start

import { Agent } from 'praisonai';

const agent = new Agent({
  name: 'GroqAgent',
  instructions: 'You are a helpful assistant.',
  llm: 'groq/llama-3.3-70b-versatile'
});

const response = await agent.chat('Hello!');

Available Models

ModelDescription
llama-3.3-70b-versatileLlama 3.3 70B
mixtral-8x7b-32768Mixtral 8x7B
gemma2-9b-itGemma 2 9B