> ## 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.

# Together

> Run Together models with streaming, image input, reasoning, structured output, web search, and retry configuration.

<Warning>
  Together retires serverless model IDs on a rolling schedule. The Agno 2.7.4 cookbook examples may reference retired IDs. Before running an example, choose a current model from the [serverless catalog](https://docs.together.ai/docs/serverless/models) and verify the capabilities required by that example.
</Warning>

| Example                                                                               | Description                                                                                    |
| ------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| [Together Basic](/examples/models/together/basic)                                     | Run a current Together chat model with sync, streaming, and async calls.                       |
| [Together Image Agent](/examples/models/together/image-agent)                         | Describe an image from a URL with a current Together vision model.                             |
| [Together Image Agent Bytes](/examples/models/together/image-agent-bytes)             | Send local image bytes to a current Together vision model and stream the description.          |
| [Together Image Agent With Memory](/examples/models/together/image-agent-with-memory) | Keep image context across turns with a current Together vision model and agent history.        |
| [Together Reasoning Agent](/examples/models/together/reasoning-agent)                 | Select a current Together reasoning model and print its reasoning steps.                       |
| [Retry](/examples/models/together/retry)                                              | Review retry settings and why invalid model IDs cannot reliably exercise the retry path.       |
| [Together Structured Output](/examples/models/together/structured-output)             | Return a Pydantic MovieScript through Together with a model that supports structured outputs.  |
| [Tool Use](/examples/models/together/tool-use)                                        | Give a function-calling Together model web search tools and run it sync, streaming, and async. |
