Skip to content

Commit 1315d64

Browse files
Update the models metadata (GH-140)
Co-authored-by: Artyom Vancyan <44609997+artyomvancyan@users.noreply.github.com>
2 parents 607fd1d + 532d3cc commit 1315d64

1 file changed

Lines changed: 49 additions & 33 deletions

File tree

langgraphics/metadata/models.json

Lines changed: 49 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2481,6 +2481,22 @@
24812481
"cache_write": 0
24822482
}
24832483
},
2484+
"glm-5.2": {
2485+
"reasoning": true,
2486+
"tool_call": true,
2487+
"attachment": false,
2488+
"temperature": true,
2489+
"limit": {
2490+
"output": 131072,
2491+
"context": 1048576
2492+
},
2493+
"cost": {
2494+
"input": 1.2,
2495+
"output": 4.1,
2496+
"cache_read": 0.2,
2497+
"cache_write": 0
2498+
}
2499+
},
24842500
"qwen3.6-flash": {
24852501
"reasoning": true,
24862502
"tool_call": true,
@@ -8133,7 +8149,7 @@
81338149
"cost": {
81348150
"input": 0.285,
81358151
"output": 2.4,
8136-
"cache_read": 0,
8152+
"cache_read": 0.15,
81378153
"cache_write": 0
81388154
}
81398155
},
@@ -10104,22 +10120,6 @@
1010410120
"cache_write": 0
1010510121
}
1010610122
},
10107-
"glm-5.2": {
10108-
"reasoning": true,
10109-
"tool_call": true,
10110-
"attachment": false,
10111-
"temperature": true,
10112-
"limit": {
10113-
"output": 131072,
10114-
"context": 1048576
10115-
},
10116-
"cost": {
10117-
"input": 1.2,
10118-
"output": 4.1,
10119-
"cache_read": 0.2,
10120-
"cache_write": 0
10121-
}
10122-
},
1012310123
"qwen-image-2.0": {
1012410124
"reasoning": false,
1012510125
"tool_call": false,
@@ -15804,9 +15804,9 @@
1580415804
"context": 256000
1580515805
},
1580615806
"cost": {
15807-
"input": 0.1625,
15808-
"output": 0.5,
15809-
"cache_read": 0,
15807+
"input": 0.13,
15808+
"output": 0.4,
15809+
"cache_read": 0.05,
1581015810
"cache_write": 0
1581115811
}
1581215812
},
@@ -15884,9 +15884,9 @@
1588415884
"context": 1000000
1588515885
},
1588615886
"cost": {
15887-
"input": 0.175,
15888-
"output": 0.35,
15889-
"cache_read": 0.0625,
15887+
"input": 0.14,
15888+
"output": 0.28,
15889+
"cache_read": 0.05,
1589015890
"cache_write": 0
1589115891
}
1589215892
},
@@ -16020,7 +16020,7 @@
1602016020
"minimax-m3-preview": {
1602116021
"reasoning": true,
1602216022
"tool_call": true,
16023-
"attachment": false,
16023+
"attachment": true,
1602416024
"temperature": false,
1602516025
"limit": {
1602616026
"output": 65536,
@@ -16124,9 +16124,9 @@
1612416124
"context": 200000
1612516125
},
1612616126
"cost": {
16127-
"input": 0.14,
16128-
"output": 0.8,
16129-
"cache_read": 0,
16127+
"input": 0.07,
16128+
"output": 0.4,
16129+
"cache_read": 0.035,
1613016130
"cache_write": 0
1613116131
}
1613216132
},
@@ -16271,9 +16271,9 @@
1627116271
"context": 200000
1627216272
},
1627316273
"cost": {
16274-
"input": 1.75,
16275-
"output": 5.5,
16276-
"cache_read": 0.325,
16274+
"input": 1.54,
16275+
"output": 4.84,
16276+
"cache_read": 0.286,
1627716277
"cache_write": 0
1627816278
}
1627916279
},
@@ -16352,9 +16352,9 @@
1635216352
"context": 198000
1635316353
},
1635416354
"cost": {
16355-
"input": 0.34,
16356-
"output": 1.19,
16357-
"cache_read": 0.04,
16355+
"input": 0.27,
16356+
"output": 0.95,
16357+
"cache_read": 0.03,
1635816358
"cache_write": 0
1635916359
}
1636016360
},
@@ -17915,6 +17915,22 @@
1791517915
}
1791617916
}
1791717917
},
17918+
"hy3": {
17919+
"reasoning": true,
17920+
"tool_call": true,
17921+
"attachment": false,
17922+
"temperature": true,
17923+
"limit": {
17924+
"output": 64000,
17925+
"context": 256000
17926+
},
17927+
"cost": {
17928+
"input": 0,
17929+
"output": 0,
17930+
"cache_read": 0,
17931+
"cache_write": 0
17932+
}
17933+
},
1791817934
"ai21-labs/ai21-jamba-1.5-mini": {
1791917935
"reasoning": true,
1792017936
"tool_call": true,

0 commit comments

Comments
 (0)