Haimaker.ai Logo
Cohere logo

c4ai command r plus

cohere/command-r-plus
Chatcc-by-nc-4.0
Cohere|
Function Calling
|Released Apr 2024 · Updated Apr 2025
Parameters
103.8B
Context Window
128K
tokens
Max Output
4K
tokens
Input Price
$2.50
/1M tokens
Output Price
$10.00
/1M tokens

Overview

Cohere's Command R+, a large model optimized for retrieval-augmented generation and enterprise applications.

Features & Capabilities

Modechat
Context Window128K tokens
Max Output4K tokens
Function CallingSupported
Vision-
Reasoning-
Web Search-
Url Context-

Technical Details

ArchitectureCohereForCausalLM
Model Typecohere
Languagesen, fr, de, es, it, pt, ja, ko, zh, ar
Librarytransformers

API Usage

from openai import OpenAI

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

response = client.chat.completions.create(
    model="cohere/command-r-plus",
    messages=[
        {"role": "user", "content": "Hello, how are you?"}
    ],
)

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

Use c4ai command r plus with the haimaker API

OpenAI-compatible endpoint. Start building in minutes.

Get API Access