Grok Backend
Grok from xAI. Uses the same multi-frame batch strategy as OpenAI.
Setup
- Get an API key from x.ai
- Run
eyeroll initand select Grok, 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
Grok 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
Varies. Check x.ai for current pricing.
Install
Uses the openai SDK with a custom base URL.