Skip to content

Commit df6f737

Browse files
Update the models metadata (GH-138)
Co-authored-by: Artyom Vancyan <44609997+artyomvancyan@users.noreply.github.com>
2 parents 7530530 + 3cf6205 commit df6f737

1 file changed

Lines changed: 80 additions & 48 deletions

File tree

langgraphics/metadata/models.json

Lines changed: 80 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2073,13 +2073,13 @@
20732073
"attachment": false,
20742074
"temperature": true,
20752075
"limit": {
2076-
"output": 196608,
2077-
"context": 196608
2076+
"output": 131072,
2077+
"context": 204800
20782078
},
20792079
"cost": {
20802080
"input": 0.255,
2081-
"output": 1,
2082-
"cache_read": 0.03,
2081+
"output": 1.02,
2082+
"cache_read": 0,
20832083
"cache_write": 0
20842084
}
20852085
},
@@ -6257,6 +6257,22 @@
62576257
"cache_write": 0
62586258
}
62596259
},
6260+
"anthropic/claude-fable-5": {
6261+
"reasoning": true,
6262+
"tool_call": true,
6263+
"attachment": true,
6264+
"temperature": false,
6265+
"limit": {
6266+
"output": 128000,
6267+
"context": 1000000
6268+
},
6269+
"cost": {
6270+
"input": 10,
6271+
"output": 50,
6272+
"cache_read": 1,
6273+
"cache_write": 12.5
6274+
}
6275+
},
62606276
"anthropic/claude-opus-4.5": {
62616277
"reasoning": true,
62626278
"tool_call": true,
@@ -14811,15 +14827,15 @@
1481114827
"reasoning": true,
1481214828
"tool_call": true,
1481314829
"attachment": false,
14814-
"temperature": false,
14830+
"temperature": true,
1481514831
"limit": {
14816-
"output": 65536,
14832+
"output": 128000,
1481714833
"context": 256000
1481814834
},
1481914835
"cost": {
14820-
"input": 0.3125,
14821-
"output": 1.125,
14822-
"cache_read": 0.075,
14836+
"input": 0.25,
14837+
"output": 0.9,
14838+
"cache_read": 0.06,
1482314839
"cache_write": 0
1482414840
}
1482514841
},
@@ -15420,6 +15436,22 @@
1542015436
"cache_write": 0
1542115437
}
1542215438
},
15439+
"claude-sonnet-5": {
15440+
"reasoning": true,
15441+
"tool_call": true,
15442+
"attachment": true,
15443+
"temperature": false,
15444+
"limit": {
15445+
"output": 128000,
15446+
"context": 1000000
15447+
},
15448+
"cost": {
15449+
"input": 2,
15450+
"output": 10,
15451+
"cache_read": 0.2,
15452+
"cache_write": 2.5
15453+
}
15454+
},
1542315455
"openai-gpt-53-codex": {
1542415456
"reasoning": true,
1542515457
"tool_call": true,
@@ -16748,22 +16780,6 @@
1674816780
"cache_write": 3.75
1674916781
}
1675016782
},
16751-
"anthropic/claude-fable-5": {
16752-
"reasoning": true,
16753-
"tool_call": true,
16754-
"attachment": true,
16755-
"temperature": false,
16756-
"limit": {
16757-
"output": 128000,
16758-
"context": 1000000
16759-
},
16760-
"cost": {
16761-
"input": 10,
16762-
"output": 50,
16763-
"cache_read": 1,
16764-
"cache_write": 12.5
16765-
}
16766-
},
1676716783
"tencent/hy3-preview": {
1676816784
"reasoning": false,
1676916785
"tool_call": false,
@@ -19448,13 +19464,13 @@
1944819464
"attachment": false,
1944919465
"temperature": true,
1945019466
"limit": {
19451-
"output": 131072,
19452-
"context": 131072
19467+
"output": 32768,
19468+
"context": 81920
1945319469
},
1945419470
"cost": {
19455-
"input": 0.08,
19456-
"output": 0.4,
19457-
"cache_read": 0.08,
19471+
"input": 0.13,
19472+
"output": 1.56,
19473+
"cache_read": 0,
1945819474
"cache_write": 0
1945919475
}
1946019476
},
@@ -20681,22 +20697,6 @@
2068120697
"cache_write": 0
2068220698
}
2068320699
},
20684-
"claude-sonnet-5": {
20685-
"reasoning": true,
20686-
"tool_call": true,
20687-
"attachment": true,
20688-
"temperature": false,
20689-
"limit": {
20690-
"output": 128000,
20691-
"context": 1000000
20692-
},
20693-
"cost": {
20694-
"input": 2,
20695-
"output": 10,
20696-
"cache_read": 0.2,
20697-
"cache_write": 2.5
20698-
}
20699-
},
2070020700
"grok-4-20-beta-0309-reasoning": {
2070120701
"reasoning": true,
2070220702
"tool_call": true,
@@ -23607,6 +23607,22 @@
2360723607
"cache_write": 0
2360823608
}
2360923609
},
23610+
"gemma-4-31b": {
23611+
"reasoning": true,
23612+
"tool_call": true,
23613+
"attachment": true,
23614+
"temperature": true,
23615+
"limit": {
23616+
"output": 40960,
23617+
"context": 131072
23618+
},
23619+
"cost": {
23620+
"input": 0.99,
23621+
"output": 1.49,
23622+
"cache_read": 0,
23623+
"cache_write": 0
23624+
}
23625+
},
2361023626
"zai-glm-4.7": {
2361123627
"reasoning": true,
2361223628
"tool_call": true,
@@ -30587,8 +30603,8 @@
3058730603
"context": 163840
3058830604
},
3058930605
"cost": {
30590-
"input": 0.2,
30591-
"output": 0.77,
30606+
"input": 0.24,
30607+
"output": 0.9,
3059230608
"cache_read": 0.135,
3059330609
"cache_write": 0
3059430610
}
@@ -31428,6 +31444,22 @@
3142831444
"cache_write": 0
3142931445
}
3143031446
},
31447+
"anthropic.claude-fable-5": {
31448+
"reasoning": true,
31449+
"tool_call": true,
31450+
"attachment": true,
31451+
"temperature": false,
31452+
"limit": {
31453+
"output": 128000,
31454+
"context": 1000000
31455+
},
31456+
"cost": {
31457+
"input": 10,
31458+
"output": 50,
31459+
"cache_read": 1,
31460+
"cache_write": 12.5
31461+
}
31462+
},
3143131463
"writer.palmyra-x4-v1:0": {
3143231464
"reasoning": true,
3143331465
"tool_call": true,

0 commit comments

Comments
 (0)