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
models.json refreshed from models.dev catalog — 5 new OpenAI model entries added, 12 historical Anthropic claude-3.x entries pruned, 1 Copilot-only model removed (raptor-mini). No alias changes required: all 35 live Copilot models are covered by existing alias patterns. All stored pricing entries validated against the GitHub Docs pricing table.
No context-limit or pricing fields in list API (requires separate model detail fetch)
Gemini (/v1beta/models):
name, version, displayName, description
inputTokenLimit, outputTokenLimit — useful proxy for pricing tier
supportedGenerationMethods — useful for capability flags (thinking, etc.)
temperature, topP, topK, maxTemperature
Copilot (/reflect endpoint):
provider, base_url, models_url, configured, models (list of IDs only)
No billing/multiplier fields exposed via reflect (unlike previous versions)
models.json Pricing Analysis
Refresh changes (from make refresh-models-json)
pkg/cli/data/models.json and actions/setup/js/models.json were refreshed from the models.dev catalog. The two files remain identical.
OpenAI additions:
Model
Cost input/M
Cost output/M
gpt-5.6
$5.00
$30.00
gpt-5.6-luna
$1.00
$6.00
gpt-5.6-sol
$5.00
$30.00
gpt-5.6-terra
$2.50
$15.00
gpt-realtime-2.1
—
—
Removed from models.json (historical Anthropic claude-3.x entries no longer in models.dev): claude-3-5-haiku-20241022, claude-3-5-haiku-latest, claude-3-5-sonnet-20240620, claude-3-5-sonnet-20241022, claude-3-7-sonnet-20250219, claude-3-haiku-20240307, claude-3-opus-20240229, claude-3-sonnet-20240229, claude-opus-4-0, claude-opus-4-20250514, claude-sonnet-4-0, claude-sonnet-4-20250514
Also removed:gpt-5-search-api, o1-mini, o1-preview (from openai provider), raptor-mini (from github-copilot)
Historical entries not currently returned by live APIs
The following github-copilot entries are in models.json but absent from the live Copilot reflect endpoint — kept as historical records: claude-fable-5, claude-sonnet-4, gemini-3.1-pro-preview, gemini-3.5-flash, gpt-4.1, gpt-5.2, gpt-5.2-codex, gpt-5.4-nano, kimi-k2.7-code
make refresh-models-json was run and resulted in real changes to pkg/cli/data/models.json and actions/setup/js/models.json. The build step (make agent-report-progress) could not complete due to Go toolchain download restrictions in this sandbox, so the changes could not be committed automatically.
Treat removed historical Anthropic claude-3.x entries as a models.dev catalog pruning — these models may still be usable via direct Anthropic API but are no longer listed in models.dev.
gpt-4o-mini, gpt-4.1, gpt-4o, gpt-5.4-nano remain excluded per policy even though they appear in the Copilot live endpoint.
The gemini-3.5-flash alias was already added previously and correctly covers the live Gemini gemini-3.5-flash model.
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
models.json refreshed from models.dev catalog — 5 new OpenAI model entries added, 12 historical Anthropic claude-3.x entries pruned, 1 Copilot-only model removed (
raptor-mini). No alias changes required: all 35 live Copilot models are covered by existing alias patterns. All stored pricing entries validated against the GitHub Docs pricing table.Provider Model Counts
Raw API Fields Discovered
Anthropic (
/v1/models):id,display_name,created_atmax_input_tokens,max_tokenscapabilities:batch,citations,code_execution,effort(low/med/high/xhigh/max),image_input,streaming,tool_use,visionOpenAI (
/v1/models):id,object,created,owned_byGemini (
/v1beta/models):name,version,displayName,descriptioninputTokenLimit,outputTokenLimit— useful proxy for pricing tiersupportedGenerationMethods— useful for capability flags (thinking, etc.)temperature,topP,topK,maxTemperatureCopilot (
/reflectendpoint):provider,base_url,models_url,configured,models(list of IDs only)models.json Pricing Analysis
Refresh changes (from
make refresh-models-json)pkg/cli/data/models.jsonandactions/setup/js/models.jsonwere refreshed from themodels.devcatalog. The two files remain identical.OpenAI additions:
gpt-5.6gpt-5.6-lunagpt-5.6-solgpt-5.6-terragpt-realtime-2.1Removed from models.json (historical Anthropic claude-3.x entries no longer in models.dev):
claude-3-5-haiku-20241022,claude-3-5-haiku-latest,claude-3-5-sonnet-20240620,claude-3-5-sonnet-20241022,claude-3-7-sonnet-20250219,claude-3-haiku-20240307,claude-3-opus-20240229,claude-3-sonnet-20240229,claude-opus-4-0,claude-opus-4-20250514,claude-sonnet-4-0,claude-sonnet-4-20250514Also removed:
gpt-5-search-api,o1-mini,o1-preview(from openai provider),raptor-mini(from github-copilot)Historical entries not currently returned by live APIs
The following
github-copilotentries are inmodels.jsonbut absent from the live Copilot reflect endpoint — kept as historical records:claude-fable-5,claude-sonnet-4,gemini-3.1-pro-preview,gemini-3.5-flash,gpt-4.1,gpt-5.2,gpt-5.2-codex,gpt-5.4-nano,kimi-k2.7-codePricing validation (docs table vs models.json)
All Copilot model entries cross-checked against GitHub Docs pricing table — no discrepancies found:
Proposed Alias Updates
No changes required. All 35 live Copilot models are matched by existing alias glob patterns:
haiku→copilot/*haiku*sonnet→copilot/*sonnet*opus→copilot/*opus*sonnet→copilot/*sonnet*gemini-pro→copilot/gemini-*pro*gemini-3-flash→copilot/gemini-3*flash*gpt-5-mini→copilot/gpt-5*mini*gpt-5-codex→copilot/gpt-5*codex*gpt-5.4→copilot/gpt-5.4*gpt-5-mini→copilot/gpt-5*mini*gpt-5.5→copilot/gpt-5.5*gpt-5.6→copilot/gpt-5.6*mai-code→copilot/mai-code*Full Model Lists by Provider
Copilot (live, 35 models)
Anthropic (direct API, 9 models)
Gemini (direct API, 50 models) — notable ones
OpenAI (direct API, 219 models) — stable/notable ones
Notes
make refresh-models-jsonwas run and resulted in real changes topkg/cli/data/models.jsonandactions/setup/js/models.json. The build step (make agent-report-progress) could not complete due to Go toolchain download restrictions in this sandbox, so the changes could not be committed automatically.gpt-4o-mini,gpt-4.1,gpt-4o,gpt-5.4-nanoremain excluded per policy even though they appear in the Copilot live endpoint.gemini-3.5-flashalias was already added previously and correctly covers the live Geminigemini-3.5-flashmodel.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.