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

# Fireworks

> Run Fireworks models with streaming, structured output, web search, and retry configuration.

| Example                                                                     | Description                                                                              |
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Fireworks Basic](/examples/models/fireworks/basic)                         | Run Fireworks GPT OSS 120B with synchronous, asynchronous, and streaming responses.      |
| [Retry](/examples/models/fireworks/retry)                                   | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Fireworks Structured Output](/examples/models/fireworks/structured-output) | Return a MovieScript Pydantic object from a Fireworks GPT OSS 120B agent.                |
| [Tool Use](/examples/models/fireworks/tool-use)                             | Stream web search results from a Fireworks GPT OSS 120B agent.                           |
