Back to Models
C

Command R

Cohere/cohere/command-r-08-2024
Chat

Efficient model for RAG and tool use

Input Price

$0.15

per 1M tokens

Output Price

$0.6

per 1M tokens

Context

128K

tokens

Modalities

text

Model ID

cohere/command-r-08-2024

Pricing Breakdown

DirectionPer 1K tokensPer 1M tokens
Input$0.00015000$0.1500
Output$0.00060000$0.6000

Quick Start

from openai import OpenAI

client = OpenAI(
    api_key="dg-your-api-key",
    base_url="https://api.doggiegateway.com/v1"
)

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

print(response.choices[0].message.content)

How It Works

Doggie Gateway routes your request to Cohere's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.

Pay-per-use pricing
No monthly fees
OpenAI-compatible API

Ready to use Command R?

Create an account, get your API key, and start making API calls in under a minute.