BIFROST
Dashboard
Operational

Cohere

Command R+ and Command R via Cohere API.

Pricing

1,000 API calls/month free tier. Pay-as-you-go after that.

Models

command-r-plus
command-r

Capabilities

TextToolsStreamingRAG

Base URL

https://api.cohere.com/v2

Configuration

Environment variable:
COHERE_API_KEY=...

Or configure via dashboard:
Dashboard → Provider Keys → Add Key → cohere

Example

curl https://api.bifrost.dev/v1/chat/completions \
  -H "Authorization: Bearer $BIFROST_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "command-r-plus",
    "messages": [{"role": "user", "content": "Hello"}]
  }'

Setup

  1. Create an account at cohere.com
  2. Navigate to API Keys in your dashboard
  3. Generate a new API key
  4. Set the COHERE_API_KEY environment variable
  5. Configure the provider in the Bifröst dashboard
← Previous
DeepSeek
Next →
AI21 Labs