Back to Models

Cohere: Command A

cohere/command-a

Description

Command A is an open-weights 111B parameter model with a 256k context window focused on delivering great performance across agentic, multilingual, and coding use cases. Compared to other leading proprietary...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: Cohere: Command A (cohere/command-a)

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

Supported Modalities

  • Text

API Pricing

  • Input: 2.5$ / 1M tokens
  • Output: 10$ / 1M tokens

Token Limits

  • Max Output: 8,192 tokens
  • Max Context: 256,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate