| Example | Description |
|---|---|
| Groq Agent Team | Coordinate web search and YFinance agents in a team led by Groq Llama 3.3. |
| Groq Basic | Run a Groq Llama 3.3 agent in sync, async, streaming, and non-streaming modes. |
| 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 | Pair DeepSeek R1 Distill for reasoning with Llama 3.3 for the final answer. |
| 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 | Return a MovieScript Pydantic object from Groq using JSON mode. |
| 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 | Transcribe French audio, translate it, and generate English speech with GroqTools. |
| Reasoning | DeepSeek R1 Distill reasoning examples on Groq: sync/streaming basics, a PgVector knowledge-search agent, and a YFinance stock report agent. |
Groq
Groq
Groq examples for agents and teams, multimodal input, knowledge, reasoning, research, transcription, translation, structured output, and tools.