Skip to content

chore: update model-to-API mapping (2026-09-04) - #8089

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/update-model-api-mapping-2026-09-04-725573d0bc3ecb88
Open

chore: update model-to-API mapping (2026-09-04)#8089
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/update-model-api-mapping-2026-09-04-725573d0bc3ecb88

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

Refreshed docs/model-api-mapping.json against the latest OpenAI and Anthropic model documentation.

Changes

  • OpenAI: Added gpt-6-astra, the newly announced flagship model (Trusted Access Program rollout). Per https://developers.openai.com/api/docs/models, all models are available via the Responses API and Client SDKs; no Chat Completions support is documented for this model, so it is mapped responses-only.
  • Anthropic: Confirmed claude-fable-5-1 and claude-mythos-5-1 are covered by the existing claude-fable-5* and claude-mythos-5* glob patterns (per https://docs.anthropic.com/en/docs/about-claude/models); updated notes to reference the 5.1 releases explicitly. All Claude models continue to use the /v1/messages endpoint.
  • Bumped lastUpdated timestamp.

Verification

  • Fetched https://developers.openai.com/api/docs/models and https://developers.openai.com/api/reference/responses/overview for the current OpenAI model list.
  • Fetched https://docs.anthropic.com/en/docs/about-claude/models for the current Claude model list.
  • Validated docs/model-api-mapping.json is well-formed JSON after edits.
  • No existing model entries were removed; all pre-existing patterns preserved.

Generated by 🗺️ Model API Mapping Updater · copilot · auto · 45.5 AIC · ⌖ 9 AIC · ⊞ 8.2K ·

- Add gpt-6-astra (new flagship, Responses API only per official docs)
- Update notes for claude-fable-5 and claude-mythos-5 to reflect 5.1 releases
- Bump lastUpdated timestamp

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lpcox
lpcox marked this pull request as ready for review September 4, 2026 13:43
Copilot AI balanced review requested due to automatic review settings September 4, 2026 13:43

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

GPT-6 Astra supports Chat Completions, and the runtime mapping copy remains unsynchronized.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Refreshes provider model-to-endpoint metadata.

Changes:

  • Adds GPT-6 Astra.
  • Updates Claude 5.1 notes and timestamp.
File summaries
File Description
docs/model-api-mapping.json Updates model mappings and release notes.
Review details

Suppressed comments (1)

docs/model-api-mapping.json:26

  • OpenAI's official changelog and reasoning-model guide list both /v1/responses and /v1/chat/completions for GPT-6 Astra (with tool calling restricted to Responses). Marking it responses-only makes endpoint discovery reject a supported API and contradicts the current provider documentation.
          "endpoints": ["responses"],
          "notes": "Newest flagship model (Trusted Access Program rollout). Official page states models are available via the Responses API and Client SDKs; no Chat Completions support documented."
  • Files reviewed: 1/1 changed files
  • Comments generated: 1
  • Review effort level: Balanced

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines +22 to +26
{
"family": "gpt-6-astra",
"patterns": ["gpt-6-astra*"],
"endpoints": ["responses"],
"notes": "Newest flagship model (Trusted Access Program rollout). Official page states models are available via the Responses API and Client SDKs; no Chat Completions support documented."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant