Back to Models

Cohere: Command R7B (12-2024)

cohere/command-r7b-12-2024

Description

Command R7B (12-2024) is a small, fast update of the Command R+ model, delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning and multiple steps. Use of this model is subject to Cohere's [Usage Policy](https://docs.cohere.com/docs/usage-policy) and [SaaS Agreement](https://cohere.com/saas-agreement).

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Cohere: Command R7B (12-2024) (cohere/command-r7b-12-2024)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "cohere/command-r7b-12-2024",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the Cohere: Command R7B (12-2024) model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text

API Pricing

  • Input: 0.038$ / 1M tokens
  • Output: 0.15$ / 1M tokens

Token Limits

  • Max Output: 4,000 tokens
  • Max Context: 128,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate