Groq Models
W-Kits supports Groq's high-performance models. Import and use these models in your AI agents for different capabilities.
Environment Setup
You need to set up your Groq API key as an environment variable:
GROQ_API_KEY=xxxxxxxxxImport and Usage
import { groq } from 'w-kits/models';
const agent = new Agent({
model: groq('llama-3.3-70b-versatile'),
// ... other configuration
});Model Capabilities
| Model | Image Input | Object Generation | Tool Usage | Tool Streaming |
|---|---|---|---|---|
| llama-3.3-70b-versatile | ||||
| llama-3.1-8b-instant | ||||
| gemma2-9b-it | ||||
| mixtral-8x7b-32768 |