Cohere

Cohere

active

Cohere's Trial API key — free access to Command A, Command R+, Command R7B and Aya Expanse. Limited to 20 RPM and 1,000 calls/month. Non-commercial use only.

https://api.cohere.ai/compatibility/v1

Avg Latency

90-day Uptime

%

Rate Limits

20 RPM / 33 RPD

Sign-up Required

Yes

Info

Base URL https://api.cohere.ai/compatibility/v1
Sign-up Required Yes
Credit Card Not required
Context Window 256K
Last Verified 2026-03-30
openai-compatiblefunction-callnon-commercialragembedrerank

Models (6)

command-a-03-2025

CTX: 256K · 20 RPM

active

command-r-plus

CTX: 128K · 20 RPM

active

command-r

CTX: 128K · 20 RPM

active

command-r7b-12-2024

CTX: 128K · 20 RPM

active

aya-expanse-32b

CTX: 128K · 20 RPM

active

aya-expanse-8b

CTX: 8K · 20 RPM

active

Quick Start

bash
export API_KEY="your_api_key_here"
curl https://api.cohere.ai/compatibility/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $API_KEY" \
  -d '{
    "model": "command-a-03-2025",
    "messages": [
      {"role": "user", "content": "Hello! How are you?"}
    ]
  }'