> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cohere CLI

> CLI commands for Cohere provider

```mermaid theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
graph LR
    U[Input] --> A[Agent]
    A --> O[Output]

    classDef agent fill:#8B0000,color:#fff
    classDef tool fill:#189AB4,color:#fff

    class A agent
    class U,O tool
```

# Cohere CLI Commands

## Environment Setup

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
export COHERE_API_KEY=...
```

## Commands

```bash theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
praisonai-ts providers doctor cohere
praisonai-ts providers test cohere command-r-plus
praisonai-ts providers doctor cohere --json
```

## Related

<CardGroup cols={2}>
  <Card title="Cohere Code Usage" icon="book" href="/docs/js/providers/cohere-code">
    Cohere Code Usage
  </Card>
</CardGroup>
