> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Chat

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

| Example                                                                    | Description                                              |
| -------------------------------------------------------------------------- | -------------------------------------------------------- |
| [Ollama Basic](/examples/models/ollama/chat/basic)                         | Cookbook example for `ollama/chat/basic.py`.             |
| [Db](/examples/models/ollama/chat/db)                                      | Ollama model example.                                    |
| [Ollama Demo Deepseek R1](/examples/models/ollama/chat/demo-deepseek-r1)   | Cookbook example for `ollama/chat/demo_deepseek_r1.py`.  |
| [Ollama Demo Gemma](/examples/models/ollama/chat/demo-gemma)               | Cookbook example for `ollama/chat/demo_gemma.py`.        |
| [Ollama Demo Phi4](/examples/models/ollama/chat/demo-phi4)                 | Cookbook example for `ollama/chat/demo_phi4.py`.         |
| [Ollama Demo Qwen](/examples/models/ollama/chat/demo-qwen)                 | Cookbook example for `ollama/chat/demo_qwen.py`.         |
| [Ollama Image Agent](/examples/models/ollama/chat/image-agent)             | Cookbook example for `ollama/chat/image_agent.py`.       |
| [Knowledge](/examples/models/ollama/chat/knowledge)                        | Add content to the knowledge.                            |
| [Memory](/examples/models/ollama/chat/memory)                              | Steps: 1.                                                |
| [Ollama Cloud](/examples/models/ollama/chat/ollama-cloud)                  | Chat Ollama Cloud.                                       |
| [Ollama Reasoning Agent](/examples/models/ollama/chat/reasoning-agent)     | Cookbook example for `ollama/chat/reasoning_agent.py`.   |
| [Retry](/examples/models/ollama/chat/retry)                                | Example demonstrating how to set up retries with Ollama. |
| [Set Client](/examples/models/ollama/chat/set-client)                      | Print the response in the terminal.                      |
| [Ollama Set Temperature](/examples/models/ollama/chat/set-temperature)     | Cookbook example for `ollama/chat/set_temperature.py`.   |
| [Ollama Structured Output](/examples/models/ollama/chat/structured-output) | Cookbook example for `ollama/chat/structured_output.py`. |
| [Tool Use](/examples/models/ollama/chat/tool-use)                          | Ollama model example.                                    |
