Skip to content

chore: update model-to-API mapping (2026-08-05) - #6951

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/update-model-api-mapping-2026-08-05-cfec59284400d284
Draft

chore: update model-to-API mapping (2026-08-05)#6951
github-actions[bot] wants to merge 1 commit into
mainfrom
chore/update-model-api-mapping-2026-08-05-cfec59284400d284

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Summary

Verified docs/model-api-mapping.json against official provider documentation:

  • OpenAI: Checked current model list and endpoint compatibility (chat_completions vs responses) against the openai-node SDK's ChatModel and ResponsesOnlyModel type definitions (sourced from the official OpenAI API spec). All existing entries (GPT-5.x family, o-series reasoning models, GPT-4.x, GPT-3.5) remain accurate; no new models found.
  • Anthropic: Checked the current Claude model list from the official "About Claude models" documentation page. All existing model families (Opus 5, Fable 5, Mythos 5, Sonnet 5, Opus 4.x, Sonnet 4.x, Haiku 4.5, and legacy 3.x models) remain accurate; no new families found.

Changes

  • Updated lastUpdated timestamp to 2026-08-05T06:03:21Z to reflect this verification pass.
  • No model entries were added, removed, or changed — all mappings were confirmed still correct.

Testing

  • Validated the JSON is well-formed (python3 -m json.tool).
  • Diff is minimal (1 line changed) to avoid unrelated formatting churn.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • developers.openai.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "developers.openai.com"

See Network Configuration for more information.

Generated by 🗺️ Model API Mapping Updater · auto · 32.6 AIC · ⌖ 8.39 AIC · ⊞ 7.6K ·

Verified all OpenAI model entries against openai-node's ChatModel and
ResponsesOnlyModel type definitions, and all Anthropic model entries
against the official Claude models documentation page. No new model
families or endpoint changes were found; only the lastUpdated
timestamp was refreshed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.

0 participants