Build AI Agents with Cohere
Enterprise-focused AI with RAG-optimized models and strong document understanding.
Available Cohere Models
| Model | ID |
|---|---|
| Command R+ | command-r-plus |
| Command R | command-r |
| Command Light | command-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