Baltor Get started

Models

c4ai-command-a-03-2025

By CohereLabs. 111.1 billion parameters, a context window of 262,144 tokens and the licence cc-by-nc-4.0.

Facts

Released
2025-03-11 the day the repository was first published on Hugging Face Hugging Face, read
Licence
cc-by-nc-4.0 the licence the model card declares Hugging Face, read
Open weights
Yes the weights are published in this Hugging Face repository, behind the maker's access form Hugging Face, read
Parameters
111.1 billion counted from the safetensors weight files Hugging Face, read
Active parameters
Unknown
Knowledge cutoff
Unknown
Context window
  • 262,144 tokens the maximum position embeddings in the model configuration model configuration, read
Longest output
Unknown
Tool calling
  • Yes the chat template in the tokenizer configuration accepts tool definitions Hugging Face, read
Structured output
Unknown
Reasoning controls
Unknown
Inputs and outputs
text in, text out Hugging Face, read
Good for
No source names a use.

Prices

No source lists a price for this model. It may only run on your own hardware.

Run it on your own hardware

Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.

QuantizationWeightsMemory at 8,192 tokensMemory at 32,768 tokens
IQ1_M25.0 GiB28.7 GiB34.7 GiB
IQ2_XXS28.4 GiB32.3 GiB38.3 GiB
IQ2_XS31.4 GiB35.5 GiB41.5 GiB
IQ2_S33.0 GiB37.2 GiB43.2 GiB
IQ2_M35.8 GiB40.0 GiB46.0 GiB
Q2_K39.2 GiB43.7 GiB49.7 GiB
Q2_K_L39.9 GiB44.4 GiB50.4 GiB
IQ3_XXS40.4 GiB45.0 GiB51.0 GiB
IQ3_XS43.3 GiB48.0 GiB54.0 GiB
Q3_K_S45.6 GiB50.4 GiB56.4 GiB
IQ3_M47.3 GiB52.2 GiB58.2 GiB
Q3_K_M50.7 GiB55.7 GiB61.7 GiB
Q3_K_L55.1 GiB60.3 GiB66.3 GiB
Q3_K_XL55.8 GiB61.1 GiB67.1 GiB
IQ4_XS55.9 GiB61.2 GiB67.2 GiB
IQ4_NL59.0 GiB64.5 GiB70.5 GiB
Q4_059.2 GiB64.6 GiB70.6 GiB
Q4_K_S59.4 GiB64.8 GiB70.8 GiB
Q4_K_M62.5 GiB68.2 GiB74.2 GiB
Q4_K_L63.2 GiB68.9 GiB74.9 GiB
Q4_165.2 GiB71.0 GiB77.0 GiB
Q5_K_S71.5 GiB77.6 GiB83.6 GiB
Q5_K_M73.4 GiB79.5 GiB85.5 GiB
Q6_K84.9 GiB91.6 GiB97.6 GiB
Q8_0110 GiB118 GiB124 GiB

Start it with a local runtime

  • Ollama
    ollama run hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0
  • LM Studio
    lms get bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF
    lms server start
  • llama.cpp server
    llama-server -hf bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0 --jinja
  • vLLM
    vllm serve CohereLabs/c4ai-command-a-03-2025
  • SGLang
    sglang serve --model-path CohereLabs/c4ai-command-a-03-2025 --port 30000

Use it from your harness

Set up for Ollama with the model hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0. Each endpoint page has the same setup for its own address.

OpenCode

Put this in opencode.json in your project folder:

{
  "$schema": "https://opencode.ai/config.json",
  "provider": {
    "ollama": {
      "npm": "@ai-sdk/openai-compatible",
      "name": "Ollama",
      "options": {
        "baseURL": "http://localhost:11434/v1"
      },
      "models": {
        "hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0": {
          "name": "c4ai-command-a-03-2025"
        }
      }
    }
  }
}
  • OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.

From OpenCode documentation, read .

Pi

Put this in ~/.pi/agent/models.json:

{
  "providers": {
    "ollama": {
      "baseUrl": "http://localhost:11434/v1",
      "api": "openai-completions",
      "apiKey": "ollama",
      "models": [
        {
          "id": "hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0"
        }
      ]
    }
  }
}
  • The apiKey field can name an environment variable as $NAME.

From Pi documentation, read .

Codex

Put this in a terminal:

codex --oss --local-provider ollama -m hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0
  • Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.

From Codex documentation, read .

Claude Code

Put this in ~/.claude/settings.json, or variables in your shell:

export ANTHROPIC_BASE_URL="http://localhost:11434"
export ANTHROPIC_AUTH_TOKEN="ollama"
export ANTHROPIC_MODEL="hf.co/bartowski/CohereForAI_c4ai-command-a-03-2025-GGUF:Q4_0"
claude
  • Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.

From Claude Code documentation, read .

Published results

These are results other people published. Baltor did not run them and does not rank models by them.