chore: update model-to-API mapping (2026-07-25) - #6579
Conversation
- Add claude-opus-5 family (present in anthropic-sdk-python but missing from file) - Update lastUpdated timestamp to 2026-07-25 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the model-to-API mapping with Claude Opus 5 support.
Changes:
- Adds the
claude-opus-5family. - Updates the mapping timestamp.
Show a summary per file
| File | Description |
|---|---|
docs/model-api-mapping.json |
Adds Claude Opus 5 metadata. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Medium
| { | ||
| "family": "claude-opus-5", | ||
| "patterns": ["claude-opus-5*"], | ||
| "endpoints": ["messages"], | ||
| "notes": "Flagship Opus generation 5. 1M token context." |
|
@copilot merge main and address review feedback |
…i-mapping-2026-07-25-a1de083e430a8bf4
Merged |
|
✅ Smoke Copilot BYOK AOAI (api-key) completed. Copilot AOAI BYOK (api-key) mode operational. 🔓 |
|
📡 Smoke OTel Tracing completed. All tracing scenarios validated. ✅ |
|
📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤 |
|
✅ Security Guard completed successfully! Security review complete: PR #6579 contains only non-security-critical changes to model-to-API mapping configuration and tests. No firewall rules, container configs, capabilities, ACLs, or access controls were modified. Changes are safe to merge. |
|
✅ Build Test Suite completed successfully! |
|
✅ Smoke Claude passed |
|
📰 VERDICT: Smoke Docker Sbx has concluded. All systems operational. This is a developing story. 🎤 |
|
✅ Smoke Copilot BYOK completed. Copilot BYOK mode operational. 🔓 |
|
✅ Contribution Check completed successfully! Contribution check complete for PR #6579: no guideline issues found in the provided context. The PR includes tests, updates the mapping documentation, keeps files in the expected directories, and has a clear description. |
|
✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟 |
|
✅ Smoke Copilot BYOK AOAI (Entra) completed. Copilot AOAI BYOK (Entra) mode operational. 🔓 |
|
🛡️ Smoke Copilot Network Isolation confirmed the egress allowlist is enforced. ✅ |
|
Chroot tests passed! Smoke Chroot - All security and functionality tests succeeded. |
|
✅ Smoke Gemini completed. All facets verified. 💎 |
|
🔌 Smoke Services — All services reachable! ✅ |
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Smoke Test: Claude Engine Validation
Overall result: PASS
|
|
🔒 Smoke Test: Copilot Network Isolation —
Overall: PASS Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "example.com"See Network Configuration for more information.
|
Smoke Test: Copilot BYOK (Direct Mode) ✅Results:
Mode: Direct BYOK (COPILOT_PROVIDER_API_KEY via api-proxy sidecar) Status: PASS
|
🔍 Smoke Test Results
Overall: PASS
|
|
Smoke test: PASS
Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
Gemini Engine Smoke Test Results
Overall status: FAIL Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Chroot Version Comparison Results
Overall: ❌ FAILED — Node.js version mismatch (host
|
|
GitHub MCP PR listing: ✅ Running in direct BYOK mode (COPILOT_PROVIDER_API_KEY + COPILOT_PROVIDER_BASE_URL) via api-proxy → Azure OpenAI (Foundry, o4-mini-aw)
|
Smoke Test: GitHub Actions Services Connectivity
Overall: FAIL —
|
🔍 Smoke Test: API Proxy OpenTelemetry Tracing
All 5 scenarios passed. OTEL tracing integration is functional.
|
|
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
🔬 Smoke Test: Docker Sbx Validation
Overall Status:
|
Updates
docs/model-api-mapping.jsonwith the latest model-to-API endpoint mappings.Changes
claude-opus-5family — present in theanthropic-sdk-pythonSDK (src/anthropic/types/model.py) but missing from the mapping filelastUpdatedtimestamp to2026-07-25T06:01:17ZVerification
Sources checked:
claude-opus-5is a current modelJSON validated with
python3 -c "import json; json.load(open('docs/model-api-mapping.json'))".Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
developers.openai.comSee Network Configuration for more information.