Groq
Groq examples for agents and teams, multimodal input, knowledge, reasoning, research, transcription, translation, structured output, and tools.
| Example | Description |
|---|---|
| Groq Agent Team | Coordinate web-search and finance agents with a GPT-OSS 120B team on Groq. |
| Groq Basic | Run GPT-OSS 120B on Groq with synchronous, asynchronous and streaming responses. |
| Groq Browser Search | Answer live questions with Groq's built-in browser_search tool on GPT-OSS 20B. |
| DB | Store Groq agent sessions in Postgres so follow-up questions keep context. |
| Deep Knowledge | DeepKnowledge - An AI Agent that iteratively searches a knowledge base to answer questions. |
| Groq Image Agent | Describe an image from a URL using Llama 4 Scout's vision support on Groq. |
| Knowledge | Answer questions from a PDF knowledge base in PgVector with a Groq agent. |
| Groq Metrics | Inspect token and timing metrics per message after a Groq agent run. |
| Groq Reasoning Agent | Use GPT-OSS 120B on Groq for a separate reasoning stage and final response. |
| Research Agent Exa | Research a topic with Exa search on Groq and save the markdown report to a file. |
| Research Agent Seltz | Generate a referenced research report with Seltz search and a Groq agent. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Groq Structured Output | Request JSON from Groq and validate it locally as a MovieScript. |
| Tool Use | Combine web search and Newspaper4k article extraction in a Groq research agent. |
| Transcription Agent | Give an agent GroqTools to transcribe a hosted WAV file to English. |
| Groq Translation Agent | Translate French audio and generate English speech with GroqTools. |
| Reasoning | Run current Groq reasoning examples with model substitutions for historical cookbook sources. |