groq
¶
Groq LLM provider (OpenAI-compatible chat endpoint).
Classes¶
fastvideo.entrypoints.streaming.prompt.providers.groq.GroqProvider
dataclass
¶
Groq inference adapter.
Identical wire format to :class:CerebrasProvider; both go through
:func:complete_openai_compatible. The two providers differ only
in base URL, env var, and model id conventions.