Model Aliases & Multipliers
This page lists the built-in model aliases and the per-model Effective Token (ET) multipliers used by GitHub Agentic Workflows.
Model Aliases
Section titled “Model Aliases”Model aliases let you write engine: copilot with a human-friendly model name such as sonnet or mini, and gh-aw resolves it to the best available concrete model at compile time. Each alias holds an ordered list of patterns; the first pattern that matches an available model wins.
For details on the alias syntax, fallback resolution algorithm, and how to define your own aliases in workflow frontmatter, see the Model Alias Format Specification.
Vendor Aliases
Section titled “Vendor Aliases”Vendor aliases map a short name to one or more provider-scoped glob patterns. The Copilot gateway is always tried first.
| Alias | Fallback patterns (tried in order) |
|---|---|
sonnet | copilot/*sonnet*, anthropic/*sonnet* |
haiku | copilot/*haiku*, anthropic/*haiku* |
opus | copilot/*opus*, anthropic/*opus* |
gpt-4.1 | copilot/gpt-4.1*, openai/gpt-4.1* |
gpt-5 | copilot/gpt-5*, openai/gpt-5* |
gpt-5-mini | copilot/gpt-5*mini*, openai/gpt-5*mini* |
gpt-5-nano | copilot/gpt-5*nano*, openai/gpt-5*nano* |
gpt-5-codex | copilot/gpt-5*codex*, openai/gpt-5*codex* |
gpt-5-pro | copilot/gpt-5*pro*, openai/gpt-5*pro* |
reasoning | copilot/o1*, copilot/o3*, copilot/o4*, openai/o1*, openai/o3*, openai/o4* |
gemini-flash | copilot/gemini-*flash*, google/gemini-*flash*, gemini/gemini-*flash* |
gemini-flash-lite | copilot/gemini-*flash*lite*, google/gemini-*flash*lite*, gemini/gemini-*flash*lite* |
gemini-pro | copilot/gemini-*pro*, google/gemini-*pro*, gemini/gemini-*pro* |
gemma | copilot/gemma*, google/gemma*, gemini/gemma* |
deep-research | copilot/deep-research*, copilot/o3-deep-research*, copilot/o4-mini-deep-research*, google/deep-research*, gemini/deep-research*, openai/o3-deep-research*, openai/o4-mini-deep-research* |
Meta-Aliases
Section titled “Meta-Aliases”Meta-aliases reference other aliases by name. They are resolved recursively until a concrete pattern is reached.
| Meta-alias | Expands to |
|---|---|
small | mini |
mini | haiku → gpt-5-mini → gpt-5-nano → gemini-flash-lite |
large | sonnet → gpt-5-pro → gpt-5 → gemini-pro |
auto | large |
Model Multipliers
Section titled “Model Multipliers”Effective Token multipliers scale the weighted token total for each model relative to the reference model (claude-sonnet-4.5, multiplier = 1.0). A multiplier of 5.0 means that a run on that model counts as five times as many Effective Tokens as the same run on the reference model.
See the Effective Tokens Specification for the full formula.
Token Class Weights
Section titled “Token Class Weights”Before per-model multipliers are applied, raw token counts are weighted by token class:
| Token class | Default weight |
|---|---|
| Input | 1 |
| Cached Input | 0.1 |
| Output | 4 |
| Reasoning | 4 |
| Cache Write | 1 |
Per-Model Multipliers
Section titled “Per-Model Multipliers”Anthropic
Section titled “Anthropic”| Model | Multiplier |
|---|---|
claude-haiku-4-5 | 0.33 |
claude-haiku-4.5 | 0.33 |
claude-haiku-4-5-20251001 | 0.33 |
claude-3-5-haiku | 0.1 |
claude-3-haiku | 0.1 |
claude-sonnet-4 | 1 |
claude-sonnet-4-20250514 | 1 |
claude-sonnet-4-5 | 6 |
claude-sonnet-4.5 | 6 |
claude-sonnet-4-5-20250929 | 6 |
claude-sonnet-4.6 | 9 |
claude-3-5-sonnet | 1 |
claude-3-7-sonnet | 1 |
claude-3-sonnet | 1 |
claude-opus-4 | 5 |
claude-opus-4-20250514 | 5 |
claude-opus-4-1 | 5 |
claude-opus-4-1-20250805 | 5 |
claude-opus-4-5 | 15 |
claude-opus-4-5-20251101 | 15 |
claude-opus-4-6 | 27 |
claude-opus-4-7 | 27 |
claude-opus-4.5 | 15 |
claude-opus-4.6 | 27 |
claude-3-5-opus | 5 |
claude-3-opus | 5 |
OpenAI
Section titled “OpenAI”| Model | Multiplier |
|---|---|
gpt-4o | 0.33 |
gpt-4o-mini | 0.33 |
gpt-4.1 | 1 |
gpt-4.1-2025-04-14 | 1 |
gpt-41-copilot | 1 |
gpt-4.1-mini | 0.1 |
gpt-4.1-nano | 0.05 |
gpt-4-turbo | 1 |
gpt-4 | 1 |
gpt-5 | 1 |
gpt-5-mini | 0.33 |
gpt-5-nano | 0.05 |
gpt-5-pro | 2 |
gpt-5.1 | 3 |
gpt-5-codex | 1 |
gpt-5.1-codex | 3 |
gpt-5.1-codex-mini | 0.33 |
gpt-5.1-codex-max | 3 |
gpt-5.2 | 3 |
gpt-5.2-codex | 3 |
gpt-5.2-pro | 2 |
gpt-5.3-codex | 6 |
gpt-5.4 | 6 |
gpt-5.4-mini | 6 |
gpt-5.4-nano | 0.05 |
gpt-5.4-pro | 2 |
gpt-5.5 | 7.5 |
gpt-5.5-pro | 2 |
OpenAI Reasoning
Section titled “OpenAI Reasoning”| Model | Multiplier |
|---|---|
o1 | 3 |
o1-mini | 0.5 |
o1-pro | 10 |
o3 | 3 |
o3-mini | 0.5 |
o3-pro | 10 |
o3-deep-research | 3 |
o4-mini | 0.5 |
o4-mini-deep-research | 0.5 |
| Model | Multiplier |
|---|---|
gemini-2.5-pro | 1 |
gemini-2.5-flash | 0.2 |
gemini-2.5-flash-image | 0.2 |
gemini-2.5-flash-lite | 0.1 |
gemini-2.0-flash | 0.1 |
gemini-2.0-flash-lite | 0.1 |
gemini-1.5-pro | 1 |
gemini-1.5-flash | 0.1 |
gemini-flash-latest | 0.2 |
gemini-flash-lite-latest | 0.1 |
gemini-pro-latest | 1 |
gemini-3-flash-preview | 0.33 |
gemini-3-pro-preview | 6 |
gemini-3-pro-image-preview | 6 |
gemini-3.1-pro-preview | 6 |
gemini-3.1-pro-preview-customtools | 6 |
gemini-3.1-flash-live-preview | 0.1 |
gemini-3.1-flash-lite | 0.1 |
gemini-3.1-flash-lite-preview | 0.1 |
gemini-3.1-flash-image-preview | 0.33 |
gemini-3.1-flash-tts-preview | 0.1 |
gemini-2.5-computer-use-preview | 0.2 |
gemini-2.5-computer-use-preview-10-2025 | 0.2 |
gemini-robotics-er-1.5-preview | 0.2 |
gemini-robotics-er-1.6-preview | 0.2 |
| Model | Multiplier |
|---|---|
deep-research-max-preview-04-2026 | 1 |
deep-research-preview-04-2026 | 1 |
deep-research-pro-preview-12-2025 | 1 |
gemma-4-26b-a4b-it | 0.1 |
gemma-4-31b-it | 0.2 |
grok-code-fast-1 | 0.33 |
raptor-mini | 0.33 |