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

# Vercel

> Index of Agno examples running on Vercel's v0 model: basic runs, images, knowledge, retries, and web search.

| Example                                                   | Description                                                                              |
| --------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [Vercel Basic](/examples/models/vercel/basic)             | Run a minimal agent on Vercel's v0 model with sync, streaming, and async calls.          |
| [Vercel Image Agent](/examples/models/vercel/image-agent) | Pass an image URL to Vercel's v0 model and search the web for related news.              |
| [Knowledge](/examples/models/vercel/knowledge)            | Query a PgVector knowledge base built from a PDF with an agent on Vercel's v0 model.     |
| [Retry](/examples/models/vercel/retry)                    | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| [Vercel v0 Tool Use](/examples/models/vercel/tool-use)    | Stream a web-search agent on Vercel's v0 model, sync and async.                          |
