Skip to content

Commit 4b6a79d

Browse files
Update the models metadata (GH-21)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2 parents 2aa6084 + 2074843 commit 4b6a79d

File tree

1 file changed

+77
-17
lines changed

1 file changed

+77
-17
lines changed

langgraphics/metadata/models.json

Lines changed: 77 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6646,6 +6646,23 @@
66466646
"cache_write": 0
66476647
}
66486648
},
6649+
"openai/gpt-5.4": {
6650+
"reasoning": true,
6651+
"tool_call": true,
6652+
"attachment": true,
6653+
"temperature": false,
6654+
"limit": {
6655+
"output": 128000,
6656+
"context": 1050000,
6657+
"input": 922000
6658+
},
6659+
"cost": {
6660+
"input": 2.5,
6661+
"output": 15,
6662+
"cache_read": 0.25,
6663+
"cache_write": 0
6664+
}
6665+
},
66496666
"openai/o3-mini": {
66506667
"reasoning": false,
66516668
"tool_call": true,
@@ -8023,6 +8040,23 @@
80238040
"cache_write": 0
80248041
}
80258042
},
8043+
"gpt-5.3-codex-spark": {
8044+
"reasoning": true,
8045+
"tool_call": true,
8046+
"attachment": true,
8047+
"temperature": false,
8048+
"limit": {
8049+
"output": 32000,
8050+
"context": 128000,
8051+
"input": 100000
8052+
},
8053+
"cost": {
8054+
"input": 1.75,
8055+
"output": 14,
8056+
"cache_read": 0.175,
8057+
"cache_write": 0
8058+
}
8059+
},
80268060
"qwen3-coder": {
80278061
"reasoning": false,
80288062
"tool_call": true,
@@ -8119,6 +8153,49 @@
81198153
"cache_write": 0
81208154
}
81218155
},
8156+
"gpt-5.4": {
8157+
"reasoning": true,
8158+
"tool_call": true,
8159+
"attachment": true,
8160+
"temperature": false,
8161+
"limit": {
8162+
"output": 128000,
8163+
"context": 1050000,
8164+
"input": 272000
8165+
},
8166+
"cost": {
8167+
"input": 2.5,
8168+
"output": 15,
8169+
"cache_read": 0.25,
8170+
"cache_write": 0,
8171+
"context_over_200k": {
8172+
"input": 5,
8173+
"output": 22.5,
8174+
"cache_read": 0.5
8175+
}
8176+
}
8177+
},
8178+
"gpt-5.4-pro": {
8179+
"reasoning": true,
8180+
"tool_call": true,
8181+
"attachment": true,
8182+
"temperature": false,
8183+
"limit": {
8184+
"output": 128000,
8185+
"context": 1050000,
8186+
"input": 272000
8187+
},
8188+
"cost": {
8189+
"input": 30,
8190+
"output": 180,
8191+
"cache_read": 0,
8192+
"cache_write": 0,
8193+
"context_over_200k": {
8194+
"input": 60,
8195+
"output": 270
8196+
}
8197+
}
8198+
},
81228199
"claude-haiku-4-5": {
81238200
"reasoning": true,
81248201
"tool_call": true,
@@ -22402,23 +22479,6 @@
2240222479
"cache_write": 0
2240322480
}
2240422481
},
22405-
"gpt-5.3-codex-spark": {
22406-
"reasoning": true,
22407-
"tool_call": true,
22408-
"attachment": true,
22409-
"temperature": false,
22410-
"limit": {
22411-
"output": 32000,
22412-
"context": 128000,
22413-
"input": 100000
22414-
},
22415-
"cost": {
22416-
"input": 1.75,
22417-
"output": 14,
22418-
"cache_read": 0.175,
22419-
"cache_write": 0
22420-
}
22421-
},
2242222482
"gpt-3.5-turbo": {
2242322483
"reasoning": false,
2242422484
"tool_call": false,

0 commit comments

Comments
 (0)