scatter_plot Cohere | Toronto, Canada

Command R for
Enterprise AI in Turkey

Cohere's Command R models are designed specifically for enterprise knowledge management and RAG (Retrieval-Augmented Generation) applications.

rocket_launch Get Started compare Try in Playground description API Documentation
2
Models
2019
Founded
8
Sectors
TL
Pricing

What Is Cohere Command R?

About the technology and the company behind the model

Cohere was founded in 2019 in Toronto by former Google Brain researchers. Led by Aidan Gomez, one of the inventors of the Transformer architecture, the company focuses especially on enterprise AI and RAG applications. With source-cited responses and advanced tool use capabilities, the Command R models offer ideal solutions for enterprise knowledge management.

business
Provider
Cohere
calendar_month
Founded
2019
location_on
Headquarters
Toronto, Canada
category
Number of Models
2 models

Command R Performance Metrics

Results from industry-standard benchmark tests

MMLU Multi-Domain Knowledge 80.2
HumanEval Code Generation 75.0
RAG Score RAG Performance 94.0
Tool Use Tool Use 91.5

* Benchmark results are based on data published by the respective providers and may be updated.

Why Choose Command R?

Built for Enterprise RAG and Search

search

RAG Optimization

Command R is trained specifically for RAG applications. Reliable responses with source citation and verification capabilities.

source

Citations

It can automatically cite sources in its responses. You can track which information came from where.

build

Tool Use & Agentic

Advanced function calling and multi-tool use support. Build agentic workflows.

translate

Multilingual Embedding

Semantic search and document similarity computation in 100+ languages with the Cohere Embed models.

data_object

128K Context

Process and summarize long documents with a 128,000 token context window.

business

Enterprise-Focused

A design that meets enterprise security, data privacy and compliance standards.

Command R Models and Pricing

Command R models available in TL through Onysoft AI Gateway

Recommended

Command R+

Powerful

The most powerful Cohere model. For complex RAG and analysis tasks.

cohere/command-r-plus play_circle Try
arrow_downward Input: ₺0,11 / 1K tokens
arrow_upward Output: ₺0,46 / 1K tokens

Command R

Balanced

Balanced performance and cost. For everyday RAG applications.

cohere/command-r play_circle Try
arrow_downward Input: ₺0,01 / 1K tokens
arrow_upward Output: ₺0,03 / 1K tokens
view_list View All Models and Pricing

Command R Use Cases

What businesses in Turkey can build with Command R

manage_search

Enterprise Knowledge Management

Make internal documents, wikis and knowledge bases accessible through intelligent search.

fact_check

Verified Responses

Deliver reliable information with source-cited responses. Minimize the risk of hallucination.

integration_instructions

API Integrations

Integration with CRM, ERP and other enterprise systems through tool use support.

group

Internal Communication Assistant

An assistant that answers employee questions based on company policies and procedures.

Which Sectors Does Command R Serve?

Sectors using Command R through Onysoft AI Gateway

Enterprise Legal Finance Healthcare Insurance Public Sector Consulting HR

How to Get Started with Command R?

Start using Command R models in your project in 3 steps

1

Create an Account

Sign up to Onysoft AI Gateway for free. Sign in instantly with your email address or your GitHub/Google account. Your API key is generated automatically.

2

Add Balance

Add as much balance as you like in Turkish Lira. You can pay by bank transfer/EFT, credit card or corporate invoice. Transparent TL pricing with the current TCMB exchange rate.

3

Start Using the API

Thanks to our OpenAI-compatible API endpoint, access Command R models without changing your existing code. Just change the base_url and api_key.

from openai import OpenAI

client = OpenAI(
    api_key="sk-ony-...",
    base_url="https://api.onysoft.com/v1"
)

response = client.chat.completions.create(
    model="cohere/command-r-plus",
    messages=[{"role": "user", "content": "Merhaba!"}]
)
print(response.choices[0].message.content)
import OpenAI from 'openai';

const client = new OpenAI({
    apiKey: 'sk-ony-...',
    baseURL: 'https://api.onysoft.com/v1'
});

const response = await client.chat.completions.create({
    model: 'cohere/command-r-plus',
    messages: [{role: 'user', content: 'Merhaba!'}]
});
console.log(response.choices[0].message.content);
curl https://api.onysoft.com/v1/chat/completions \
  -H "Authorization: Bearer sk-ony-..." \
  -H "Content-Type: application/json" \
  -d '{
    "model": "cohere/command-r-plus",
    "messages": [{"role": "user", "content": "Merhaba!"}]
  }'
$ch = curl_init('https://api.onysoft.com/v1/chat/completions');
curl_setopt_array($ch, [
    CURLOPT_HTTPHEADER => [
        'Authorization: Bearer sk-ony-...',
        'Content-Type: application/json'
    ],
    CURLOPT_POSTFIELDS => json_encode([
        'model' => 'cohere/command-r-plus',
        'messages' => [['role' => 'user', 'content' => 'Merhaba!']]
    ]),
    CURLOPT_RETURNTRANSFER => true,
    CURLOPT_POST => true
]);
$response = json_decode(curl_exec($ch));
echo $response->choices[0]->message->content;

Why Use Command R with Onysoft?

The advantages of choosing Onysoft AI Gateway over the Cohere API directly

currency_lira

Pay in Turkish Lira

No foreign credit card needed. Transparent pricing in TL with the current TCMB exchange rate. Bank transfer, credit card or corporate invoice.

receipt_long

Invoicing in Turkey

As a company based in Turkey, we issue e-invoices and e-archive invoices. Your accounting processes run smoothly.

hub

One API, All Models

Access 370+ models including Command R just by changing the base_url. OpenAI SDK compatible.

support

24/7 Support in Turkish

Our Turkish-speaking technical support team is always with you. Integration help and issue resolution.

shield

KVKK Compliant

Data processing policies aligned with Turkish regulations. Enterprise data security standards.

trending_down

Cost Optimization

Switch easily between different models as your needs change. Optimize your budget.

Frequently Asked Questions About Command R

What people wonder about Command R and Onysoft AI Gateway

What is RAG, and why is Command R special at it? expand_more

RAG (Retrieval-Augmented Generation) is the model enriching its responses with information from external sources. Command R is trained specifically to produce source-cited responses.

What is Cohere Embed used for? expand_more

Cohere Embed is an embedding model used to convert text segments into vectors. It is used in semantic search, document similarity and RAG pipelines.

Is Command R suitable for enterprise projects? expand_more

Yes, Command R is designed especially for enterprise knowledge management, internal communication assistants and customer support systems.

scatter_plot Cohere Command R

Power Up Your Project with Command R

Create a free account, get your API key and start using Command R in TL right away. Custom pricing is available for enterprise projects.

Want help finding the right model?