> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-codex-docs-audit-20260719-0149.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Groq

> Groq examples for agents and teams, multimodal input, knowledge, reasoning, research, transcription, translation, structured output, and tools.

| Example                                                            | Description                                                                                                                                  |
| ------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------- |
| [Groq Agent Team](/examples/models/groq/agent-team)                | Coordinate web search and YFinance agents in a team led by Groq Llama 3.3.                                                                   |
| [Groq Basic](/examples/models/groq/basic)                          | Run a Groq Llama 3.3 agent in sync, async, streaming, and non-streaming modes.                                                               |
| [Groq Browser Search](/examples/models/groq/browser-search)        | Answer live questions with Groq's built-in browser\_search tool on GPT-OSS 20B.                                                              |
| [DB](/examples/models/groq/db)                                     | Store Groq agent sessions in Postgres so follow-up questions keep context.                                                                   |
| [Deep Knowledge](/examples/models/groq/deep-knowledge)             | DeepKnowledge - An AI Agent that iteratively searches a knowledge base to answer questions.                                                  |
| [Groq Image Agent](/examples/models/groq/image-agent)              | Describe an image from a URL using Llama 4 Scout's vision support on Groq.                                                                   |
| [Knowledge](/examples/models/groq/knowledge)                       | Answer questions from a PDF knowledge base in PgVector with a Groq agent.                                                                    |
| [Groq Metrics](/examples/models/groq/metrics)                      | Inspect token and timing metrics per message after a Groq agent run.                                                                         |
| [Groq Reasoning Agent](/examples/models/groq/reasoning-agent)      | Pair DeepSeek R1 Distill for reasoning with Llama 3.3 for the final answer.                                                                  |
| [Research Agent Exa](/examples/models/groq/research-agent-exa)     | Research a topic with Exa search on Groq and save the markdown report to a file.                                                             |
| [Research Agent Seltz](/examples/models/groq/research-agent-seltz) | Generate a referenced research report with Seltz search and a Groq agent.                                                                    |
| [Retry](/examples/models/groq/retry)                               | Review retry settings and why invalid model IDs cannot reliably exercise the retry path.                                                     |
| [Groq Structured Output](/examples/models/groq/structured-output)  | Return a MovieScript Pydantic object from Groq using JSON mode.                                                                              |
| [Tool Use](/examples/models/groq/tool-use)                         | Combine web search and Newspaper4k article extraction in a Groq research agent.                                                              |
| [Transcription Agent](/examples/models/groq/transcription-agent)   | Give an agent GroqTools to transcribe a hosted WAV file to English.                                                                          |
| [Groq Translation Agent](/examples/models/groq/translation-agent)  | Transcribe French audio, translate it, and generate English speech with GroqTools.                                                           |
| [Reasoning](/examples/models/groq/reasoning/overview)              | DeepSeek R1 Distill reasoning examples on Groq: sync/streaming basics, a PgVector knowledge-search agent, and a YFinance stock report agent. |
