Back to Models

Cohere: Command

cohere/command

Description

Command is an instruction-following conversational model that performs language tasks with high quality, more reliably and with a longer context than our base generative models. 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 (cohere/command)

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

Supported Modalities

  • Text

API Pricing

  • Input: 1$ / 1M tokens
  • Output: 2$ / 1M tokens

Token Limits

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

Subscription Tiers

  • free
  • pro
  • ultimate