Model reference · open weights
command-a-plus-05-2026-w4a4 is an open-weight language model from CohereLabs, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.
About
Model Card for Command A+ Model Summary Command A+ is an open source model with 25 billion active parameters and 218B total parameters model optimized for agentic, multilingual, and reasoning-heavy tasks with a focus on enterprise performance, while also providing support for vision inputs for processing image inputs. Developed by: Cohere and Cohere Labs Point of Contact: Cohere Labs License: Apache 2.0 Model: command-a-plus-05-2026 Model Size: 25B active parameters, 218B total parameters Context length: 128K input For more details about this model, please check out our blog post. You can try out Command A+ before downloading the weights in our hosted Hugging Face Space. Available quantizations The following quantizations are available with example minimum GPU requirements All three quantizations show negligible differences in benchmark quality and performance. Our recommended quantization for most uses is W4A4 which boasts superior speed and latency characteristics alongside a smaller hardware footprint. For more details, please check out our blog post. Usage Transformers Please install transformers from the source repository that includes the necessary changes for this model. As a result, you should get an output that looks like this, where the thinking is generated between the <STARTTHINKING and <ENDTHINKING: You can also use the model directly using transformers pipeline abstraction: vLLM -- Special instructions for W4A4 Command A+ w4a4 can only run on vLLM =0.25.0. W4A4 and accurate response parsing also requires installing Cohere’s melody library. Then the vllm server can be started with the following command: We recommend using the following set of sampling parameters for generation: temperature=0.9, topp=0.95, repetitionpenalty=1.04. Quantization Methodology: Reasoning models pay an outsized quantization tax: long decoding traces compound per-token errors, so naive low-bit conversion typically shows up as visible regressions on hard benchmarks. To mitigate this, we quantize selectively and use distillation to close the residual quality gap. We apply NVFP4 W4A4 quantization (4-bit weights and activations, with two-level scaling) to the MoE experts only. T
Summarised from the published model card. Read the full card on the HuggingFace links below.
Specifications
| Maker | CohereLabs |
|---|---|
| Type | Language models |
| Parameters (lead) | 218.8B |
| Variants | 1 |
| Runs with | transformers |
| Based on | CohereLabs/command-a-plus-05-2026 |
| Released | 2026-05-18 |
| Popularity | 4k downloads / month |
| Likes | 241 |
| Licence | Open weights |
How it works
Variants
Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.
| Variant | Params | Precision | VRAM | Fits 16 GB | Weights |
|---|---|---|---|---|---|
| command-a-plus-05-2026-w4a4 | 218.8B | BF16 | ~503.1 GB | — | Weights ↗ |
Using it via the API
Once AxForge deploys command-a-plus-05-2026-w4a4 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (command-a-plus-05-2026-w4a4 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"command-a-plus-05-2026-w4a4","messages":[{"role":"user","content":"Hello"}]}'
Details
Languages
Tags
Licence
Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗