Cohere

Run Cohere Command A examples and migrate pinned Aya Vision 8B image examples to Command A Vision.

ExampleDescription
Cohere BasicRun Cohere Command A with sync, async, and streaming responses.
DBPersist Cohere agent sessions in Postgres and reuse history across runs.
Cohere Image AgentMigrate the pinned Aya Vision 8B example to Command A Vision, then describe an image from a URL.
Cohere Image Agent BytesMigrate the pinned Aya Vision 8B example to Command A Vision, then analyze raw image bytes.
Cohere Image Agent Local FileMigrate the pinned Aya Vision 8B example to Command A Vision, then analyze a local image with Image(filepath=...).
KnowledgeQuery a recipe PDF stored in PgVector from a Cohere Command A agent.
MemoryUse personalized memories and summaries in an agent.
RetryReview retry settings and why invalid model IDs cannot reliably exercise the retry path.
Cohere Structured OutputRequest JSON from Cohere Command A and validate it locally as a MovieScript.
Tool UseAdd WebSearchTools to a Cohere Command A agent for live news queries.