gemma-4-180b-a42b-coder-canopy
gemma-4-180b-a42b-coder-canopy is a Gemma 4 based coder model for software engineering, code editing, Q/A, tool use, and long-context assistant workflows.
model
- Family:
gemma-4 - Variant:
coder-canopy - Model type: sparse Mixture-of-Experts language model
- Total logical text parameters: approximately
179.4B - Active logical text parameters per token: approximately
41.7B - Active experts per token:
220 - Weight format: MXFP4 expert weights with BF16 shared weights
- Context: up to
200000tokens in the listed vLLM configuration
serving
CUDA_VISIBLE_DEVICES=0,1 vllm serve /path/to/gemma-4-180b-a42b-coder-canopy \
--served-model-name vllm/doobee \
--host 0.0.0.0 \
--port 23333 \
--dtype bfloat16 \
--tensor-parallel-size 2 \
--enable-expert-parallel \
--max-model-len 200000 \
--gpu-memory-utilization 0.96 \
--trust-remote-code \
--reasoning-parser gemma4 \
--tool-call-parser gemma4 \
--enable-auto-tool-choice \
--default-chat-template-kwargs '{"enable_thinking": true}' \
--hf-overrides '{"text_config":{"top_k_experts":220}}' \
--generation-config vllm \
--language-model-only \
--skip-mm-profiling \
--max-num-seqs 1 \
--max-num-batched-tokens 8192
files
config.jsongeneration_config.jsontokenizer.jsontokenizer_config.jsonchat_template.jinjamodel.safetensors.index.json- MXFP4/BF16 safetensor shards
license
This model is released under the Gemma license.