Together retires serverless model IDs on a rolling schedule. The Agno 2.7.2 cookbook examples may reference retired IDs. Before running an example, choose a current model from the serverless catalog and verify the capabilities required by that example.
| Example | Description |
|---|---|
| Together Basic | Run a current Together chat model with sync, streaming, and async calls. |
| Together Image Agent | Describe an image from a URL with a current Together vision model. |
| Together Image Agent Bytes | Send local image bytes to a current Together vision model and stream the description. |
| Together Image Agent With Memory | Keep image context across turns with a current Together vision model and agent history. |
| Together Reasoning Agent | Select a current Together reasoning model and print its reasoning steps. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Together Structured Output | Return a Pydantic MovieScript through Together with a model that supports structured outputs. |
| Tool Use | Give a function-calling Together model web search tools and run it sync, streaming, and async. |