You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposed alias changes: 2 (1 new alias, 1 updated)
Pricing gaps found: 1 (claude-opus-5 newly added)
Provider Model Counts
Provider
Models Available
Status
openai
219
✅ ok (API key configured)
anthropic
10
✅ ok (API key configured)
gemini
50
✅ ok (API key configured)
copilot
37
✅ ok (reflect endpoint)
Raw API Fields Discovered
Copilot (reflect):billing.multiplier is null for all models (no pricing multipliers exposed via reflect). Capabilities include max_context_window_tokens, max_output_tokens, max_prompt_tokens, supports.vision, supports.streaming, supports.tool_calls, supports.structured_outputs, supports.reasoning_effort, supports.adaptive_thinking.
Anthropic:display_name, created_at, type. No pricing fields in API response — pricing from models.dev.
Gemini:inputTokenLimit, outputTokenLimit, supportedGenerationMethods. Useful as proxy for pricing tier inference.
OpenAI:owned_by, created timestamp. Model ID naming conventions (e.g. -mini, -nano, -pro, -codex) used for tier inference.
Copilot billing.multiplier is null for all models — no ET multiplier data available from reflect endpoint.
models.json Pricing Analysis
Missing from models.json (now added)
Model ID
Provider
Basis
claude-opus-5
github-copilot / anthropic
models.dev catalog — $5/1M in, $25/1M out
Historical entries not currently returned by live Copilot
These remain in models.json as historical records:
Model ID
Note
claude-fable-5
Not in live Copilot reflect; kept in models.dev
claude-sonnet-4
Superseded by claude-sonnet-4.5+
gemini-3.1-pro-preview
Not currently in live Copilot
gemini-3.5-flash
Not currently in live Copilot
gpt-5.2
Older generation, not in live Copilot
gpt-5.2-codex
Older generation, not in live Copilot
kimi-k2.7-code
Not in live Copilot
raptor-mini
Not in live Copilot
Inferred vs stored pricing discrepancies
All existing entries validated against docs pricing table — no discrepancies found for models present in both.
Proposed Alias Updates (Applied)
1. New alias: gemini-3.6-flash
What: New specific version alias for the gemini-3.6-flash model now live in the Gemini API. Why: Pattern parity with gemini-3.5-flash, gemini-3.1-flash etc. The generic gemini-flash wildcard covers it, but a specific alias allows explicit version pinning. Syntax:
What: Added gpt-5.5 and gpt-5.6 to the agent alias resolution order, inserted after gpt-5.4. Why:gpt-5.5 (Powerful tier, $5/$30) and gpt-5.6-sol/-terra are now live Copilot models suitable for agent tasks. The previous agent alias only covered up to gpt-5.4 and gpt-5.3, leaving newer powerful generations unreachable via agent. Syntax:
billing.multiplier is null for all Copilot models — no ET multiplier data available from the reflect endpoint for this run.
gpt-4o-mini, gpt-4.1, gpt-4o, and gpt-5.4-nano are intentionally excluded as deprecated Copilot-facing IDs.
Legacy embedding models (text-embedding-3-small, text-embedding-ada-002) and routing models (trajectory-compaction) appearing in the live Copilot reflect are not added to models.json — they serve infrastructure purposes.
claude-opus-5 pricing validated against models.dev ($5/1M input, $25/1M output, $0.5/1M cache read) and is consistent with the Anthropic Opus family tier.
Warning
Firewall blocked 8 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.com
android.clients.google.com
clients2.google.com
collector.githubapp.com
contentautofill.googleapis.com
proxy.golang.org
safebrowsingohttpgateway.googleapis.com
www.google.com
To allow these domains, add them to the network.allowed list in your workflow frontmatter:
Summary
3 changes applied —
claude-opus-5added tomodels.json,gemini-3.6-flashalias added,agentalias updated to includegpt-5.5andgpt-5.6.Provider Model Counts
Raw API Fields Discovered
Copilot (reflect):
billing.multiplierisnullfor all models (no pricing multipliers exposed via reflect). Capabilities includemax_context_window_tokens,max_output_tokens,max_prompt_tokens,supports.vision,supports.streaming,supports.tool_calls,supports.structured_outputs,supports.reasoning_effort,supports.adaptive_thinking.Anthropic:
display_name,created_at,type. No pricing fields in API response — pricing from models.dev.Gemini:
inputTokenLimit,outputTokenLimit,supportedGenerationMethods. Useful as proxy for pricing tier inference.OpenAI:
owned_by,createdtimestamp. Model ID naming conventions (e.g.-mini,-nano,-pro,-codex) used for tier inference.models.dev: Full pricing (
cost.input,cost.output,cost.cache_read,cost.cache_write), context limits, capability flags (reasoning,tool_call,structured_output,attachment), knowledge cutoff, release date.Pricing Docs (GitHub Copilot billing page)
Extracted from https://docs.github.com/en/copilot/reference/copilot-billing/models-and-pricing:
Copilot
billing.multiplierisnullfor all models — no ET multiplier data available from reflect endpoint.models.json Pricing Analysis
Missing from models.json (now added)
claude-opus-5Historical entries not currently returned by live Copilot
These remain in
models.jsonas historical records:claude-fable-5claude-sonnet-4gemini-3.1-pro-previewgemini-3.5-flashgpt-5.2gpt-5.2-codexkimi-k2.7-coderaptor-miniInferred vs stored pricing discrepancies
All existing entries validated against docs pricing table — no discrepancies found for models present in both.
Proposed Alias Updates (Applied)
1. New alias:
gemini-3.6-flashWhat: New specific version alias for the
gemini-3.6-flashmodel now live in the Gemini API.Why: Pattern parity with
gemini-3.5-flash,gemini-3.1-flashetc. The genericgemini-flashwildcard covers it, but a specific alias allows explicit version pinning.Syntax:
{ "gemini-3.6-flash": [ "copilot/gemini-3.6*flash*", "google/gemini-3.6*flash*", "gemini/gemini-3.6*flash*" ] }2. Updated alias:
agent— addgpt-5.5andgpt-5.6What: Added
gpt-5.5andgpt-5.6to theagentalias resolution order, inserted aftergpt-5.4.Why:
gpt-5.5(Powerful tier, $5/$30) andgpt-5.6-sol/-terraare now live Copilot models suitable for agent tasks. The previousagentalias only covered up togpt-5.4andgpt-5.3, leaving newer powerful generations unreachable viaagent.Syntax:
{ "agent": [ "sonnet-6x", "gpt-5.4", "gpt-5.5", "gpt-5.6", "gpt-5.3", "gemini-pro", "any" ] }Full Model Lists by Provider
Anthropic (10 models):
Gemini (50 models, selection):
OpenAI (219 models, notable):
Copilot (37 models via reflect):
Notes
billing.multiplierisnullfor all Copilot models — no ET multiplier data available from the reflect endpoint for this run.gpt-4o-mini,gpt-4.1,gpt-4o, andgpt-5.4-nanoare intentionally excluded as deprecated Copilot-facing IDs.text-embedding-3-small,text-embedding-ada-002) and routing models (trajectory-compaction) appearing in the live Copilot reflect are not added tomodels.json— they serve infrastructure purposes.claude-opus-5pricing validated against models.dev ($5/1M input, $25/1M output, $0.5/1M cache read) and is consistent with the Anthropic Opus family tier.Warning
Firewall blocked 8 domains
The following domains were blocked by the firewall during workflow execution:
accounts.google.comandroid.clients.google.comclients2.google.comcollector.githubapp.comcontentautofill.googleapis.comproxy.golang.orgsafebrowsingohttpgateway.googleapis.comwww.google.comSee Network Configuration for more information.