From f4717b76ea0d136d39a0ad3d803276e6cb2074ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 06:38:12 +0000 Subject: [PATCH] chore: update model-to-API mapping (2026-07-07) Verified all OpenAI models from the current openapi spec (ModelIdsShared + ResponsesOnlyModel) are correctly covered by existing patterns. Verified all current Anthropic models (claude-fable-5, claude-opus-4-8, claude-sonnet-5, claude-haiku-4-5, claude-mythos-5, etc.) are covered. No model entries added or removed; updated lastUpdated timestamp only. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/model-api-mapping.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/model-api-mapping.json b/docs/model-api-mapping.json index f12bb829..e5da096c 100644 --- a/docs/model-api-mapping.json +++ b/docs/model-api-mapping.json @@ -1,7 +1,7 @@ { "title": "Model-to-API Endpoint Mapping", "description": "Maps AI model families to their supported API endpoints. Used to determine which endpoint (chat/completions vs responses vs messages) a model requires.", - "lastUpdated": "2026-07-05T06:27:39Z", + "lastUpdated": "2026-07-07T06:29:55Z", "sources": { "openai": "https://platform.openai.com/docs/models", "anthropic": "https://docs.anthropic.com/en/docs/about-claude/models"