> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-service-account.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 a Llama 3.1 405B agent with sync, async, and streaming responses.       |
| [Retry](/examples/models/fireworks/retry)                                   | Configure retry count, delay, and exponential backoff on a Fireworks model. |
| [Fireworks Structured Output](/examples/models/fireworks/structured-output) | Return a `MovieScript` Pydantic object from a Fireworks agent.              |
| [Tool Use](/examples/models/fireworks/tool-use)                             | Stream responses from a Fireworks agent with `WebSearchTools`.              |
