Command R+ (08-2024)

128 000 context

Model ID

command-r-plus-08-2024

Use It in Python

from openai import OpenAI

client = OpenAI(
    base_url="https://api.cohere.ai/v1",
    api_key="YOUR_API_KEY",
)

response = client.chat.completions.create(
    model="command-r-plus-08-2024",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Don't have a key yet? See how to get one — no credit card needed for Cohere.

Free Tier Limits (Cohere)

Rate Limit
20 requests/minute
Daily Limit
-
Monthly Limit
1,000 requests/month