llm.rb 12.0.0 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/data/bedrock.json CHANGED
@@ -13,6 +13,7 @@
13
13
  "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
14
14
  "id": "global.anthropic.claude-haiku-4-5-20251001-v1:0",
15
15
  "name": "Claude Haiku 4.5 (Global)",
16
+ "description": "Fast Claude model for responsive assistance, classification, and lightweight agents",
16
17
  "family": "claude-haiku",
17
18
  "attachment": true,
18
19
  "reasoning": true,
@@ -53,6 +54,7 @@
53
54
  "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
54
55
  "id": "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
55
56
  "name": "Claude Sonnet 4.5 (Global)",
57
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
56
58
  "family": "claude-sonnet",
57
59
  "attachment": true,
58
60
  "reasoning": true,
@@ -93,6 +95,7 @@
93
95
  "us.meta.llama4-scout-17b-instruct-v1:0": {
94
96
  "id": "us.meta.llama4-scout-17b-instruct-v1:0",
95
97
  "name": "Llama 4 Scout 17B Instruct (US)",
98
+ "description": "Open Llama with long-context vision for efficient multimodal agents",
96
99
  "family": "llama",
97
100
  "attachment": true,
98
101
  "reasoning": false,
@@ -123,6 +126,7 @@
123
126
  "minimax.minimax-m2": {
124
127
  "id": "minimax.minimax-m2",
125
128
  "name": "MiniMax M2",
129
+ "description": "MiniMax model for chat, coding, office work, and agentic tasks",
126
130
  "family": "minimax",
127
131
  "attachment": false,
128
132
  "reasoning": true,
@@ -153,6 +157,7 @@
153
157
  "anthropic.claude-opus-4-7": {
154
158
  "id": "anthropic.claude-opus-4-7",
155
159
  "name": "Claude Opus 4.7",
160
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
156
161
  "family": "claude-opus",
157
162
  "attachment": true,
158
163
  "reasoning": true,
@@ -198,6 +203,7 @@
198
203
  "eu.anthropic.claude-sonnet-4-6": {
199
204
  "id": "eu.anthropic.claude-sonnet-4-6",
200
205
  "name": "Claude Sonnet 4.6 (EU)",
206
+ "description": "Claude workhorse for coding agents, careful analysis, and production cost control",
201
207
  "family": "claude-sonnet",
202
208
  "attachment": true,
203
209
  "reasoning": true,
@@ -247,6 +253,7 @@
247
253
  "mistral.voxtral-small-24b-2507": {
248
254
  "id": "mistral.voxtral-small-24b-2507",
249
255
  "name": "Voxtral Small 24B 2507",
256
+ "description": "Efficient Mistral model for fast chat, extraction, and production assistants",
250
257
  "family": "mistral",
251
258
  "attachment": true,
252
259
  "reasoning": false,
@@ -277,6 +284,7 @@
277
284
  "mistral.ministral-3-3b-instruct": {
278
285
  "id": "mistral.ministral-3-3b-instruct",
279
286
  "name": "Ministral 3 3B",
287
+ "description": "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads",
280
288
  "family": "ministral",
281
289
  "attachment": false,
282
290
  "reasoning": false,
@@ -307,6 +315,7 @@
307
315
  "openai.gpt-oss-20b": {
308
316
  "id": "openai.gpt-oss-20b",
309
317
  "name": "gpt-oss-20b",
318
+ "description": "Open-weight GPT model for self-hosted reasoning and instruction-following workloads",
310
319
  "family": "gpt-oss",
311
320
  "attachment": false,
312
321
  "reasoning": true,
@@ -351,6 +360,7 @@
351
360
  "anthropic.claude-opus-4-6-v1": {
352
361
  "id": "anthropic.claude-opus-4-6-v1",
353
362
  "name": "Claude Opus 4.6",
363
+ "description": "High-end Claude for difficult coding, planning, and slower expert reasoning",
354
364
  "family": "claude-opus",
355
365
  "attachment": true,
356
366
  "reasoning": true,
@@ -400,6 +410,7 @@
400
410
  "openai.gpt-oss-safeguard-20b": {
401
411
  "id": "openai.gpt-oss-safeguard-20b",
402
412
  "name": "GPT OSS Safeguard 20B",
413
+ "description": "Safety model for policy screening, moderation, and risk-aware routing workflows",
403
414
  "family": "gpt-oss",
404
415
  "attachment": false,
405
416
  "reasoning": false,
@@ -429,6 +440,7 @@
429
440
  "anthropic.claude-opus-4-5-20251101-v1:0": {
430
441
  "id": "anthropic.claude-opus-4-5-20251101-v1:0",
431
442
  "name": "Claude Opus 4.5",
443
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
432
444
  "family": "claude-opus",
433
445
  "attachment": true,
434
446
  "reasoning": true,
@@ -477,6 +489,7 @@
477
489
  "global.anthropic.claude-fable-5": {
478
490
  "id": "global.anthropic.claude-fable-5",
479
491
  "name": "Claude Fable 5 (Global)",
492
+ "description": "Claude model for creative writing, analysis, and controlled agent workflows",
480
493
  "family": "claude-fable",
481
494
  "attachment": true,
482
495
  "reasoning": true,
@@ -500,7 +513,8 @@
500
513
  "modalities": {
501
514
  "input": [
502
515
  "text",
503
- "image"
516
+ "image",
517
+ "pdf"
504
518
  ],
505
519
  "output": [
506
520
  "text"
@@ -521,6 +535,7 @@
521
535
  "openai.gpt-oss-120b-1:0": {
522
536
  "id": "openai.gpt-oss-120b-1:0",
523
537
  "name": "gpt-oss-120b",
538
+ "description": "Open-weight GPT model for self-hosted reasoning and instruction-following workloads",
524
539
  "family": "gpt-oss",
525
540
  "attachment": false,
526
541
  "reasoning": true,
@@ -560,6 +575,7 @@
560
575
  "anthropic.claude-sonnet-4-5-20250929-v1:0": {
561
576
  "id": "anthropic.claude-sonnet-4-5-20250929-v1:0",
562
577
  "name": "Claude Sonnet 4.5",
578
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
563
579
  "family": "claude-sonnet",
564
580
  "attachment": true,
565
581
  "reasoning": true,
@@ -600,6 +616,7 @@
600
616
  "amazon.nova-pro-v1:0": {
601
617
  "id": "amazon.nova-pro-v1:0",
602
618
  "name": "Nova Pro",
619
+ "description": "Flagship model for demanding analysis, coding, and production agent workflows",
603
620
  "family": "nova-pro",
604
621
  "attachment": true,
605
622
  "reasoning": false,
@@ -632,6 +649,7 @@
632
649
  "qwen.qwen3-coder-next": {
633
650
  "id": "qwen.qwen3-coder-next",
634
651
  "name": "Qwen3 Coder Next",
652
+ "description": "Qwen coding model for software agents, repository edits, and code reasoning",
635
653
  "family": "qwen",
636
654
  "attachment": false,
637
655
  "reasoning": true,
@@ -662,6 +680,7 @@
662
680
  "us.anthropic.claude-opus-4-7": {
663
681
  "id": "us.anthropic.claude-opus-4-7",
664
682
  "name": "Claude Opus 4.7 (US)",
683
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
665
684
  "family": "claude-opus",
666
685
  "attachment": true,
667
686
  "reasoning": true,
@@ -707,6 +726,7 @@
707
726
  "nvidia.nemotron-nano-9b-v2": {
708
727
  "id": "nvidia.nemotron-nano-9b-v2",
709
728
  "name": "NVIDIA Nemotron Nano 9B v2",
729
+ "description": "Compact Nemotron model for efficient reasoning and deployable AI agents",
710
730
  "family": "nemotron",
711
731
  "attachment": false,
712
732
  "reasoning": false,
@@ -736,6 +756,7 @@
736
756
  "qwen.qwen3-32b-v1:0": {
737
757
  "id": "qwen.qwen3-32b-v1:0",
738
758
  "name": "Qwen3 32B (dense)",
759
+ "description": "Qwen instruction model for multilingual chat, reasoning, and tool use",
739
760
  "family": "qwen",
740
761
  "attachment": false,
741
762
  "reasoning": true,
@@ -767,6 +788,7 @@
767
788
  "jp.anthropic.claude-sonnet-4-6": {
768
789
  "id": "jp.anthropic.claude-sonnet-4-6",
769
790
  "name": "Claude Sonnet 4.6 (JP)",
791
+ "description": "Claude workhorse for coding agents, careful analysis, and production cost control",
770
792
  "family": "claude-sonnet",
771
793
  "attachment": true,
772
794
  "reasoning": true,
@@ -816,6 +838,7 @@
816
838
  "deepseek.r1-v1:0": {
817
839
  "id": "deepseek.r1-v1:0",
818
840
  "name": "DeepSeek-R1",
841
+ "description": "DeepSeek reasoning model for multi-step analysis, math, coding, and tools",
819
842
  "family": "deepseek-thinking",
820
843
  "attachment": false,
821
844
  "reasoning": true,
@@ -846,6 +869,7 @@
846
869
  "mistral.mistral-large-3-675b-instruct": {
847
870
  "id": "mistral.mistral-large-3-675b-instruct",
848
871
  "name": "Mistral Large 3",
872
+ "description": "Flagship Mistral model for advanced reasoning, coding, and multilingual work",
849
873
  "family": "mistral",
850
874
  "attachment": false,
851
875
  "reasoning": false,
@@ -876,6 +900,7 @@
876
900
  "google.gemma-3-27b-it": {
877
901
  "id": "google.gemma-3-27b-it",
878
902
  "name": "Google Gemma 3 27B Instruct",
903
+ "description": "Open Gemma instruction model for efficient chat and self-hosted deployments",
879
904
  "family": "gemma",
880
905
  "attachment": true,
881
906
  "reasoning": false,
@@ -907,6 +932,7 @@
907
932
  "anthropic.claude-sonnet-4-6": {
908
933
  "id": "anthropic.claude-sonnet-4-6",
909
934
  "name": "Claude Sonnet 4.6",
935
+ "description": "Claude workhorse for coding agents, careful analysis, and production cost control",
910
936
  "family": "claude-sonnet",
911
937
  "attachment": true,
912
938
  "reasoning": true,
@@ -956,6 +982,7 @@
956
982
  "amazon.nova-2-lite-v1:0": {
957
983
  "id": "amazon.nova-2-lite-v1:0",
958
984
  "name": "Nova 2 Lite",
985
+ "description": "Multimodal reasoning model for visual analysis, planning, and tool use",
959
986
  "family": "nova",
960
987
  "attachment": false,
961
988
  "reasoning": true,
@@ -999,6 +1026,7 @@
999
1026
  "openai.gpt-oss-safeguard-120b": {
1000
1027
  "id": "openai.gpt-oss-safeguard-120b",
1001
1028
  "name": "GPT OSS Safeguard 120B",
1029
+ "description": "Safety model for policy screening, moderation, and risk-aware routing workflows",
1002
1030
  "family": "gpt-oss",
1003
1031
  "attachment": false,
1004
1032
  "reasoning": false,
@@ -1028,6 +1056,7 @@
1028
1056
  "mistral.ministral-3-8b-instruct": {
1029
1057
  "id": "mistral.ministral-3-8b-instruct",
1030
1058
  "name": "Ministral 3 8B",
1059
+ "description": "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads",
1031
1060
  "family": "ministral",
1032
1061
  "attachment": false,
1033
1062
  "reasoning": false,
@@ -1057,6 +1086,7 @@
1057
1086
  "eu.anthropic.claude-opus-4-6-v1": {
1058
1087
  "id": "eu.anthropic.claude-opus-4-6-v1",
1059
1088
  "name": "Claude Opus 4.6 (EU)",
1089
+ "description": "High-end Claude for difficult coding, planning, and slower expert reasoning",
1060
1090
  "family": "claude-opus",
1061
1091
  "attachment": true,
1062
1092
  "reasoning": true,
@@ -1106,6 +1136,7 @@
1106
1136
  "au.anthropic.claude-opus-4-6-v1": {
1107
1137
  "id": "au.anthropic.claude-opus-4-6-v1",
1108
1138
  "name": "AU Anthropic Claude Opus 4.6",
1139
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
1109
1140
  "family": "claude-opus",
1110
1141
  "attachment": true,
1111
1142
  "reasoning": true,
@@ -1152,9 +1183,60 @@
1152
1183
  "cache_write": 20.625
1153
1184
  }
1154
1185
  },
1186
+ "jp.anthropic.claude-sonnet-5": {
1187
+ "id": "jp.anthropic.claude-sonnet-5",
1188
+ "name": "Claude Sonnet 5 (JP)",
1189
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
1190
+ "family": "claude-sonnet",
1191
+ "attachment": true,
1192
+ "reasoning": true,
1193
+ "reasoning_options": [
1194
+ {
1195
+ "type": "toggle"
1196
+ },
1197
+ {
1198
+ "type": "effort",
1199
+ "values": [
1200
+ "low",
1201
+ "medium",
1202
+ "high",
1203
+ "xhigh",
1204
+ "max"
1205
+ ]
1206
+ }
1207
+ ],
1208
+ "tool_call": true,
1209
+ "structured_output": true,
1210
+ "temperature": false,
1211
+ "knowledge": "2026-01-31",
1212
+ "release_date": "2026-06-30",
1213
+ "last_updated": "2026-06-30",
1214
+ "modalities": {
1215
+ "input": [
1216
+ "text",
1217
+ "image",
1218
+ "pdf"
1219
+ ],
1220
+ "output": [
1221
+ "text"
1222
+ ]
1223
+ },
1224
+ "open_weights": false,
1225
+ "limit": {
1226
+ "context": 1000000,
1227
+ "output": 128000
1228
+ },
1229
+ "cost": {
1230
+ "input": 2,
1231
+ "output": 10,
1232
+ "cache_read": 0.2,
1233
+ "cache_write": 2.5
1234
+ }
1235
+ },
1155
1236
  "openai.gpt-oss-120b": {
1156
1237
  "id": "openai.gpt-oss-120b",
1157
1238
  "name": "gpt-oss-120b",
1239
+ "description": "Open-weight GPT model for self-hosted reasoning and instruction-following workloads",
1158
1240
  "family": "gpt-oss",
1159
1241
  "attachment": false,
1160
1242
  "reasoning": true,
@@ -1196,9 +1278,60 @@
1196
1278
  "output": 0.6
1197
1279
  }
1198
1280
  },
1281
+ "global.anthropic.claude-sonnet-5": {
1282
+ "id": "global.anthropic.claude-sonnet-5",
1283
+ "name": "Claude Sonnet 5 (Global)",
1284
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
1285
+ "family": "claude-sonnet",
1286
+ "attachment": true,
1287
+ "reasoning": true,
1288
+ "reasoning_options": [
1289
+ {
1290
+ "type": "toggle"
1291
+ },
1292
+ {
1293
+ "type": "effort",
1294
+ "values": [
1295
+ "low",
1296
+ "medium",
1297
+ "high",
1298
+ "xhigh",
1299
+ "max"
1300
+ ]
1301
+ }
1302
+ ],
1303
+ "tool_call": true,
1304
+ "structured_output": true,
1305
+ "temperature": false,
1306
+ "knowledge": "2026-01-31",
1307
+ "release_date": "2026-06-30",
1308
+ "last_updated": "2026-06-30",
1309
+ "modalities": {
1310
+ "input": [
1311
+ "text",
1312
+ "image",
1313
+ "pdf"
1314
+ ],
1315
+ "output": [
1316
+ "text"
1317
+ ]
1318
+ },
1319
+ "open_weights": false,
1320
+ "limit": {
1321
+ "context": 1000000,
1322
+ "output": 128000
1323
+ },
1324
+ "cost": {
1325
+ "input": 2,
1326
+ "output": 10,
1327
+ "cache_read": 0.2,
1328
+ "cache_write": 2.5
1329
+ }
1330
+ },
1199
1331
  "global.anthropic.claude-opus-4-8": {
1200
1332
  "id": "global.anthropic.claude-opus-4-8",
1201
1333
  "name": "Claude Opus 4.8 (Global)",
1334
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
1202
1335
  "family": "claude-opus",
1203
1336
  "attachment": true,
1204
1337
  "reasoning": true,
@@ -1243,6 +1376,7 @@
1243
1376
  "us.meta.llama4-maverick-17b-instruct-v1:0": {
1244
1377
  "id": "us.meta.llama4-maverick-17b-instruct-v1:0",
1245
1378
  "name": "Llama 4 Maverick 17B Instruct (US)",
1379
+ "description": "Open multimodal Llama for strong reasoning with efficient everyday serving",
1246
1380
  "family": "llama",
1247
1381
  "attachment": true,
1248
1382
  "reasoning": false,
@@ -1273,6 +1407,7 @@
1273
1407
  "openai.gpt-5.4": {
1274
1408
  "id": "openai.gpt-5.4",
1275
1409
  "name": "GPT-5.4",
1410
+ "description": "Agent-ready GPT for coding and computer-use workflows at a lower cost",
1276
1411
  "family": "gpt",
1277
1412
  "attachment": true,
1278
1413
  "reasoning": true,
@@ -1320,9 +1455,60 @@
1320
1455
  "cache_read": 0.275
1321
1456
  }
1322
1457
  },
1458
+ "anthropic.claude-sonnet-5": {
1459
+ "id": "anthropic.claude-sonnet-5",
1460
+ "name": "Claude Sonnet 5",
1461
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
1462
+ "family": "claude-sonnet",
1463
+ "attachment": true,
1464
+ "reasoning": true,
1465
+ "reasoning_options": [
1466
+ {
1467
+ "type": "toggle"
1468
+ },
1469
+ {
1470
+ "type": "effort",
1471
+ "values": [
1472
+ "low",
1473
+ "medium",
1474
+ "high",
1475
+ "xhigh",
1476
+ "max"
1477
+ ]
1478
+ }
1479
+ ],
1480
+ "tool_call": true,
1481
+ "structured_output": true,
1482
+ "temperature": false,
1483
+ "knowledge": "2026-01-31",
1484
+ "release_date": "2026-06-30",
1485
+ "last_updated": "2026-06-30",
1486
+ "modalities": {
1487
+ "input": [
1488
+ "text",
1489
+ "image",
1490
+ "pdf"
1491
+ ],
1492
+ "output": [
1493
+ "text"
1494
+ ]
1495
+ },
1496
+ "open_weights": false,
1497
+ "limit": {
1498
+ "context": 1000000,
1499
+ "output": 128000
1500
+ },
1501
+ "cost": {
1502
+ "input": 2,
1503
+ "output": 10,
1504
+ "cache_read": 0.2,
1505
+ "cache_write": 2.5
1506
+ }
1507
+ },
1323
1508
  "mistral.devstral-2-123b": {
1324
1509
  "id": "mistral.devstral-2-123b",
1325
1510
  "name": "Devstral 2 123B",
1511
+ "description": "Mistral coding agent model for repository tasks and software engineering workflows",
1326
1512
  "family": "devstral",
1327
1513
  "attachment": false,
1328
1514
  "reasoning": false,
@@ -1352,6 +1538,7 @@
1352
1538
  "zai.glm-4.7": {
1353
1539
  "id": "zai.glm-4.7",
1354
1540
  "name": "GLM-4.7",
1541
+ "description": "Flagship GLM model for hybrid reasoning, coding, and agentic engineering",
1355
1542
  "family": "glm",
1356
1543
  "attachment": false,
1357
1544
  "reasoning": true,
@@ -1383,9 +1570,56 @@
1383
1570
  "output": 2.2
1384
1571
  }
1385
1572
  },
1573
+ "anthropic.claude-fable-5": {
1574
+ "id": "anthropic.claude-fable-5",
1575
+ "name": "Claude Fable 5",
1576
+ "description": "Claude model for creative writing, analysis, and controlled agent workflows",
1577
+ "family": "claude-fable",
1578
+ "attachment": true,
1579
+ "reasoning": true,
1580
+ "reasoning_options": [
1581
+ {
1582
+ "type": "effort",
1583
+ "values": [
1584
+ "low",
1585
+ "medium",
1586
+ "high",
1587
+ "xhigh",
1588
+ "max"
1589
+ ]
1590
+ }
1591
+ ],
1592
+ "tool_call": true,
1593
+ "temperature": false,
1594
+ "knowledge": "2026-01-31",
1595
+ "release_date": "2026-06-09",
1596
+ "last_updated": "2026-06-09",
1597
+ "modalities": {
1598
+ "input": [
1599
+ "text",
1600
+ "image",
1601
+ "pdf"
1602
+ ],
1603
+ "output": [
1604
+ "text"
1605
+ ]
1606
+ },
1607
+ "open_weights": false,
1608
+ "limit": {
1609
+ "context": 1000000,
1610
+ "output": 128000
1611
+ },
1612
+ "cost": {
1613
+ "input": 10,
1614
+ "output": 50,
1615
+ "cache_read": 1,
1616
+ "cache_write": 12.5
1617
+ }
1618
+ },
1386
1619
  "writer.palmyra-x4-v1:0": {
1387
1620
  "id": "writer.palmyra-x4-v1:0",
1388
1621
  "name": "Palmyra X4",
1622
+ "description": "Reasoning model for deliberate analysis, multi-step problem solving, and tool use",
1389
1623
  "family": "palmyra",
1390
1624
  "attachment": false,
1391
1625
  "reasoning": true,
@@ -1415,6 +1649,7 @@
1415
1649
  "mistral.magistral-small-2509": {
1416
1650
  "id": "mistral.magistral-small-2509",
1417
1651
  "name": "Magistral Small 1.2",
1652
+ "description": "Mistral reasoning model for transparent analysis, math, and complex decisions",
1418
1653
  "family": "magistral",
1419
1654
  "attachment": false,
1420
1655
  "reasoning": true,
@@ -1446,6 +1681,7 @@
1446
1681
  "qwen.qwen3-coder-480b-a35b-v1:0": {
1447
1682
  "id": "qwen.qwen3-coder-480b-a35b-v1:0",
1448
1683
  "name": "Qwen3 Coder 480B A35B Instruct",
1684
+ "description": "Qwen coding model for software agents, repository edits, and code reasoning",
1449
1685
  "family": "qwen",
1450
1686
  "attachment": false,
1451
1687
  "reasoning": false,
@@ -1476,6 +1712,7 @@
1476
1712
  "amazon.nova-micro-v1:0": {
1477
1713
  "id": "amazon.nova-micro-v1:0",
1478
1714
  "name": "Nova Micro",
1715
+ "description": "Efficient model for low-latency assistance, extraction, and routine automation",
1479
1716
  "family": "nova-micro",
1480
1717
  "attachment": false,
1481
1718
  "reasoning": false,
@@ -1506,6 +1743,7 @@
1506
1743
  "mistral.pixtral-large-2502-v1:0": {
1507
1744
  "id": "mistral.pixtral-large-2502-v1:0",
1508
1745
  "name": "Pixtral Large (25.02)",
1746
+ "description": "Mistral vision-language model for image understanding and multimodal chat",
1509
1747
  "family": "mistral",
1510
1748
  "attachment": false,
1511
1749
  "reasoning": false,
@@ -1535,6 +1773,7 @@
1535
1773
  "us.anthropic.claude-opus-4-6-v1": {
1536
1774
  "id": "us.anthropic.claude-opus-4-6-v1",
1537
1775
  "name": "Claude Opus 4.6 (US)",
1776
+ "description": "High-end Claude for difficult coding, planning, and slower expert reasoning",
1538
1777
  "family": "claude-opus",
1539
1778
  "attachment": true,
1540
1779
  "reasoning": true,
@@ -1584,6 +1823,7 @@
1584
1823
  "jp.anthropic.claude-opus-4-7": {
1585
1824
  "id": "jp.anthropic.claude-opus-4-7",
1586
1825
  "name": "Claude Opus 4.7 (JP)",
1826
+ "description": "Stronger Opus tier for advanced software work and high-stakes reasoning",
1587
1827
  "family": "claude-opus",
1588
1828
  "attachment": true,
1589
1829
  "reasoning": true,
@@ -1629,6 +1869,7 @@
1629
1869
  "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1630
1870
  "id": "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
1631
1871
  "name": "Claude Sonnet 4.5 (AU)",
1872
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
1632
1873
  "family": "claude-sonnet",
1633
1874
  "attachment": true,
1634
1875
  "reasoning": true,
@@ -1669,6 +1910,7 @@
1669
1910
  "deepseek.v3-v1:0": {
1670
1911
  "id": "deepseek.v3-v1:0",
1671
1912
  "name": "DeepSeek-V3.1",
1913
+ "description": "DeepSeek chat model for instruction following, coding, and analysis",
1672
1914
  "family": "deepseek",
1673
1915
  "attachment": false,
1674
1916
  "reasoning": true,
@@ -1700,6 +1942,7 @@
1700
1942
  "anthropic.claude-opus-4-1-20250805-v1:0": {
1701
1943
  "id": "anthropic.claude-opus-4-1-20250805-v1:0",
1702
1944
  "name": "Claude Opus 4.1",
1945
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
1703
1946
  "family": "claude-opus",
1704
1947
  "attachment": true,
1705
1948
  "reasoning": true,
@@ -1739,6 +1982,7 @@
1739
1982
  "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1740
1983
  "id": "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
1741
1984
  "name": "Claude Sonnet 4.5 (JP)",
1985
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
1742
1986
  "family": "claude-sonnet",
1743
1987
  "attachment": true,
1744
1988
  "reasoning": true,
@@ -1779,6 +2023,7 @@
1779
2023
  "google.gemma-3-4b-it": {
1780
2024
  "id": "google.gemma-3-4b-it",
1781
2025
  "name": "Gemma 3 4B IT",
2026
+ "description": "Open Gemma instruction model for efficient chat and self-hosted deployments",
1782
2027
  "family": "gemma",
1783
2028
  "attachment": false,
1784
2029
  "reasoning": false,
@@ -1808,6 +2053,7 @@
1808
2053
  "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1809
2054
  "id": "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
1810
2055
  "name": "Claude Sonnet 4.5 (EU)",
2056
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
1811
2057
  "family": "claude-sonnet",
1812
2058
  "attachment": true,
1813
2059
  "reasoning": true,
@@ -1848,6 +2094,7 @@
1848
2094
  "qwen.qwen3-vl-235b-a22b": {
1849
2095
  "id": "qwen.qwen3-vl-235b-a22b",
1850
2096
  "name": "Qwen/Qwen3-VL-235B-A22B-Instruct",
2097
+ "description": "Qwen vision-language model for visual reasoning, documents, and agent tasks",
1851
2098
  "family": "qwen",
1852
2099
  "attachment": true,
1853
2100
  "reasoning": false,
@@ -1878,6 +2125,7 @@
1878
2125
  "writer.palmyra-x5-v1:0": {
1879
2126
  "id": "writer.palmyra-x5-v1:0",
1880
2127
  "name": "Palmyra X5",
2128
+ "description": "Reasoning model for deliberate analysis, multi-step problem solving, and tool use",
1881
2129
  "family": "palmyra",
1882
2130
  "attachment": false,
1883
2131
  "reasoning": true,
@@ -1907,6 +2155,7 @@
1907
2155
  "us.anthropic.claude-sonnet-4-6": {
1908
2156
  "id": "us.anthropic.claude-sonnet-4-6",
1909
2157
  "name": "Claude Sonnet 4.6 (US)",
2158
+ "description": "Claude workhorse for coding agents, careful analysis, and production cost control",
1910
2159
  "family": "claude-sonnet",
1911
2160
  "attachment": true,
1912
2161
  "reasoning": true,
@@ -1956,6 +2205,7 @@
1956
2205
  "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
1957
2206
  "id": "au.anthropic.claude-haiku-4-5-20251001-v1:0",
1958
2207
  "name": "Claude Haiku 4.5 (AU)",
2208
+ "description": "Fast Claude model for responsive assistance, classification, and lightweight agents",
1959
2209
  "family": "claude-haiku",
1960
2210
  "attachment": true,
1961
2211
  "reasoning": true,
@@ -1996,6 +2246,7 @@
1996
2246
  "meta.llama3-3-70b-instruct-v1:0": {
1997
2247
  "id": "meta.llama3-3-70b-instruct-v1:0",
1998
2248
  "name": "Llama 3.3 70B Instruct",
2249
+ "description": "Open Llama instruction model for multilingual chat, reasoning, and coding",
1999
2250
  "family": "llama",
2000
2251
  "attachment": false,
2001
2252
  "reasoning": false,
@@ -2025,6 +2276,7 @@
2025
2276
  "zai.glm-5": {
2026
2277
  "id": "zai.glm-5",
2027
2278
  "name": "GLM-5",
2279
+ "description": "Flagship GLM model for hybrid reasoning, coding, and agentic engineering",
2028
2280
  "family": "glm",
2029
2281
  "attachment": false,
2030
2282
  "reasoning": true,
@@ -2058,6 +2310,7 @@
2058
2310
  "us.anthropic.claude-opus-4-8": {
2059
2311
  "id": "us.anthropic.claude-opus-4-8",
2060
2312
  "name": "Claude Opus 4.8 (US)",
2313
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
2061
2314
  "family": "claude-opus",
2062
2315
  "attachment": true,
2063
2316
  "reasoning": true,
@@ -2102,6 +2355,7 @@
2102
2355
  "global.anthropic.claude-opus-4-7": {
2103
2356
  "id": "global.anthropic.claude-opus-4-7",
2104
2357
  "name": "Claude Opus 4.7 (Global)",
2358
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
2105
2359
  "family": "claude-opus",
2106
2360
  "attachment": true,
2107
2361
  "reasoning": true,
@@ -2147,6 +2401,7 @@
2147
2401
  "us.anthropic.claude-fable-5": {
2148
2402
  "id": "us.anthropic.claude-fable-5",
2149
2403
  "name": "Claude Fable 5 (US)",
2404
+ "description": "Claude model for creative writing, analysis, and controlled agent workflows",
2150
2405
  "family": "claude-fable",
2151
2406
  "attachment": true,
2152
2407
  "reasoning": true,
@@ -2170,7 +2425,8 @@
2170
2425
  "modalities": {
2171
2426
  "input": [
2172
2427
  "text",
2173
- "image"
2428
+ "image",
2429
+ "pdf"
2174
2430
  ],
2175
2431
  "output": [
2176
2432
  "text"
@@ -2191,6 +2447,7 @@
2191
2447
  "amazon.nova-lite-v1:0": {
2192
2448
  "id": "amazon.nova-lite-v1:0",
2193
2449
  "name": "Nova Lite",
2450
+ "description": "Efficient model for low-latency assistance, extraction, and routine automation",
2194
2451
  "family": "nova-lite",
2195
2452
  "attachment": true,
2196
2453
  "reasoning": false,
@@ -2223,6 +2480,7 @@
2223
2480
  "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
2224
2481
  "id": "us.anthropic.claude-haiku-4-5-20251001-v1:0",
2225
2482
  "name": "Claude Haiku 4.5 (US)",
2483
+ "description": "Fast Claude model for responsive assistance, classification, and lightweight agents",
2226
2484
  "family": "claude-haiku",
2227
2485
  "attachment": true,
2228
2486
  "reasoning": true,
@@ -2263,6 +2521,7 @@
2263
2521
  "xai.grok-4.3": {
2264
2522
  "id": "xai.grok-4.3",
2265
2523
  "name": "Grok 4.3",
2524
+ "description": "xAI's default Grok for chat, coding, agentic tools, and lower hallucination risk",
2266
2525
  "family": "grok",
2267
2526
  "attachment": true,
2268
2527
  "reasoning": true,
@@ -2310,6 +2569,7 @@
2310
2569
  "mistral.voxtral-mini-3b-2507": {
2311
2570
  "id": "mistral.voxtral-mini-3b-2507",
2312
2571
  "name": "Voxtral Mini 3B 2507",
2572
+ "description": "Efficient Mistral model for fast chat, extraction, and production assistants",
2313
2573
  "family": "mistral",
2314
2574
  "attachment": false,
2315
2575
  "reasoning": false,
@@ -2340,6 +2600,7 @@
2340
2600
  "moonshot.kimi-k2-thinking": {
2341
2601
  "id": "moonshot.kimi-k2-thinking",
2342
2602
  "name": "Kimi K2 Thinking",
2603
+ "description": "Kimi reasoning model for long-horizon research, planning, and tool use",
2343
2604
  "family": "kimi-thinking",
2344
2605
  "attachment": false,
2345
2606
  "reasoning": true,
@@ -2371,6 +2632,7 @@
2371
2632
  "meta.llama3-1-70b-instruct-v1:0": {
2372
2633
  "id": "meta.llama3-1-70b-instruct-v1:0",
2373
2634
  "name": "Llama 3.1 70B Instruct",
2635
+ "description": "Open Llama instruction model for multilingual chat, reasoning, and coding",
2374
2636
  "family": "llama",
2375
2637
  "attachment": false,
2376
2638
  "reasoning": false,
@@ -2400,6 +2662,7 @@
2400
2662
  "us.deepseek.r1-v1:0": {
2401
2663
  "id": "us.deepseek.r1-v1:0",
2402
2664
  "name": "DeepSeek-R1 (US)",
2665
+ "description": "Classic open reasoning model for transparent math, coding, and deliberate problem solving",
2403
2666
  "family": "deepseek-thinking",
2404
2667
  "attachment": false,
2405
2668
  "reasoning": true,
@@ -2430,6 +2693,7 @@
2430
2693
  "global.anthropic.claude-sonnet-4-6": {
2431
2694
  "id": "global.anthropic.claude-sonnet-4-6",
2432
2695
  "name": "Claude Sonnet 4.6 (Global)",
2696
+ "description": "Claude workhorse for coding agents, careful analysis, and production cost control",
2433
2697
  "family": "claude-sonnet",
2434
2698
  "attachment": true,
2435
2699
  "reasoning": true,
@@ -2479,6 +2743,7 @@
2479
2743
  "anthropic.claude-haiku-4-5-20251001-v1:0": {
2480
2744
  "id": "anthropic.claude-haiku-4-5-20251001-v1:0",
2481
2745
  "name": "Claude Haiku 4.5",
2746
+ "description": "Fast Claude model for responsive assistance, classification, and lightweight agents",
2482
2747
  "family": "claude-haiku",
2483
2748
  "attachment": true,
2484
2749
  "reasoning": true,
@@ -2519,6 +2784,7 @@
2519
2784
  "moonshotai.kimi-k2.5": {
2520
2785
  "id": "moonshotai.kimi-k2.5",
2521
2786
  "name": "Kimi K2.5",
2787
+ "description": "Kimi multimodal agent model for visual understanding, coding, and planning",
2522
2788
  "family": "kimi",
2523
2789
  "attachment": false,
2524
2790
  "reasoning": true,
@@ -2551,6 +2817,7 @@
2551
2817
  "au.anthropic.claude-opus-4-8": {
2552
2818
  "id": "au.anthropic.claude-opus-4-8",
2553
2819
  "name": "Claude Opus 4.8 (AU)",
2820
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
2554
2821
  "family": "claude-opus",
2555
2822
  "attachment": true,
2556
2823
  "reasoning": true,
@@ -2595,6 +2862,7 @@
2595
2862
  "nvidia.nemotron-nano-12b-v2": {
2596
2863
  "id": "nvidia.nemotron-nano-12b-v2",
2597
2864
  "name": "NVIDIA Nemotron Nano 12B v2 VL BF16",
2865
+ "description": "Nemotron multimodal model for visual reasoning and agentic AI workflows",
2598
2866
  "family": "nemotron",
2599
2867
  "attachment": false,
2600
2868
  "reasoning": false,
@@ -2625,6 +2893,7 @@
2625
2893
  "zai.glm-4.7-flash": {
2626
2894
  "id": "zai.glm-4.7-flash",
2627
2895
  "name": "GLM-4.7-Flash",
2896
+ "description": "Efficient GLM model for fast reasoning, coding, and agent workflows",
2628
2897
  "family": "glm-flash",
2629
2898
  "attachment": false,
2630
2899
  "reasoning": true,
@@ -2656,6 +2925,7 @@
2656
2925
  "meta.llama4-scout-17b-instruct-v1:0": {
2657
2926
  "id": "meta.llama4-scout-17b-instruct-v1:0",
2658
2927
  "name": "Llama 4 Scout 17B Instruct",
2928
+ "description": "Open multimodal Llama model for long-context analysis and efficient agents",
2659
2929
  "family": "llama",
2660
2930
  "attachment": true,
2661
2931
  "reasoning": false,
@@ -2683,9 +2953,60 @@
2683
2953
  "output": 0.66
2684
2954
  }
2685
2955
  },
2956
+ "au.anthropic.claude-sonnet-5": {
2957
+ "id": "au.anthropic.claude-sonnet-5",
2958
+ "name": "Claude Sonnet 5 (AU)",
2959
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
2960
+ "family": "claude-sonnet",
2961
+ "attachment": true,
2962
+ "reasoning": true,
2963
+ "reasoning_options": [
2964
+ {
2965
+ "type": "toggle"
2966
+ },
2967
+ {
2968
+ "type": "effort",
2969
+ "values": [
2970
+ "low",
2971
+ "medium",
2972
+ "high",
2973
+ "xhigh",
2974
+ "max"
2975
+ ]
2976
+ }
2977
+ ],
2978
+ "tool_call": true,
2979
+ "structured_output": true,
2980
+ "temperature": false,
2981
+ "knowledge": "2026-01-31",
2982
+ "release_date": "2026-06-30",
2983
+ "last_updated": "2026-06-30",
2984
+ "modalities": {
2985
+ "input": [
2986
+ "text",
2987
+ "image",
2988
+ "pdf"
2989
+ ],
2990
+ "output": [
2991
+ "text"
2992
+ ]
2993
+ },
2994
+ "open_weights": false,
2995
+ "limit": {
2996
+ "context": 1000000,
2997
+ "output": 128000
2998
+ },
2999
+ "cost": {
3000
+ "input": 2,
3001
+ "output": 10,
3002
+ "cache_read": 0.2,
3003
+ "cache_write": 2.5
3004
+ }
3005
+ },
2686
3006
  "qwen.qwen3-235b-a22b-2507-v1:0": {
2687
3007
  "id": "qwen.qwen3-235b-a22b-2507-v1:0",
2688
3008
  "name": "Qwen3 235B A22B 2507",
3009
+ "description": "Qwen instruction model for multilingual chat, reasoning, and tool use",
2689
3010
  "family": "qwen",
2690
3011
  "attachment": false,
2691
3012
  "reasoning": false,
@@ -2716,6 +3037,7 @@
2716
3037
  "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
2717
3038
  "id": "eu.anthropic.claude-haiku-4-5-20251001-v1:0",
2718
3039
  "name": "Claude Haiku 4.5 (EU)",
3040
+ "description": "Fast Claude model for responsive assistance, classification, and lightweight agents",
2719
3041
  "family": "claude-haiku",
2720
3042
  "attachment": true,
2721
3043
  "reasoning": true,
@@ -2756,6 +3078,7 @@
2756
3078
  "openai.gpt-oss-20b-1:0": {
2757
3079
  "id": "openai.gpt-oss-20b-1:0",
2758
3080
  "name": "gpt-oss-20b",
3081
+ "description": "Open-weight GPT model for self-hosted reasoning and instruction-following workloads",
2759
3082
  "family": "gpt-oss",
2760
3083
  "attachment": false,
2761
3084
  "reasoning": true,
@@ -2795,6 +3118,7 @@
2795
3118
  "jp.anthropic.claude-opus-4-8": {
2796
3119
  "id": "jp.anthropic.claude-opus-4-8",
2797
3120
  "name": "Claude Opus 4.8 (JP)",
3121
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
2798
3122
  "family": "claude-opus",
2799
3123
  "attachment": true,
2800
3124
  "reasoning": true,
@@ -2839,6 +3163,7 @@
2839
3163
  "anthropic.claude-opus-4-8": {
2840
3164
  "id": "anthropic.claude-opus-4-8",
2841
3165
  "name": "Claude Opus 4.8",
3166
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
2842
3167
  "family": "claude-opus",
2843
3168
  "attachment": true,
2844
3169
  "reasoning": true,
@@ -2883,6 +3208,7 @@
2883
3208
  "qwen.qwen3-coder-30b-a3b-v1:0": {
2884
3209
  "id": "qwen.qwen3-coder-30b-a3b-v1:0",
2885
3210
  "name": "Qwen3 Coder 30B A3B Instruct",
3211
+ "description": "Qwen coding model for software agents, repository edits, and code reasoning",
2886
3212
  "family": "qwen",
2887
3213
  "attachment": false,
2888
3214
  "reasoning": false,
@@ -2913,6 +3239,7 @@
2913
3239
  "qwen.qwen3-next-80b-a3b": {
2914
3240
  "id": "qwen.qwen3-next-80b-a3b",
2915
3241
  "name": "Qwen/Qwen3-Next-80B-A3B-Instruct",
3242
+ "description": "Qwen instruction model for multilingual chat, reasoning, and tool use",
2916
3243
  "family": "qwen",
2917
3244
  "attachment": false,
2918
3245
  "reasoning": false,
@@ -2942,6 +3269,7 @@
2942
3269
  "openai.gpt-5.5": {
2943
3270
  "id": "openai.gpt-5.5",
2944
3271
  "name": "GPT-5.5",
3272
+ "description": "Default frontier GPT for coding, computer use, research, and knowledge work",
2945
3273
  "family": "gpt",
2946
3274
  "attachment": true,
2947
3275
  "reasoning": true,
@@ -2992,6 +3320,7 @@
2992
3320
  "au.anthropic.claude-sonnet-4-6": {
2993
3321
  "id": "au.anthropic.claude-sonnet-4-6",
2994
3322
  "name": "AU Anthropic Claude Sonnet 4.6",
3323
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
2995
3324
  "family": "claude-sonnet",
2996
3325
  "attachment": true,
2997
3326
  "reasoning": true,
@@ -3038,9 +3367,60 @@
3038
3367
  "cache_write": 4.125
3039
3368
  }
3040
3369
  },
3370
+ "us.anthropic.claude-sonnet-5": {
3371
+ "id": "us.anthropic.claude-sonnet-5",
3372
+ "name": "Claude Sonnet 5 (US)",
3373
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
3374
+ "family": "claude-sonnet",
3375
+ "attachment": true,
3376
+ "reasoning": true,
3377
+ "reasoning_options": [
3378
+ {
3379
+ "type": "toggle"
3380
+ },
3381
+ {
3382
+ "type": "effort",
3383
+ "values": [
3384
+ "low",
3385
+ "medium",
3386
+ "high",
3387
+ "xhigh",
3388
+ "max"
3389
+ ]
3390
+ }
3391
+ ],
3392
+ "tool_call": true,
3393
+ "structured_output": true,
3394
+ "temperature": false,
3395
+ "knowledge": "2026-01-31",
3396
+ "release_date": "2026-06-30",
3397
+ "last_updated": "2026-06-30",
3398
+ "modalities": {
3399
+ "input": [
3400
+ "text",
3401
+ "image",
3402
+ "pdf"
3403
+ ],
3404
+ "output": [
3405
+ "text"
3406
+ ]
3407
+ },
3408
+ "open_weights": false,
3409
+ "limit": {
3410
+ "context": 1000000,
3411
+ "output": 128000
3412
+ },
3413
+ "cost": {
3414
+ "input": 2,
3415
+ "output": 10,
3416
+ "cache_read": 0.2,
3417
+ "cache_write": 2.5
3418
+ }
3419
+ },
3041
3420
  "us.anthropic.claude-opus-4-5-20251101-v1:0": {
3042
3421
  "id": "us.anthropic.claude-opus-4-5-20251101-v1:0",
3043
3422
  "name": "Claude Opus 4.5 (US)",
3423
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
3044
3424
  "family": "claude-opus",
3045
3425
  "attachment": true,
3046
3426
  "reasoning": true,
@@ -3089,6 +3469,7 @@
3089
3469
  "minimax.minimax-m2.5": {
3090
3470
  "id": "minimax.minimax-m2.5",
3091
3471
  "name": "MiniMax M2.5",
3472
+ "description": "MiniMax model for chat, coding, office work, and agentic tasks",
3092
3473
  "family": "minimax",
3093
3474
  "attachment": false,
3094
3475
  "reasoning": true,
@@ -3119,6 +3500,7 @@
3119
3500
  "eu.anthropic.claude-opus-4-8": {
3120
3501
  "id": "eu.anthropic.claude-opus-4-8",
3121
3502
  "name": "Claude Opus 4.8 (EU)",
3503
+ "description": "Top Claude Opus tier for the hardest reasoning, coding, and long-horizon agents",
3122
3504
  "family": "claude-opus",
3123
3505
  "attachment": true,
3124
3506
  "reasoning": true,
@@ -3163,6 +3545,7 @@
3163
3545
  "eu.anthropic.claude-opus-4-7": {
3164
3546
  "id": "eu.anthropic.claude-opus-4-7",
3165
3547
  "name": "Claude Opus 4.7 (EU)",
3548
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
3166
3549
  "family": "claude-opus",
3167
3550
  "attachment": true,
3168
3551
  "reasoning": true,
@@ -3208,6 +3591,7 @@
3208
3591
  "meta.llama3-1-8b-instruct-v1:0": {
3209
3592
  "id": "meta.llama3-1-8b-instruct-v1:0",
3210
3593
  "name": "Llama 3.1 8B Instruct",
3594
+ "description": "Open Llama instruction model for multilingual chat, reasoning, and coding",
3211
3595
  "family": "llama",
3212
3596
  "attachment": false,
3213
3597
  "reasoning": false,
@@ -3237,6 +3621,7 @@
3237
3621
  "us.anthropic.claude-opus-4-1-20250805-v1:0": {
3238
3622
  "id": "us.anthropic.claude-opus-4-1-20250805-v1:0",
3239
3623
  "name": "Claude Opus 4.1 (US)",
3624
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
3240
3625
  "family": "claude-opus",
3241
3626
  "attachment": true,
3242
3627
  "reasoning": true,
@@ -3276,6 +3661,7 @@
3276
3661
  "meta.llama4-maverick-17b-instruct-v1:0": {
3277
3662
  "id": "meta.llama4-maverick-17b-instruct-v1:0",
3278
3663
  "name": "Llama 4 Maverick 17B Instruct",
3664
+ "description": "Open multimodal Llama model for strong reasoning and fast responses",
3279
3665
  "family": "llama",
3280
3666
  "attachment": true,
3281
3667
  "reasoning": false,
@@ -3306,6 +3692,7 @@
3306
3692
  "global.anthropic.claude-opus-4-5-20251101-v1:0": {
3307
3693
  "id": "global.anthropic.claude-opus-4-5-20251101-v1:0",
3308
3694
  "name": "Claude Opus 4.5 (Global)",
3695
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
3309
3696
  "family": "claude-opus",
3310
3697
  "attachment": true,
3311
3698
  "reasoning": true,
@@ -3354,6 +3741,7 @@
3354
3741
  "nvidia.nemotron-super-3-120b": {
3355
3742
  "id": "nvidia.nemotron-super-3-120b",
3356
3743
  "name": "NVIDIA Nemotron 3 Super 120B A12B",
3744
+ "description": "Nemotron middle tier for collaborative agents and high-volume reasoning workloads",
3357
3745
  "family": "nemotron",
3358
3746
  "attachment": false,
3359
3747
  "reasoning": true,
@@ -3381,9 +3769,60 @@
3381
3769
  "output": 0.65
3382
3770
  }
3383
3771
  },
3772
+ "eu.anthropic.claude-sonnet-5": {
3773
+ "id": "eu.anthropic.claude-sonnet-5",
3774
+ "name": "Claude Sonnet 5 (EU)",
3775
+ "description": "Everyday Claude agent model for coding, planning, browsing, and general work",
3776
+ "family": "claude-sonnet",
3777
+ "attachment": true,
3778
+ "reasoning": true,
3779
+ "reasoning_options": [
3780
+ {
3781
+ "type": "toggle"
3782
+ },
3783
+ {
3784
+ "type": "effort",
3785
+ "values": [
3786
+ "low",
3787
+ "medium",
3788
+ "high",
3789
+ "xhigh",
3790
+ "max"
3791
+ ]
3792
+ }
3793
+ ],
3794
+ "tool_call": true,
3795
+ "structured_output": true,
3796
+ "temperature": false,
3797
+ "knowledge": "2026-01-31",
3798
+ "release_date": "2026-06-30",
3799
+ "last_updated": "2026-06-30",
3800
+ "modalities": {
3801
+ "input": [
3802
+ "text",
3803
+ "image",
3804
+ "pdf"
3805
+ ],
3806
+ "output": [
3807
+ "text"
3808
+ ]
3809
+ },
3810
+ "open_weights": false,
3811
+ "limit": {
3812
+ "context": 1000000,
3813
+ "output": 128000
3814
+ },
3815
+ "cost": {
3816
+ "input": 2.2,
3817
+ "output": 11,
3818
+ "cache_read": 0.22,
3819
+ "cache_write": 2.75
3820
+ }
3821
+ },
3384
3822
  "nvidia.nemotron-nano-3-30b": {
3385
3823
  "id": "nvidia.nemotron-nano-3-30b",
3386
3824
  "name": "NVIDIA Nemotron Nano 3 30B",
3825
+ "description": "Small Nemotron 3 MoE for efficient coding, math, and long-context agents",
3387
3826
  "family": "nemotron",
3388
3827
  "attachment": false,
3389
3828
  "reasoning": true,
@@ -3414,6 +3853,7 @@
3414
3853
  "eu.anthropic.claude-opus-4-5-20251101-v1:0": {
3415
3854
  "id": "eu.anthropic.claude-opus-4-5-20251101-v1:0",
3416
3855
  "name": "Claude Opus 4.5 (EU)",
3856
+ "description": "Flagship Claude model for deep reasoning, coding, and long-horizon agents",
3417
3857
  "family": "claude-opus",
3418
3858
  "attachment": true,
3419
3859
  "reasoning": true,
@@ -3462,6 +3902,7 @@
3462
3902
  "global.anthropic.claude-opus-4-6-v1": {
3463
3903
  "id": "global.anthropic.claude-opus-4-6-v1",
3464
3904
  "name": "Claude Opus 4.6 (Global)",
3905
+ "description": "High-end Claude for difficult coding, planning, and slower expert reasoning",
3465
3906
  "family": "claude-opus",
3466
3907
  "attachment": true,
3467
3908
  "reasoning": true,
@@ -3511,6 +3952,7 @@
3511
3952
  "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
3512
3953
  "id": "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
3513
3954
  "name": "Claude Sonnet 4.5 (US)",
3955
+ "description": "Balanced Claude model for coding, analysis, agent workflows, and cost control",
3514
3956
  "family": "claude-sonnet",
3515
3957
  "attachment": true,
3516
3958
  "reasoning": true,
@@ -3551,6 +3993,7 @@
3551
3993
  "google.gemma-3-12b-it": {
3552
3994
  "id": "google.gemma-3-12b-it",
3553
3995
  "name": "Google Gemma 3 12B",
3996
+ "description": "Open Gemma instruction model for efficient chat and self-hosted deployments",
3554
3997
  "family": "gemma",
3555
3998
  "attachment": false,
3556
3999
  "reasoning": false,
@@ -3582,6 +4025,7 @@
3582
4025
  "minimax.minimax-m2.1": {
3583
4026
  "id": "minimax.minimax-m2.1",
3584
4027
  "name": "MiniMax M2.1",
4028
+ "description": "MiniMax model for chat, coding, office work, and agentic tasks",
3585
4029
  "family": "minimax",
3586
4030
  "attachment": false,
3587
4031
  "reasoning": true,
@@ -3612,6 +4056,7 @@
3612
4056
  "eu.anthropic.claude-fable-5": {
3613
4057
  "id": "eu.anthropic.claude-fable-5",
3614
4058
  "name": "Claude Fable 5 (EU)",
4059
+ "description": "Claude model for creative writing, analysis, and controlled agent workflows",
3615
4060
  "family": "claude-fable",
3616
4061
  "attachment": true,
3617
4062
  "reasoning": true,
@@ -3635,7 +4080,8 @@
3635
4080
  "modalities": {
3636
4081
  "input": [
3637
4082
  "text",
3638
- "image"
4083
+ "image",
4084
+ "pdf"
3639
4085
  ],
3640
4086
  "output": [
3641
4087
  "text"
@@ -3656,6 +4102,7 @@
3656
4102
  "deepseek.v3.2": {
3657
4103
  "id": "deepseek.v3.2",
3658
4104
  "name": "DeepSeek-V3.2",
4105
+ "description": "DeepSeek chat model for instruction following, coding, and analysis",
3659
4106
  "family": "deepseek",
3660
4107
  "attachment": false,
3661
4108
  "reasoning": true,
@@ -3687,6 +4134,7 @@
3687
4134
  "mistral.ministral-3-14b-instruct": {
3688
4135
  "id": "mistral.ministral-3-14b-instruct",
3689
4136
  "name": "Ministral 14B 3.0",
4137
+ "description": "Compact Mistral model for edge, latency-sensitive, and cost-efficient workloads",
3690
4138
  "family": "ministral",
3691
4139
  "attachment": false,
3692
4140
  "reasoning": false,