Groq Backend
Groq provides extremely fast inference. Uses the same multi-frame batch strategy as OpenAI.
Setup
- Get an API key at console.groq.com
- Run
eyeroll initand select Groq, or set it directly:
Capabilities
| Feature | Supported |
|---|---|
| Direct video upload | No |
| Multi-frame batch | Yes (all frames in one API call) |
| Audio transcription | No |
| Text generation | Yes |
| Preflight health check | Yes |
Model
Override with the --model flag:
How it works
Groq uses the OpenAI-compatible API format. eyeroll sends all extracted frames as base64-encoded images in a single API call, with timestamps per frame. No audio transcription is available.
Cost
Groq offers competitive pricing with very low latency. Check groq.com for current rates.
Install
Uses the openai SDK with a custom base URL.