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

# Llama

> Cookbook examples for `cookbook/90_models/meta/llama`.

| Example                                                                 | Description                                             |
| ----------------------------------------------------------------------- | ------------------------------------------------------- |
| [Async Knowledge](/examples/models/meta/llama/async-knowledge)          | Add content to the knowledge.                           |
| [Meta Basic](/examples/models/meta/llama/basic)                         | Cookbook example for `meta/llama/basic.py`.             |
| [Db](/examples/models/meta/llama/db)                                    | Meta model example.                                     |
| [Meta Image Input Bytes](/examples/models/meta/llama/image-input-bytes) | Cookbook example for `meta/llama/image_input_bytes.py`. |
| [Meta Image Input File](/examples/models/meta/llama/image-input-file)   | Cookbook example for `meta/llama/image_input_file.py`.  |
| [Knowledge](/examples/models/meta/llama/knowledge)                      | Add content to the knowledge.                           |
| [Memory](/examples/models/meta/llama/memory)                            | Steps: 1.                                               |
| [Meta Metrics](/examples/models/meta/llama/metrics)                     | Cookbook example for `meta/llama/metrics.py`.           |
| [Meta Structured Output](/examples/models/meta/llama/structured-output) | Cookbook example for `meta/llama/structured_output.py`. |
| [Tool Use](/examples/models/meta/llama/tool-use)                        | Meta model example.                                     |
