chore: update model-to-API mapping (2026-09-12) - #8483
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
🟡 Changes recommended
Add the new family to the appropriate Copilot catalog or explicit non-Copilot exclusion set.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Updates the model-to-API mapping with the new OpenAI Rosalind Research family.
Changes:
- Adds
gpt-rosalind-research*as Responses-only. - Refreshes
lastUpdated.
The new family is missing from the Copilot catalog or explicit exclusion set, causing the mapping sync test to fail.
File summaries
| File | Summary |
|---|---|
docs/model-api-mapping.json |
Adds the new OpenAI model mapping and timestamp. |
Review details
Suppressed comments (1)
docs/model-api-mapping.json:38
- This entry is added only to docs/model-api-mapping.json, but the Dockerfile copies containers/api-proxy/model-api-mapping.json into the image and model-api-mapping.js prefers that path over the docs fallback. That bundled file still has the 2026-09-04 timestamp and no gpt-rosalind-research entry, so deployed /reflect responses will omit this update. Update/regenerate the bundled copy (and its timestamp assertion) or change the build to package this source.
"family": "gpt-rosalind-research",
"patterns": ["gpt-rosalind-research*"],
"endpoints": ["responses"],
"notes": "Life sciences reasoning model, Trusted Access Program (approved organizations only). Responses API only, consistent with other restricted-access specialized models (gpt-daybreak-*, gpt-5.6-cyber). Billing begins October 5, 2026."
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite (auto)
Note
Copilot is running an experiment and ran this review at Lite.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| "family": "gpt-rosalind-research", | ||
| "patterns": ["gpt-rosalind-research*"], | ||
| "endpoints": ["responses"], | ||
| "notes": "Life sciences reasoning model, Trusted Access Program (approved organizations only). Responses API only, consistent with other restricted-access specialized models (gpt-daybreak-*, gpt-5.6-cyber). Billing begins October 5, 2026." |
|
@copilot address review feedback |
Addressed in |
|
✅ Copilot review passed with no inline comments. @github-actions[bot] Add the |
Documentation PreviewDocumentation has been built for this PR. To view locally:
Built from commit 5a6f352 |
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
|
🚀 Security Guard has started processing this pull request |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 Warning Firewall blocked 7 domainsThe following domains were blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "msfeed25.pkgs.visualstudio.com"
- "www.google.com"
- "www.gstatic.com"See Network Configuration for more information.
|
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤
|
|
🛡️ Smoke Copilot Network Isolation confirmed the egress allowlist is enforced. ✅ Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
|
Chroot tests passed! Smoke Chroot - All security and functionality tests succeeded.
|
|
❌ Smoke Copilot BYOK AOAI (api-key) reports failed. AOAI BYOK (api-key) mode investigation needed...
|
|
✅ Build Test Suite completed successfully!
|
|
✅ Smoke Copilot BYOK completed. Copilot BYOK mode operational. 🔓
|
|
🔌 Smoke Services — All services reachable! ✅
|
|
❌ Smoke Copilot BYOK AOAI (Entra) reports failed. AOAI BYOK (Entra) mode investigation needed...
|
|
✅ Smoke Claude passed Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "api.anthropic.com"See Network Configuration for more information.
|
|
❌ Smoke Gemini reports failed. Facets need polishing...
|
|
📰 DEVELOPING STORY: Smoke Docker Sbx reports failed. Our correspondents are investigating the incident...
|
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅
|
|
EGRESS_RESULT allow=pass deny=pass ✅ Allowed domain (github.com) reachable: Overall: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
Smoke Test: Copilot BYOK (Direct) Mode ✅
Running in direct BYOK mode (COPILOT_PROVIDER_API_KEY) via api-proxy → api.githubcopilot.com Status: PASS
|
|
Copilot Engine Smoke Test
Overall: PASS cc
|
Smoke Test: Claude Engine Validation
Overall result: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "api.anthropic.com"See Network Configuration for more information.
|
Smoke Test: Services Connectivity
Overall: PASS
|
Chroot Version Comparison Results
Overall: FAILED — Node.js version mismatch between host and chroot environments. The
|
Warning Firewall blocked 7 domainsThe following domains were blocked by the firewall during workflow execution:
To allow these domains, add them to the network:
allowed:
- defaults
- "accounts.google.com"
- "android.clients.google.com"
- "clients2.google.com"
- "contentautofill.googleapis.com"
- "msfeed25.pkgs.visualstudio.com"
- "www.google.com"
- "www.gstatic.com"See Network Configuration for more information.
|
📡 Smoke Test: API Proxy OTel Tracing — Results
Summary: All 5 scenarios passed. OTEL tracing integration in the api-proxy sidecar is working as expected.
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — PASS Notes:
|
Summary
Checked the official OpenAI (
developers.openai.com) and Anthropic (docs.anthropic.com) documentation for model/endpoint changes since the last update.Changes
gpt-rosalind-research— a new life-sciences reasoning model (Trusted Access Program, approved organizations only). Confirmed via the model's docs page that it uses the same OpenAI SDK code templates (chat.completions.create/responses.create) as other restricted-access specialized models. Classified as Responses API only, consistent with the existinggpt-daybreak-*andgpt-5.6-cyberentries, since OpenAI's specialized/gated models are consistently responses-only in this mapping. Billing for this model begins October 5, 2026 per the OpenAI pricing page.claude-opus-5,claude-fable-5-1,claude-mythos-5-1,claude-sonnet-5,claude-haiku-4-5,claude-opus-4-1through4-8,claude-sonnet-4-5/4-6, and the 3.x legacy models) againstdocs.anthropic.com/en/docs/about-claude/models. No new families or removed models found — the existing glob patterns already cover all published model IDs.lastUpdatedtimestamp.Verification
python3 -m json.tool.Warning
Firewall blocked 4 domains
The following domains were blocked by the firewall during workflow execution:
api.github.comgithub.compypi.orgraw.githubusercontent.com[!TIP]
api.github.comis blocked because GitHub API access uses the built-in GitHub tools by default. Instead of addingapi.github.comtonetwork.allowed, usetools.github.mode: gh-proxyfor direct pre-authenticated GitHub CLI access without requiring network access toapi.github.com:See GitHub Tools for more information on
gh-proxymode.To allow these domains, add them to the
network.allowedlist in your workflow frontmatter:See Network Configuration for more information.