> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-includ-tool-results-in-member-responses.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat

> Cookbook examples for `cookbook/90_models/openrouter/chat`.

| Example                                                                            | Description                                                                                                                              |
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| [Openrouter Basic](/examples/models/openrouter/chat/basic)                         | Cookbook example for `openrouter/chat/basic.py`.                                                                                         |
| [Dynamic Model Router](/examples/models/openrouter/chat/dynamic-model-router)      | Dynamic models provide automatic failover when the primary model encounters: - Rate limits - Timeouts - Unavailability - Model overload. |
| [Retry](/examples/models/openrouter/chat/retry)                                    | Example demonstrating how to set up retries with OpenRouter.                                                                             |
| [Openrouter Structured Output](/examples/models/openrouter/chat/structured-output) | Cookbook example for `openrouter/chat/structured_output.py`.                                                                             |
| [Tool Use](/examples/models/openrouter/chat/tool-use)                              | Openrouter model example.                                                                                                                |
