Skip to main content
Providers

Cohere

Use cohere/<model> with VoltAgent's model router.

Quick start

import { Agent } from "@voltagent/core";

const agent = new Agent({
name: "cohere-agent",
instructions: "You are a helpful assistant",
model: "cohere/command-a-03-2025",
});

Environment variables

  • COHERE_API_KEY

Provider package

@ai-sdk/cohere

Default base URL

Not listed.

You can override the base URL by setting COHERE_BASE_URL.

Provider docs

Models

Show models (7)
  • command-a-03-2025
  • command-a-reasoning-08-2025
  • command-a-translate-08-2025
  • command-a-vision-07-2025
  • command-r-08-2024
  • command-r-plus-08-2024
  • command-r7b-12-2024

Table of Contents