AI Provider Setup · BYOK

Connect Cohere

Enterprise-grade RAG and retrieval — Command R and Command R+.

Cohere's Command R family is purpose-built for retrieval-augmented generation and tool use in enterprise settings — strong citation handling, European-friendly data policies, and OpenAI-compatible endpoints. Good pick if you want structured RAG behavior without rolling your own.

Best used for

Key details

Where to generate your key
https://dashboard.cohere.com/api-keys
Expected key format
Free trial keys; production keys have no fixed prefix
Environment variable name (if self-hosting)
COHERE_API_KEY
Provider pricing
https://cohere.com/pricing
Official docs
Cohere docs

Step-by-step setup

  1. 1 Create a Cohere account

    Sign up at dashboard.cohere.com. New accounts get a trial key with a rate limit — enough for quick tests but not production traffic.

  2. 2 Navigate to API Keys

    Open dashboard.cohere.com/api-keys. You'll see a Trial Key by default and the option to create Production keys once billing is set up.

  3. 3 Add billing and upgrade to a Production key

    Click Billing in the sidebar, add a card, then return to API Keys and click Create Production Key. Trial keys are heavily rate-limited.

  4. 4 Label the key Admaxxer

    Naming keys per app makes rotation painless. Create the key and copy it immediately.

  5. 5 Paste into Admaxxer

    Open Settings then AI Providers, find the Cohere row, paste the key, and click Connect. Admaxxer uses Cohere's OpenAI-compatible endpoint.

  6. 6 Pick a default model

    command-r-plus is the flagship — better reasoning and tool use. command-r is cheaper for routing, classification, and lighter workloads.

  7. 7 If the connection test fails

    Make sure you copied a Production key (not the Trial Key), billing is active, and the region in your dashboard matches your account.

Test the connection inside Admaxxer

Once you've pasted your key into /settings/ai-providers, hit Test. Admaxxer makes a single no-cost call against the provider's /v1/models (or equivalent) endpoint and reports back:

Available models

These are the pinned model IDs Admaxxer tests against. The model picker in chat will show these plus any live-catalog entries the provider returns.

Model ID Display name Context Tools Best for
command-r-plus Command R+ (recommended) 128K Yes Flagship — best reasoning, strongest tool use, native RAG citations.
command-r Command R 128K Yes Roughly 5x cheaper. Great for classification, routing, and short-form generation.
command-r-plus-08-2024 Command R+ (pinned 08-2024) 128K Yes Dated build of Command R+. Use if you need a stable snapshot across deploys.

Common errors and fixes

401

When it happens: On Connect if the key is revoked or from a different region.

Fix: Regenerate at dashboard.cohere.com/api-keys. Confirm your account region matches the key.

429

When it happens: On a Trial key after a handful of requests.

Fix: Trial keys are tiny. Upgrade to a Production key after adding billing.

402

When it happens: If billing is disabled or the card was declined.

Fix: Open dashboard.cohere.com/billing and confirm the card is active.

invalid_model

When it happens: If the model id is typo'd or unavailable in your region.

Fix: Use command-r-plus or command-r. EU-only models need separate activation.