Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/model-api-mapping.json
Original file line number Diff line number Diff line change
@@ -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-17T06:00:00Z",
"lastUpdated": "2026-07-22T06:07:25Z",
"sources": {
"openai": "https://platform.openai.com/docs/models",
"anthropic": "https://docs.anthropic.com/en/docs/about-claude/models"
Expand All @@ -28,8 +28,8 @@
{
"family": "gpt-5.5",
"patterns": ["gpt-5.5*"],
"endpoints": ["responses"],
"notes": "Responses API only. Not present in OpenAI OpenAPI spec v2.3.0; reserved for future gpt-5.5 family models."
"endpoints": ["chat_completions", "responses"],
"notes": "Supports both endpoints. Listed on the official GPT-5.5 model page."
},
{
"family": "gpt-5.4",
Expand Down
Loading