| Example | Description |
|---|---|
| Cohere Basic | Run Cohere Command A with sync, async, and streaming responses. |
| DB | Persist Cohere agent sessions in Postgres and reuse history across runs. |
| Cohere Image Agent | Migrate the pinned Aya Vision 8B example to Command A Vision, then describe an image from a URL. |
| Cohere Image Agent Bytes | Migrate the pinned Aya Vision 8B example to Command A Vision, then analyze raw image bytes. |
| Cohere Image Agent Local File | Migrate the pinned Aya Vision 8B example to Command A Vision, then analyze a local image with Image(filepath=...). |
| Knowledge | Query a recipe PDF stored in PgVector from a Cohere Command A agent. |
| Memory | Use personalized memories and summaries in an agent. |
| Retry | Review retry settings and why invalid model IDs cannot reliably exercise the retry path. |
| Cohere Structured Output | Generate a typed MovieScript with Cohere Command A and output_schema. |
| Tool Use | Add WebSearchTools to a Cohere Command A agent for live news queries. |
Cohere
Cohere
Run Cohere Command A examples and migrate pinned Aya Vision 8B image examples to Command A Vision.