Skip to content

Build AI Agents with Cohere

Enterprise-focused AI with RAG-optimized models and strong document understanding.

Available Cohere Models

ModelID
Command R+command-r-plus
Command Rcommand-r
Command Lightcommand-light

Why use Cohere for AI agents?

RAG optimized
Enterprise security
Document grounding
Embeddings included

Best use cases

  • Enterprise search
  • Document analysis
  • RAG applications
  • Knowledge management

Quick start code

agent.py
from agno.agent import Agent
from agno.models.cohere import CohereChat

agent = Agent(
    name="My Cohere Agent",
    model=CohereChat(id="command-r-plus"),
    instructions=["You are a helpful assistant."],
    markdown=True,
)

agent.print_response("Hello! What can you help me with?")

Install: pip install agno Then set CO_API_KEY

Contact Us

Press Ctrl+Enter to send