File size: 414 Bytes
7570c1d
 
 
 
 
 
 
 
 
 
dd43fdc
 
7570c1d
 
dd43fdc
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: Command A Plus 05 2026
emoji: 🌍
colorFrom: green
colorTo: pink
sdk: gradio
sdk_version: 6.14.0
python_version: '3.13'
app_file: app.py
pinned: false
models:
  - CohereLabs/command-a-plus-05-2026
---

# Command A+

Hugging Face Space for **Command A+**

## Local run

```bash
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
export COHERE_API_KEY=...
python app.py
```