Enterprise · Cohere
Command R+
RAG-optimised enterprise model with citation support built in.
Context window
128K
tokens
Input price
$2.5
per 1M tokens
Output price
$10
per 1M tokens
Routing
Included
failover + retries
Call it with any OpenAI SDK
Swap the base URL and key — request shape, streaming and tool calls stay identical.
python
from openai import OpenAI client = OpenAI( base_url="https://api.lingyuns.com/v1", api_key="ly-sk-…", ) r = client.chat.completions.create( model="command-r-plus", messages=[{"role": "user", "content": "Hello"}], ) # billed at $2.5 in / $10 out per 1M
Specifications
Prices are list rates in USD per million tokens. Your prepaid credits cover every model in the catalog at these rates.