Skip to content

Commit b0b3c97

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

File tree

1 file changed

+27
-5
lines changed

1 file changed

+27
-5
lines changed

langgraphics/metadata/models.json

Lines changed: 27 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6660,7 +6660,12 @@
66606660
"input": 2.5,
66616661
"output": 15,
66626662
"cache_read": 0.25,
6663-
"cache_write": 0
6663+
"cache_write": 0,
6664+
"context_over_200k": {
6665+
"input": 5,
6666+
"output": 22.5,
6667+
"cache_read": 0.5
6668+
}
66646669
}
66656670
},
66666671
"openai/o3-mini": {
@@ -10222,7 +10227,7 @@
1022210227
"temperature": true,
1022310228
"limit": {
1022410229
"output": 128000,
10225-
"context": 1000000
10230+
"context": 200000
1022610231
},
1022710232
"cost": {
1022810233
"input": 5,
@@ -10324,7 +10329,7 @@
1032410329
"temperature": true,
1032510330
"limit": {
1032610331
"output": 128000,
10327-
"context": 1000000
10332+
"context": 200000
1032810333
},
1032910334
"cost": {
1033010335
"input": 5,
@@ -10362,7 +10367,7 @@
1036210367
"temperature": true,
1036310368
"limit": {
1036410369
"output": 128000,
10365-
"context": 1000000
10370+
"context": 200000
1036610371
},
1036710372
"cost": {
1036810373
"input": 5,
@@ -11164,7 +11169,7 @@
1116411169
"temperature": true,
1116511170
"limit": {
1116611171
"output": 128000,
11167-
"context": 1000000
11172+
"context": 200000
1116811173
},
1116911174
"cost": {
1117011175
"input": 5,
@@ -17402,6 +17407,23 @@
1740217407
"cache_write": 0
1740317408
}
1740417409
},
17410+
"openai/gpt-5.4-pro": {
17411+
"reasoning": true,
17412+
"tool_call": true,
17413+
"attachment": true,
17414+
"temperature": false,
17415+
"limit": {
17416+
"output": 128000,
17417+
"context": 1050000,
17418+
"input": 272000
17419+
},
17420+
"cost": {
17421+
"input": 30,
17422+
"output": 180,
17423+
"cache_read": 30,
17424+
"cache_write": 0
17425+
}
17426+
},
1740517427
"openai/gpt-oss-safeguard-20b": {
1740617428
"reasoning": true,
1740717429
"tool_call": true,

0 commit comments

Comments
 (0)