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
✓ Text✓ Tools✓ Streaming✓ RAG
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
- Create an account at cohere.com
- Navigate to API Keys in your dashboard
- Generate a new API key
- Set the
COHERE_API_KEYenvironment variable - Configure the provider in the Bifröst dashboard