agentgraphed 0.3.0 → 0.3.1

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.
Files changed (128) hide show
  1. package/.next/standalone/.next/BUILD_ID +1 -1
  2. package/.next/standalone/.next/app-build-manifest.json +43 -43
  3. package/.next/standalone/.next/app-path-routes-manifest.json +7 -7
  4. package/.next/standalone/.next/build-manifest.json +3 -3
  5. package/.next/standalone/.next/prerender-manifest.json +3 -3
  6. package/.next/standalone/.next/required-server-files.json +6 -6
  7. package/.next/standalone/.next/server/app/_not-found/page.js +2 -2
  8. package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
  9. package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/.next/standalone/.next/server/app/_not-found.html +1 -1
  11. package/.next/standalone/.next/server/app/_not-found.rsc +2 -2
  12. package/.next/standalone/.next/server/app/analytics/page.js +2 -2
  13. package/.next/standalone/.next/server/app/analytics/page.js.nft.json +1 -1
  14. package/.next/standalone/.next/server/app/analytics/page_client-reference-manifest.js +1 -1
  15. package/.next/standalone/.next/server/app/api/ingest-local/route.js +1 -1
  16. package/.next/standalone/.next/server/app/api/ingest-local/route_client-reference-manifest.js +1 -1
  17. package/.next/standalone/.next/server/app/api/quota-probe/route.js +2 -2
  18. package/.next/standalone/.next/server/app/api/quota-probe/route_client-reference-manifest.js +1 -1
  19. package/.next/standalone/.next/server/app/api/share/dashboard/route.js +1 -1
  20. package/.next/standalone/.next/server/app/api/share/dashboard/route_client-reference-manifest.js +1 -1
  21. package/.next/standalone/.next/server/app/api/share/project/[id]/route.js +1 -1
  22. package/.next/standalone/.next/server/app/api/share/project/[id]/route_client-reference-manifest.js +1 -1
  23. package/.next/standalone/.next/server/app/api/share/session/[id]/route.js +1 -1
  24. package/.next/standalone/.next/server/app/api/share/session/[id]/route_client-reference-manifest.js +1 -1
  25. package/.next/standalone/.next/server/app/page.js +3 -3
  26. package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
  27. package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  28. package/.next/standalone/.next/server/app/projects/[id]/page.js +2 -2
  29. package/.next/standalone/.next/server/app/projects/[id]/page.js.nft.json +1 -1
  30. package/.next/standalone/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
  31. package/.next/standalone/.next/server/app/projects/page.js +2 -44
  32. package/.next/standalone/.next/server/app/projects/page.js.nft.json +1 -1
  33. package/.next/standalone/.next/server/app/projects/page_client-reference-manifest.js +1 -1
  34. package/.next/standalone/.next/server/app/sessions/[id]/page.js +3 -3
  35. package/.next/standalone/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
  36. package/.next/standalone/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
  37. package/.next/standalone/.next/server/app/sessions/page.js +2 -44
  38. package/.next/standalone/.next/server/app/sessions/page.js.nft.json +1 -1
  39. package/.next/standalone/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  40. package/.next/standalone/.next/server/app/settings/page.js +4 -4
  41. package/.next/standalone/.next/server/app/settings/page.js.nft.json +1 -1
  42. package/.next/standalone/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  43. package/.next/standalone/.next/server/app/timeline/page.js +2 -44
  44. package/.next/standalone/.next/server/app/timeline/page.js.nft.json +1 -1
  45. package/.next/standalone/.next/server/app/timeline/page_client-reference-manifest.js +1 -1
  46. package/.next/standalone/.next/server/app-paths-manifest.json +7 -7
  47. package/.next/standalone/.next/server/chunks/27.js +15 -3
  48. package/.next/standalone/.next/server/chunks/450.js +137 -0
  49. package/.next/standalone/.next/server/chunks/564.js +4 -4
  50. package/.next/standalone/.next/server/chunks/694.js +43 -0
  51. package/.next/standalone/.next/server/chunks/903.js +1 -0
  52. package/.next/standalone/.next/server/chunks/944.js +61 -25
  53. package/.next/standalone/.next/server/chunks/954.js +1 -0
  54. package/.next/standalone/.next/server/functions-config-manifest.json +2 -2
  55. package/.next/standalone/.next/server/middleware-build-manifest.js +1 -1
  56. package/.next/standalone/.next/server/pages/404.html +1 -1
  57. package/.next/standalone/.next/server/pages/500.html +1 -1
  58. package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
  59. package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
  60. package/.next/standalone/.next/static/chunks/app/_not-found/{page-dc1cbec20c205394.js → page-01ad39d2ead973c7.js} +1 -1
  61. package/.next/{static/chunks/app/analytics/page-42186370029f753c.js → standalone/.next/static/chunks/app/analytics/page-79a1781c3529dcb6.js} +1 -1
  62. package/.next/standalone/.next/static/chunks/app/{layout-4527370a1e451501.js → layout-bbab14e77aaeeb67.js} +1 -1
  63. package/.next/standalone/.next/static/chunks/app/page-a3c60158eb6e8a4c.js +1 -0
  64. package/.next/standalone/.next/static/chunks/app/projects/[id]/page-32fe8cf66558be7c.js +1 -0
  65. package/.next/standalone/.next/static/chunks/app/projects/page-dce207c2f75422be.js +1 -0
  66. package/.next/standalone/.next/static/chunks/app/sessions/[id]/page-bd098facac562ae1.js +1 -0
  67. package/.next/standalone/.next/static/chunks/app/sessions/page-aec145af506da55b.js +1 -0
  68. package/.next/standalone/.next/static/chunks/app/settings/page-655af37dd2ec318b.js +1 -0
  69. package/.next/standalone/.next/static/chunks/app/timeline/page-dce207c2f75422be.js +1 -0
  70. package/.next/standalone/.next/static/chunks/{main-app-c9ae70e5bb48ac77.js → main-app-27b331c894fe5037.js} +1 -1
  71. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64/lib/libvips-cpp.8.17.3.dylib → sharp-libvips-linux-x64/lib/libvips-cpp.so.8.17.3} +0 -0
  72. package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/package.json +11 -5
  73. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
  74. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
  75. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
  76. package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
  77. package/.next/standalone/node_modules/@img/sharp-linux-x64/lib/sharp-linux-x64.node +0 -0
  78. package/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/package.json +13 -7
  79. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/LICENSE +191 -0
  80. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
  81. package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
  82. package/.next/standalone/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  83. package/.next/standalone/package.json +1 -1
  84. package/.next/standalone/server.js +1 -1
  85. package/.next/standalone/src/lib/pricing-data/litellm.json +615 -92
  86. package/.next/standalone/src/lib/pricing-data/litellm.meta.json +2 -2
  87. package/.next/static/chunks/app/_not-found/{page-dc1cbec20c205394.js → page-01ad39d2ead973c7.js} +1 -1
  88. package/.next/{standalone/.next/static/chunks/app/analytics/page-42186370029f753c.js → static/chunks/app/analytics/page-79a1781c3529dcb6.js} +1 -1
  89. package/.next/static/chunks/app/{layout-4527370a1e451501.js → layout-bbab14e77aaeeb67.js} +1 -1
  90. package/.next/static/chunks/app/page-a3c60158eb6e8a4c.js +1 -0
  91. package/.next/static/chunks/app/projects/[id]/page-32fe8cf66558be7c.js +1 -0
  92. package/.next/static/chunks/app/projects/page-dce207c2f75422be.js +1 -0
  93. package/.next/static/chunks/app/sessions/[id]/page-bd098facac562ae1.js +1 -0
  94. package/.next/static/chunks/app/sessions/page-aec145af506da55b.js +1 -0
  95. package/.next/static/chunks/app/settings/page-655af37dd2ec318b.js +1 -0
  96. package/.next/static/chunks/app/timeline/page-dce207c2f75422be.js +1 -0
  97. package/.next/static/chunks/{main-app-c9ae70e5bb48ac77.js → main-app-27b331c894fe5037.js} +1 -1
  98. package/CHANGELOG.md +17 -0
  99. package/README.md +48 -46
  100. package/package.json +1 -1
  101. package/src/lib/pricing-data/litellm.json +615 -92
  102. package/src/lib/pricing-data/litellm.meta.json +2 -2
  103. package/.next/standalone/.next/server/chunks/165.js +0 -109
  104. package/.next/standalone/.next/server/chunks/191.js +0 -1
  105. package/.next/standalone/.next/server/chunks/367.js +0 -43
  106. package/.next/standalone/.next/server/chunks/660.js +0 -1
  107. package/.next/standalone/.next/static/chunks/app/page-aa358006ddd29e91.js +0 -1
  108. package/.next/standalone/.next/static/chunks/app/projects/[id]/page-15f21aaacdacb59c.js +0 -1
  109. package/.next/standalone/.next/static/chunks/app/projects/page-d794cc35674274a4.js +0 -1
  110. package/.next/standalone/.next/static/chunks/app/sessions/[id]/page-a887f742425eb49c.js +0 -1
  111. package/.next/standalone/.next/static/chunks/app/sessions/page-35c503eef7e53742.js +0 -1
  112. package/.next/standalone/.next/static/chunks/app/settings/page-dc0bec0bd2577322.js +0 -1
  113. package/.next/standalone/.next/static/chunks/app/timeline/page-d794cc35674274a4.js +0 -1
  114. package/.next/standalone/node_modules/@img/sharp-darwin-arm64/lib/sharp-darwin-arm64.node +0 -0
  115. package/.next/static/chunks/app/page-aa358006ddd29e91.js +0 -1
  116. package/.next/static/chunks/app/projects/[id]/page-15f21aaacdacb59c.js +0 -1
  117. package/.next/static/chunks/app/projects/page-d794cc35674274a4.js +0 -1
  118. package/.next/static/chunks/app/sessions/[id]/page-a887f742425eb49c.js +0 -1
  119. package/.next/static/chunks/app/sessions/page-35c503eef7e53742.js +0 -1
  120. package/.next/static/chunks/app/settings/page-dc0bec0bd2577322.js +0 -1
  121. package/.next/static/chunks/app/timeline/page-d794cc35674274a4.js +0 -1
  122. /package/.next/standalone/.next/static/{A6dvfHR2KYz42pasM2hyV → sgmNXxdNgpIfrW53A0qbg}/_buildManifest.js +0 -0
  123. /package/.next/standalone/.next/static/{A6dvfHR2KYz42pasM2hyV → sgmNXxdNgpIfrW53A0qbg}/_ssgManifest.js +0 -0
  124. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/lib/index.js +0 -0
  125. /package/.next/standalone/node_modules/@img/{sharp-libvips-darwin-arm64 → sharp-libvips-linux-x64}/versions.json +0 -0
  126. /package/.next/standalone/node_modules/@img/{sharp-darwin-arm64 → sharp-linux-x64}/LICENSE +0 -0
  127. /package/.next/static/{A6dvfHR2KYz42pasM2hyV → sgmNXxdNgpIfrW53A0qbg}/_buildManifest.js +0 -0
  128. /package/.next/static/{A6dvfHR2KYz42pasM2hyV → sgmNXxdNgpIfrW53A0qbg}/_ssgManifest.js +0 -0
@@ -577,7 +577,10 @@
577
577
  "max_tokens": 8192,
578
578
  "mode": "embedding",
579
579
  "output_cost_per_token": 0.0,
580
- "output_vector_size": 1024
580
+ "output_vector_size": 1024,
581
+ "provider_specific_entry": {
582
+ "bedrock_invocation_schema": "titan_v2"
583
+ }
581
584
  },
582
585
  "amazon.titan-image-generator-v1": {
583
586
  "input_cost_per_image": 0.0,
@@ -1072,6 +1075,7 @@
1072
1075
  },
1073
1076
  "eu.anthropic.claude-opus-4-6-v1": {
1074
1077
  "cache_creation_input_token_cost": 6.875e-06,
1078
+ "cache_creation_input_token_cost_above_1hr": 1.1e-05,
1075
1079
  "cache_read_input_token_cost": 5.5e-07,
1076
1080
  "input_cost_per_token": 5.5e-06,
1077
1081
  "litellm_provider": "bedrock_converse",
@@ -1101,6 +1105,7 @@
1101
1105
  },
1102
1106
  "au.anthropic.claude-opus-4-6-v1": {
1103
1107
  "cache_creation_input_token_cost": 6.875e-06,
1108
+ "cache_creation_input_token_cost_above_1hr": 1.1e-05,
1104
1109
  "cache_read_input_token_cost": 5.5e-07,
1105
1110
  "input_cost_per_token": 5.5e-06,
1106
1111
  "litellm_provider": "bedrock_converse",
@@ -1238,6 +1243,7 @@
1238
1243
  },
1239
1244
  "eu.anthropic.claude-opus-4-7": {
1240
1245
  "cache_creation_input_token_cost": 6.875e-06,
1246
+ "cache_creation_input_token_cost_above_1hr": 1.1e-05,
1241
1247
  "cache_read_input_token_cost": 5.5e-07,
1242
1248
  "input_cost_per_token": 5.5e-06,
1243
1249
  "litellm_provider": "bedrock_converse",
@@ -1268,6 +1274,7 @@
1268
1274
  },
1269
1275
  "au.anthropic.claude-opus-4-7": {
1270
1276
  "cache_creation_input_token_cost": 6.875e-06,
1277
+ "cache_creation_input_token_cost_above_1hr": 1.1e-05,
1271
1278
  "cache_read_input_token_cost": 5.5e-07,
1272
1279
  "input_cost_per_token": 5.5e-06,
1273
1280
  "litellm_provider": "bedrock_converse",
@@ -1312,6 +1319,7 @@
1312
1319
  "search_context_size_low": 0.01,
1313
1320
  "search_context_size_medium": 0.01
1314
1321
  },
1322
+ "supports_adaptive_thinking": true,
1315
1323
  "supports_assistant_prefill": false,
1316
1324
  "supports_computer_use": true,
1317
1325
  "supports_function_calling": true,
@@ -1343,6 +1351,7 @@
1343
1351
  "search_context_size_low": 0.01,
1344
1352
  "search_context_size_medium": 0.01
1345
1353
  },
1354
+ "supports_adaptive_thinking": true,
1346
1355
  "supports_assistant_prefill": false,
1347
1356
  "supports_computer_use": true,
1348
1357
  "supports_function_calling": true,
@@ -1374,6 +1383,7 @@
1374
1383
  "search_context_size_low": 0.01,
1375
1384
  "search_context_size_medium": 0.01
1376
1385
  },
1386
+ "supports_adaptive_thinking": true,
1377
1387
  "supports_assistant_prefill": false,
1378
1388
  "supports_computer_use": true,
1379
1389
  "supports_function_calling": true,
@@ -1405,6 +1415,7 @@
1405
1415
  "search_context_size_low": 0.01,
1406
1416
  "search_context_size_medium": 0.01
1407
1417
  },
1418
+ "supports_adaptive_thinking": true,
1408
1419
  "supports_assistant_prefill": false,
1409
1420
  "supports_computer_use": true,
1410
1421
  "supports_function_calling": true,
@@ -1436,6 +1447,7 @@
1436
1447
  "search_context_size_low": 0.01,
1437
1448
  "search_context_size_medium": 0.01
1438
1449
  },
1450
+ "supports_adaptive_thinking": true,
1439
1451
  "supports_assistant_prefill": false,
1440
1452
  "supports_computer_use": true,
1441
1453
  "supports_function_calling": true,
@@ -1451,6 +1463,36 @@
1451
1463
  "supports_output_config": true,
1452
1464
  "bedrock_output_config_effort_ceiling": "xhigh"
1453
1465
  },
1466
+ "jp.anthropic.claude-opus-4-7": {
1467
+ "cache_creation_input_token_cost": 6.875e-06,
1468
+ "cache_read_input_token_cost": 5.5e-07,
1469
+ "input_cost_per_token": 5.5e-06,
1470
+ "litellm_provider": "bedrock_converse",
1471
+ "max_input_tokens": 1000000,
1472
+ "max_output_tokens": 128000,
1473
+ "max_tokens": 128000,
1474
+ "mode": "chat",
1475
+ "output_cost_per_token": 2.75e-05,
1476
+ "search_context_cost_per_query": {
1477
+ "search_context_size_high": 0.01,
1478
+ "search_context_size_low": 0.01,
1479
+ "search_context_size_medium": 0.01
1480
+ },
1481
+ "supports_assistant_prefill": false,
1482
+ "supports_computer_use": true,
1483
+ "supports_function_calling": true,
1484
+ "supports_pdf_input": true,
1485
+ "supports_prompt_caching": true,
1486
+ "supports_reasoning": true,
1487
+ "supports_response_schema": true,
1488
+ "supports_tool_choice": true,
1489
+ "supports_vision": true,
1490
+ "supports_xhigh_reasoning_effort": true,
1491
+ "tool_use_system_prompt_tokens": 346,
1492
+ "supports_native_structured_output": true,
1493
+ "supports_max_reasoning_effort": true,
1494
+ "supports_minimal_reasoning_effort": true
1495
+ },
1454
1496
  "anthropic.claude-sonnet-4-6": {
1455
1497
  "cache_creation_input_token_cost": 3.75e-06,
1456
1498
  "cache_creation_input_token_cost_above_1hr": 6e-06,
@@ -1540,6 +1582,7 @@
1540
1582
  },
1541
1583
  "eu.anthropic.claude-sonnet-4-6": {
1542
1584
  "cache_creation_input_token_cost": 4.125e-06,
1585
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
1543
1586
  "cache_read_input_token_cost": 3.3e-07,
1544
1587
  "input_cost_per_token": 3.3e-06,
1545
1588
  "litellm_provider": "bedrock_converse",
@@ -1568,6 +1611,7 @@
1568
1611
  },
1569
1612
  "au.anthropic.claude-sonnet-4-6": {
1570
1613
  "cache_creation_input_token_cost": 4.125e-06,
1614
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
1571
1615
  "cache_read_input_token_cost": 3.3e-07,
1572
1616
  "input_cost_per_token": 3.3e-06,
1573
1617
  "litellm_provider": "bedrock_converse",
@@ -1596,6 +1640,7 @@
1596
1640
  },
1597
1641
  "jp.anthropic.claude-sonnet-4-6": {
1598
1642
  "cache_creation_input_token_cost": 4.125e-06,
1643
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
1599
1644
  "cache_read_input_token_cost": 3.3e-07,
1600
1645
  "input_cost_per_token": 3.3e-06,
1601
1646
  "litellm_provider": "bedrock_converse",
@@ -1992,11 +2037,13 @@
1992
2037
  },
1993
2038
  "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
1994
2039
  "cache_creation_input_token_cost": 4.125e-06,
2040
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
1995
2041
  "cache_read_input_token_cost": 3.3e-07,
1996
2042
  "input_cost_per_token": 3.3e-06,
1997
2043
  "input_cost_per_token_above_200k_tokens": 6.6e-06,
1998
2044
  "output_cost_per_token_above_200k_tokens": 2.475e-05,
1999
2045
  "cache_creation_input_token_cost_above_200k_tokens": 8.25e-06,
2046
+ "cache_creation_input_token_cost_above_1hr_above_200k_tokens": 1.32e-05,
2000
2047
  "cache_read_input_token_cost_above_200k_tokens": 6.6e-07,
2001
2048
  "litellm_provider": "bedrock_converse",
2002
2049
  "max_input_tokens": 200000,
@@ -2182,6 +2229,7 @@
2182
2229
  "cache_creation_input_token_cost": 6.25e-06,
2183
2230
  "cache_creation_input_token_cost_above_1hr": 1e-05,
2184
2231
  "cache_read_input_token_cost": 5e-07,
2232
+ "supports_adaptive_thinking": true,
2185
2233
  "supports_assistant_prefill": false,
2186
2234
  "supports_computer_use": true,
2187
2235
  "supports_function_calling": true,
@@ -7491,6 +7539,27 @@
7491
7539
  "supports_video_input": true,
7492
7540
  "supports_vision": true
7493
7541
  },
7542
+ "azure_ai/kimi-k2.6": {
7543
+ "input_cost_per_token": 9.5e-07,
7544
+ "litellm_provider": "azure_ai",
7545
+ "max_input_tokens": 262144,
7546
+ "max_output_tokens": 262144,
7547
+ "max_tokens": 262144,
7548
+ "mode": "chat",
7549
+ "output_cost_per_token": 4e-06,
7550
+ "source": "https://techcommunity.microsoft.com/blog/azure-ai-foundry-blog/introducing-kimi-k2-6-in-microsoft-foundry/4513125",
7551
+ "supported_modalities": [
7552
+ "text",
7553
+ "image"
7554
+ ],
7555
+ "supported_output_modalities": [
7556
+ "text"
7557
+ ],
7558
+ "supports_function_calling": true,
7559
+ "supports_reasoning": true,
7560
+ "supports_tool_choice": true,
7561
+ "supports_vision": true
7562
+ },
7494
7563
  "azure_ai/ministral-3b": {
7495
7564
  "input_cost_per_token": 4e-08,
7496
7565
  "litellm_provider": "azure_ai",
@@ -8899,15 +8968,16 @@
8899
8968
  "cache_creation_input_token_cost": 3.75e-07
8900
8969
  },
8901
8970
  "bedrock/us-gov-east-1/anthropic.claude-sonnet-4-5-20250929-v1:0": {
8902
- "cache_creation_input_token_cost": 4.125e-06,
8903
- "cache_read_input_token_cost": 3.3e-07,
8904
- "input_cost_per_token": 3.3e-06,
8971
+ "cache_creation_input_token_cost": 4.5e-06,
8972
+ "cache_creation_input_token_cost_above_1hr": 7.2e-06,
8973
+ "cache_read_input_token_cost": 3.6e-07,
8974
+ "input_cost_per_token": 3.6e-06,
8905
8975
  "litellm_provider": "bedrock",
8906
8976
  "max_input_tokens": 200000,
8907
8977
  "max_output_tokens": 8192,
8908
8978
  "max_tokens": 8192,
8909
8979
  "mode": "chat",
8910
- "output_cost_per_token": 1.65e-05,
8980
+ "output_cost_per_token": 1.8e-05,
8911
8981
  "supports_assistant_prefill": true,
8912
8982
  "supports_computer_use": true,
8913
8983
  "supports_function_calling": true,
@@ -8920,15 +8990,16 @@
8920
8990
  "supports_native_structured_output": true
8921
8991
  },
8922
8992
  "bedrock/us-gov-east-1/claude-sonnet-4-5-20250929-v1:0": {
8923
- "cache_creation_input_token_cost": 4.125e-06,
8924
- "cache_read_input_token_cost": 3.3e-07,
8925
- "input_cost_per_token": 3.3e-06,
8993
+ "cache_creation_input_token_cost": 4.5e-06,
8994
+ "cache_creation_input_token_cost_above_1hr": 7.2e-06,
8995
+ "cache_read_input_token_cost": 3.6e-07,
8996
+ "input_cost_per_token": 3.6e-06,
8926
8997
  "litellm_provider": "bedrock",
8927
8998
  "max_input_tokens": 200000,
8928
8999
  "max_output_tokens": 8192,
8929
9000
  "max_tokens": 8192,
8930
9001
  "mode": "chat",
8931
- "output_cost_per_token": 1.65e-05,
9002
+ "output_cost_per_token": 1.8e-05,
8932
9003
  "supports_assistant_prefill": true,
8933
9004
  "supports_computer_use": true,
8934
9005
  "supports_function_calling": true,
@@ -9072,15 +9143,16 @@
9072
9143
  "cache_creation_input_token_cost": 3.75e-07
9073
9144
  },
9074
9145
  "bedrock/us-gov-west-1/anthropic.claude-sonnet-4-5-20250929-v1:0": {
9075
- "cache_creation_input_token_cost": 4.125e-06,
9076
- "cache_read_input_token_cost": 3.3e-07,
9077
- "input_cost_per_token": 3.3e-06,
9146
+ "cache_creation_input_token_cost": 4.5e-06,
9147
+ "cache_creation_input_token_cost_above_1hr": 7.2e-06,
9148
+ "cache_read_input_token_cost": 3.6e-07,
9149
+ "input_cost_per_token": 3.6e-06,
9078
9150
  "litellm_provider": "bedrock",
9079
9151
  "max_input_tokens": 200000,
9080
9152
  "max_output_tokens": 8192,
9081
9153
  "max_tokens": 8192,
9082
9154
  "mode": "chat",
9083
- "output_cost_per_token": 1.65e-05,
9155
+ "output_cost_per_token": 1.8e-05,
9084
9156
  "supports_assistant_prefill": true,
9085
9157
  "supports_computer_use": true,
9086
9158
  "supports_function_calling": true,
@@ -9093,15 +9165,16 @@
9093
9165
  "supports_native_structured_output": true
9094
9166
  },
9095
9167
  "bedrock/us-gov-west-1/claude-sonnet-4-5-20250929-v1:0": {
9096
- "cache_creation_input_token_cost": 4.125e-06,
9097
- "cache_read_input_token_cost": 3.3e-07,
9098
- "input_cost_per_token": 3.3e-06,
9168
+ "cache_creation_input_token_cost": 4.5e-06,
9169
+ "cache_creation_input_token_cost_above_1hr": 7.2e-06,
9170
+ "cache_read_input_token_cost": 3.6e-07,
9171
+ "input_cost_per_token": 3.6e-06,
9099
9172
  "litellm_provider": "bedrock",
9100
9173
  "max_input_tokens": 200000,
9101
9174
  "max_output_tokens": 8192,
9102
9175
  "max_tokens": 8192,
9103
9176
  "mode": "chat",
9104
- "output_cost_per_token": 1.65e-05,
9177
+ "output_cost_per_token": 1.8e-05,
9105
9178
  "supports_assistant_prefill": true,
9106
9179
  "supports_computer_use": true,
9107
9180
  "supports_function_calling": true,
@@ -12675,7 +12748,8 @@
12675
12748
  "litellm_provider": "deepinfra",
12676
12749
  "mode": "chat",
12677
12750
  "supports_tool_choice": true,
12678
- "supports_function_calling": true
12751
+ "supports_function_calling": true,
12752
+ "supports_image_size": false
12679
12753
  },
12680
12754
  "deepinfra/google/gemini-2.5-pro": {
12681
12755
  "max_tokens": 1000000,
@@ -13380,6 +13454,22 @@
13380
13454
  "notes": "Serper Google Search API. Pricing: $1.00/1k queries (Starter), $0.75/1k (Standard), $0.50/1k (Scale), $0.30/1k (Ultimate)."
13381
13455
  }
13382
13456
  },
13457
+ "apiserpent/search": {
13458
+ "input_cost_per_query": 0.0006,
13459
+ "litellm_provider": "apiserpent",
13460
+ "mode": "search",
13461
+ "metadata": {
13462
+ "notes": "APISerpent quick search (/api/search/quick), multi-engine (Google, Bing, Yahoo, DuckDuckGo). Pricing: $0.60/1k searches."
13463
+ }
13464
+ },
13465
+ "apiserpent/deep_search": {
13466
+ "input_cost_per_query": 0.0006,
13467
+ "litellm_provider": "apiserpent",
13468
+ "mode": "search",
13469
+ "metadata": {
13470
+ "notes": "APISerpent deep search (/api/search), multi-engine (Google, Bing, Yahoo, DuckDuckGo). Pricing: $0.60/1k searches."
13471
+ }
13472
+ },
13383
13473
  "elevenlabs/scribe_v1": {
13384
13474
  "input_cost_per_second": 6.11e-05,
13385
13475
  "litellm_provider": "elevenlabs",
@@ -13560,6 +13650,7 @@
13560
13650
  },
13561
13651
  "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
13562
13652
  "cache_creation_input_token_cost": 1.375e-06,
13653
+ "cache_creation_input_token_cost_above_1hr": 2.2e-06,
13563
13654
  "cache_read_input_token_cost": 1.1e-07,
13564
13655
  "input_cost_per_token": 1.1e-06,
13565
13656
  "deprecation_date": "2026-10-15",
@@ -13764,11 +13855,13 @@
13764
13855
  },
13765
13856
  "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
13766
13857
  "cache_creation_input_token_cost": 4.125e-06,
13858
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
13767
13859
  "cache_read_input_token_cost": 3.3e-07,
13768
13860
  "input_cost_per_token": 3.3e-06,
13769
13861
  "input_cost_per_token_above_200k_tokens": 6.6e-06,
13770
13862
  "output_cost_per_token_above_200k_tokens": 2.475e-05,
13771
13863
  "cache_creation_input_token_cost_above_200k_tokens": 8.25e-06,
13864
+ "cache_creation_input_token_cost_above_1hr_above_200k_tokens": 1.32e-05,
13772
13865
  "cache_read_input_token_cost_above_200k_tokens": 6.6e-07,
13773
13866
  "litellm_provider": "bedrock_converse",
13774
13867
  "max_input_tokens": 200000,
@@ -13921,6 +14014,22 @@
13921
14014
  "/v1/images/generations"
13922
14015
  ]
13923
14016
  },
14017
+ "fal_ai/fal-ai/nano-banana": {
14018
+ "litellm_provider": "fal_ai",
14019
+ "mode": "image_generation",
14020
+ "output_cost_per_image": 0.039,
14021
+ "supported_endpoints": [
14022
+ "/v1/images/generations"
14023
+ ]
14024
+ },
14025
+ "fal_ai/fal-ai/gemini-25-flash-image": {
14026
+ "litellm_provider": "fal_ai",
14027
+ "mode": "image_generation",
14028
+ "output_cost_per_image": 0.039,
14029
+ "supported_endpoints": [
14030
+ "/v1/images/generations"
14031
+ ]
14032
+ },
13924
14033
  "featherless_ai/featherless-ai/Qwerky-72B": {
13925
14034
  "litellm_provider": "featherless_ai",
13926
14035
  "max_input_tokens": 32768,
@@ -14983,7 +15092,8 @@
14983
15092
  "search_context_size_medium": 0.035,
14984
15093
  "search_context_size_high": 0.035
14985
15094
  },
14986
- "supports_service_tier": true
15095
+ "supports_service_tier": true,
15096
+ "supports_image_size": false
14987
15097
  },
14988
15098
  "gemini-2.5-flash-image": {
14989
15099
  "cache_read_input_token_cost": 3e-08,
@@ -15033,7 +15143,8 @@
15033
15143
  "supports_vision": true,
15034
15144
  "supports_web_search": false,
15035
15145
  "tpm": 8000000,
15036
- "supports_service_tier": true
15146
+ "supports_service_tier": true,
15147
+ "supports_image_size": false
15037
15148
  },
15038
15149
  "gemini-3-pro-image-preview": {
15039
15150
  "input_cost_per_image": 0.0011,
@@ -15322,7 +15433,8 @@
15322
15433
  "search_context_size_medium": 0.035,
15323
15434
  "search_context_size_high": 0.035
15324
15435
  },
15325
- "supports_service_tier": true
15436
+ "supports_service_tier": true,
15437
+ "supports_image_size": false
15326
15438
  },
15327
15439
  "gemini-2.5-flash-lite-preview-09-2025": {
15328
15440
  "cache_read_input_token_cost": 1e-08,
@@ -15372,7 +15484,8 @@
15372
15484
  "search_context_size_low": 0.035,
15373
15485
  "search_context_size_medium": 0.035,
15374
15486
  "search_context_size_high": 0.035
15375
- }
15487
+ },
15488
+ "supports_image_size": false
15376
15489
  },
15377
15490
  "gemini-2.5-flash-preview-09-2025": {
15378
15491
  "cache_read_input_token_cost": 7.5e-08,
@@ -15422,7 +15535,8 @@
15422
15535
  "search_context_size_low": 0.035,
15423
15536
  "search_context_size_medium": 0.035,
15424
15537
  "search_context_size_high": 0.035
15425
- }
15538
+ },
15539
+ "supports_image_size": false
15426
15540
  },
15427
15541
  "gemini-live-2.5-flash-preview-native-audio-09-2025": {
15428
15542
  "cache_read_input_token_cost": 7.5e-08,
@@ -15573,7 +15687,8 @@
15573
15687
  "search_context_size_low": 0.035,
15574
15688
  "search_context_size_medium": 0.035,
15575
15689
  "search_context_size_high": 0.035
15576
- }
15690
+ },
15691
+ "supports_image_size": false
15577
15692
  },
15578
15693
  "gemini-2.5-pro": {
15579
15694
  "cache_read_input_token_cost": 1.25e-07,
@@ -16583,7 +16698,8 @@
16583
16698
  "search_context_size_medium": 0.035,
16584
16699
  "search_context_size_high": 0.035
16585
16700
  },
16586
- "supports_service_tier": true
16701
+ "supports_service_tier": true,
16702
+ "supports_image_size": false
16587
16703
  },
16588
16704
  "gemini/gemini-2.5-flash-image": {
16589
16705
  "cache_read_input_token_cost": 3e-08,
@@ -16639,7 +16755,8 @@
16639
16755
  "search_context_size_medium": 0.035,
16640
16756
  "search_context_size_high": 0.035
16641
16757
  },
16642
- "supports_service_tier": true
16758
+ "supports_service_tier": true,
16759
+ "supports_image_size": false
16643
16760
  },
16644
16761
  "gemini/gemini-3-pro-image-preview": {
16645
16762
  "input_cost_per_image": 0.0011,
@@ -16818,7 +16935,8 @@
16818
16935
  "search_context_size_medium": 0.035,
16819
16936
  "search_context_size_high": 0.035
16820
16937
  },
16821
- "supports_service_tier": true
16938
+ "supports_service_tier": true,
16939
+ "supports_image_size": false
16822
16940
  },
16823
16941
  "gemini/gemini-2.5-flash-lite-preview-09-2025": {
16824
16942
  "cache_read_input_token_cost": 1e-08,
@@ -16870,7 +16988,8 @@
16870
16988
  "search_context_size_low": 0.035,
16871
16989
  "search_context_size_medium": 0.035,
16872
16990
  "search_context_size_high": 0.035
16873
- }
16991
+ },
16992
+ "supports_image_size": false
16874
16993
  },
16875
16994
  "gemini/gemini-2.5-flash-preview-09-2025": {
16876
16995
  "cache_read_input_token_cost": 7.5e-08,
@@ -16922,7 +17041,8 @@
16922
17041
  "search_context_size_low": 0.035,
16923
17042
  "search_context_size_medium": 0.035,
16924
17043
  "search_context_size_high": 0.035
16925
- }
17044
+ },
17045
+ "supports_image_size": false
16926
17046
  },
16927
17047
  "gemini/gemini-flash-latest": {
16928
17048
  "cache_read_input_token_cost": 7.5e-08,
@@ -17079,7 +17199,8 @@
17079
17199
  "search_context_size_low": 0.035,
17080
17200
  "search_context_size_medium": 0.035,
17081
17201
  "search_context_size_high": 0.035
17082
- }
17202
+ },
17203
+ "supports_image_size": false
17083
17204
  },
17084
17205
  "gemini/gemini-2.5-flash-preview-tts": {
17085
17206
  "input_cost_per_token": 3e-07,
@@ -23063,11 +23184,13 @@
23063
23184
  },
23064
23185
  "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
23065
23186
  "cache_creation_input_token_cost": 4.125e-06,
23187
+ "cache_creation_input_token_cost_above_1hr": 6.6e-06,
23066
23188
  "cache_read_input_token_cost": 3.3e-07,
23067
23189
  "input_cost_per_token": 3.3e-06,
23068
23190
  "input_cost_per_token_above_200k_tokens": 6.6e-06,
23069
23191
  "output_cost_per_token_above_200k_tokens": 2.475e-05,
23070
23192
  "cache_creation_input_token_cost_above_200k_tokens": 8.25e-06,
23193
+ "cache_creation_input_token_cost_above_1hr_above_200k_tokens": 1.32e-05,
23071
23194
  "cache_read_input_token_cost_above_200k_tokens": 6.6e-07,
23072
23195
  "litellm_provider": "bedrock_converse",
23073
23196
  "max_input_tokens": 200000,
@@ -23093,6 +23216,7 @@
23093
23216
  },
23094
23217
  "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
23095
23218
  "cache_creation_input_token_cost": 1.375e-06,
23219
+ "cache_creation_input_token_cost_above_1hr": 2.2e-06,
23096
23220
  "cache_read_input_token_cost": 1.1e-07,
23097
23221
  "input_cost_per_token": 1.1e-06,
23098
23222
  "litellm_provider": "bedrock_converse",
@@ -23205,6 +23329,31 @@
23205
23329
  "supports_system_messages": true,
23206
23330
  "supports_tool_choice": true
23207
23331
  },
23332
+ "inception/mercury-2": {
23333
+ "cache_read_input_token_cost": 2.5e-08,
23334
+ "input_cost_per_token": 2.5e-07,
23335
+ "litellm_provider": "inception",
23336
+ "max_input_tokens": 128000,
23337
+ "max_output_tokens": 50000,
23338
+ "max_tokens": 50000,
23339
+ "mode": "chat",
23340
+ "output_cost_per_token": 7.5e-07,
23341
+ "supports_function_calling": true,
23342
+ "supports_prompt_caching": true,
23343
+ "supports_response_schema": true,
23344
+ "supports_system_messages": true,
23345
+ "supports_tool_choice": true
23346
+ },
23347
+ "text-completion-inception/mercury-edit-2": {
23348
+ "cache_read_input_token_cost": 2.5e-08,
23349
+ "input_cost_per_token": 2.5e-07,
23350
+ "litellm_provider": "text-completion-inception",
23351
+ "max_input_tokens": 32000,
23352
+ "max_output_tokens": 8192,
23353
+ "max_tokens": 8192,
23354
+ "mode": "completion",
23355
+ "output_cost_per_token": 7.5e-07
23356
+ },
23208
23357
  "lambda_ai/deepseek-llama3.3-70b": {
23209
23358
  "input_cost_per_token": 2e-07,
23210
23359
  "litellm_provider": "lambda_ai",
@@ -23993,6 +24142,21 @@
23993
24142
  "max_input_tokens": 200000,
23994
24143
  "max_output_tokens": 8192
23995
24144
  },
24145
+ "minimax/MiniMax-M3": {
24146
+ "input_cost_per_token": 6e-07,
24147
+ "output_cost_per_token": 2.4e-06,
24148
+ "cache_read_input_token_cost": 1.2e-07,
24149
+ "litellm_provider": "minimax",
24150
+ "mode": "chat",
24151
+ "supports_function_calling": true,
24152
+ "supports_tool_choice": true,
24153
+ "supports_prompt_caching": true,
24154
+ "supports_reasoning": true,
24155
+ "supports_system_messages": true,
24156
+ "supports_vision": true,
24157
+ "max_input_tokens": 512000,
24158
+ "max_output_tokens": 128000
24159
+ },
23996
24160
  "mistral.devstral-2-123b": {
23997
24161
  "input_cost_per_token": 4e-07,
23998
24162
  "litellm_provider": "bedrock_converse",
@@ -24702,6 +24866,21 @@
24702
24866
  "supports_tool_choice": true,
24703
24867
  "supports_vision": true
24704
24868
  },
24869
+ "mistral/ministral-8b-latest": {
24870
+ "input_cost_per_token": 1.5e-07,
24871
+ "litellm_provider": "mistral",
24872
+ "max_input_tokens": 262144,
24873
+ "max_output_tokens": 262144,
24874
+ "max_tokens": 262144,
24875
+ "mode": "chat",
24876
+ "output_cost_per_token": 1.5e-07,
24877
+ "source": "https://mistral.ai/pricing",
24878
+ "supports_assistant_prefill": true,
24879
+ "supports_function_calling": true,
24880
+ "supports_response_schema": true,
24881
+ "supports_tool_choice": true,
24882
+ "supports_vision": true
24883
+ },
24705
24884
  "mistral/mistral-tiny": {
24706
24885
  "input_cost_per_token": 2.5e-07,
24707
24886
  "litellm_provider": "mistral",
@@ -24860,6 +25039,7 @@
24860
25039
  },
24861
25040
  "moonshot/kimi-k2-0711-preview": {
24862
25041
  "cache_read_input_token_cost": 1.5e-07,
25042
+ "deprecation_date": "2026-05-25",
24863
25043
  "input_cost_per_token": 6e-07,
24864
25044
  "litellm_provider": "moonshot",
24865
25045
  "max_input_tokens": 131072,
@@ -24874,6 +25054,7 @@
24874
25054
  },
24875
25055
  "moonshot/kimi-k2-0905-preview": {
24876
25056
  "cache_read_input_token_cost": 1.5e-07,
25057
+ "deprecation_date": "2026-05-25",
24877
25058
  "input_cost_per_token": 6e-07,
24878
25059
  "litellm_provider": "moonshot",
24879
25060
  "max_input_tokens": 262144,
@@ -24888,6 +25069,7 @@
24888
25069
  },
24889
25070
  "moonshot/kimi-k2-turbo-preview": {
24890
25071
  "cache_read_input_token_cost": 1.5e-07,
25072
+ "deprecation_date": "2026-05-25",
24891
25073
  "input_cost_per_token": 1.15e-06,
24892
25074
  "litellm_provider": "moonshot",
24893
25075
  "max_input_tokens": 262144,
@@ -24912,6 +25094,7 @@
24912
25094
  "source": "https://platform.moonshot.ai/docs/guide/kimi-k2-5-quickstart",
24913
25095
  "supports_function_calling": true,
24914
25096
  "supports_reasoning": true,
25097
+ "supports_response_schema": true,
24915
25098
  "supports_tool_choice": true,
24916
25099
  "supports_video_input": true,
24917
25100
  "supports_vision": true
@@ -24928,12 +25111,14 @@
24928
25111
  "source": "https://platform.kimi.ai/docs/pricing/chat-k26",
24929
25112
  "supports_function_calling": true,
24930
25113
  "supports_reasoning": true,
25114
+ "supports_response_schema": true,
24931
25115
  "supports_tool_choice": true,
24932
25116
  "supports_video_input": true,
24933
25117
  "supports_vision": true
24934
25118
  },
24935
25119
  "moonshot/kimi-latest": {
24936
25120
  "cache_read_input_token_cost": 1.5e-07,
25121
+ "deprecation_date": "2026-01-28",
24937
25122
  "input_cost_per_token": 2e-06,
24938
25123
  "litellm_provider": "moonshot",
24939
25124
  "max_input_tokens": 131072,
@@ -24948,6 +25133,7 @@
24948
25133
  },
24949
25134
  "moonshot/kimi-latest-128k": {
24950
25135
  "cache_read_input_token_cost": 1.5e-07,
25136
+ "deprecation_date": "2026-01-28",
24951
25137
  "input_cost_per_token": 2e-06,
24952
25138
  "litellm_provider": "moonshot",
24953
25139
  "max_input_tokens": 131072,
@@ -24962,6 +25148,7 @@
24962
25148
  },
24963
25149
  "moonshot/kimi-latest-32k": {
24964
25150
  "cache_read_input_token_cost": 1.5e-07,
25151
+ "deprecation_date": "2026-01-28",
24965
25152
  "input_cost_per_token": 1e-06,
24966
25153
  "litellm_provider": "moonshot",
24967
25154
  "max_input_tokens": 32768,
@@ -24976,6 +25163,7 @@
24976
25163
  },
24977
25164
  "moonshot/kimi-latest-8k": {
24978
25165
  "cache_read_input_token_cost": 1.5e-07,
25166
+ "deprecation_date": "2026-01-28",
24979
25167
  "input_cost_per_token": 2e-07,
24980
25168
  "litellm_provider": "moonshot",
24981
25169
  "max_input_tokens": 8192,
@@ -24990,6 +25178,7 @@
24990
25178
  },
24991
25179
  "moonshot/kimi-thinking-preview": {
24992
25180
  "cache_read_input_token_cost": 1.5e-07,
25181
+ "deprecation_date": "2025-11-11",
24993
25182
  "input_cost_per_token": 6e-07,
24994
25183
  "litellm_provider": "moonshot",
24995
25184
  "max_input_tokens": 131072,
@@ -25002,6 +25191,7 @@
25002
25191
  },
25003
25192
  "moonshot/kimi-k2-thinking": {
25004
25193
  "cache_read_input_token_cost": 1.5e-07,
25194
+ "deprecation_date": "2026-05-25",
25005
25195
  "input_cost_per_token": 6e-07,
25006
25196
  "litellm_provider": "moonshot",
25007
25197
  "max_input_tokens": 262144,
@@ -25017,6 +25207,7 @@
25017
25207
  },
25018
25208
  "moonshot/kimi-k2-thinking-turbo": {
25019
25209
  "cache_read_input_token_cost": 1.5e-07,
25210
+ "deprecation_date": "2026-05-25",
25020
25211
  "input_cost_per_token": 1.15e-06,
25021
25212
  "litellm_provider": "moonshot",
25022
25213
  "max_input_tokens": 262144,
@@ -25040,9 +25231,11 @@
25040
25231
  "output_cost_per_token": 5e-06,
25041
25232
  "source": "https://platform.moonshot.ai/docs/pricing",
25042
25233
  "supports_function_calling": true,
25234
+ "supports_response_schema": true,
25043
25235
  "supports_tool_choice": true
25044
25236
  },
25045
25237
  "moonshot/moonshot-v1-128k-0430": {
25238
+ "deprecation_date": "2024-04-30",
25046
25239
  "input_cost_per_token": 2e-06,
25047
25240
  "litellm_provider": "moonshot",
25048
25241
  "max_input_tokens": 131072,
@@ -25064,6 +25257,7 @@
25064
25257
  "output_cost_per_token": 5e-06,
25065
25258
  "source": "https://platform.moonshot.ai/docs/pricing",
25066
25259
  "supports_function_calling": true,
25260
+ "supports_response_schema": true,
25067
25261
  "supports_tool_choice": true,
25068
25262
  "supports_vision": true
25069
25263
  },
@@ -25077,9 +25271,11 @@
25077
25271
  "output_cost_per_token": 3e-06,
25078
25272
  "source": "https://platform.moonshot.ai/docs/pricing",
25079
25273
  "supports_function_calling": true,
25274
+ "supports_response_schema": true,
25080
25275
  "supports_tool_choice": true
25081
25276
  },
25082
25277
  "moonshot/moonshot-v1-32k-0430": {
25278
+ "deprecation_date": "2024-04-30",
25083
25279
  "input_cost_per_token": 1e-06,
25084
25280
  "litellm_provider": "moonshot",
25085
25281
  "max_input_tokens": 32768,
@@ -25101,6 +25297,7 @@
25101
25297
  "output_cost_per_token": 3e-06,
25102
25298
  "source": "https://platform.moonshot.ai/docs/pricing",
25103
25299
  "supports_function_calling": true,
25300
+ "supports_response_schema": true,
25104
25301
  "supports_tool_choice": true,
25105
25302
  "supports_vision": true
25106
25303
  },
@@ -25114,9 +25311,11 @@
25114
25311
  "output_cost_per_token": 2e-06,
25115
25312
  "source": "https://platform.moonshot.ai/docs/pricing",
25116
25313
  "supports_function_calling": true,
25314
+ "supports_response_schema": true,
25117
25315
  "supports_tool_choice": true
25118
25316
  },
25119
25317
  "moonshot/moonshot-v1-8k-0430": {
25318
+ "deprecation_date": "2024-04-30",
25120
25319
  "input_cost_per_token": 2e-07,
25121
25320
  "litellm_provider": "moonshot",
25122
25321
  "max_input_tokens": 8192,
@@ -25138,6 +25337,7 @@
25138
25337
  "output_cost_per_token": 2e-06,
25139
25338
  "source": "https://platform.moonshot.ai/docs/pricing",
25140
25339
  "supports_function_calling": true,
25340
+ "supports_response_schema": true,
25141
25341
  "supports_tool_choice": true,
25142
25342
  "supports_vision": true
25143
25343
  },
@@ -25151,6 +25351,7 @@
25151
25351
  "output_cost_per_token": 5e-06,
25152
25352
  "source": "https://platform.moonshot.ai/docs/pricing",
25153
25353
  "supports_function_calling": true,
25354
+ "supports_response_schema": true,
25154
25355
  "supports_tool_choice": true
25155
25356
  },
25156
25357
  "morph/morph-v3-fast": {
@@ -26411,7 +26612,8 @@
26411
26612
  "supports_function_calling": true,
26412
26613
  "supports_response_schema": true,
26413
26614
  "supports_vision": true,
26414
- "supports_native_streaming": true
26615
+ "supports_native_streaming": true,
26616
+ "supports_image_size": false
26415
26617
  },
26416
26618
  "oci/google.gemini-2.5-pro": {
26417
26619
  "input_cost_per_token": 1.25e-06,
@@ -26439,7 +26641,8 @@
26439
26641
  "supports_function_calling": true,
26440
26642
  "supports_response_schema": true,
26441
26643
  "supports_vision": true,
26442
- "supports_native_streaming": true
26644
+ "supports_native_streaming": true,
26645
+ "supports_image_size": false
26443
26646
  },
26444
26647
  "oci/cohere.command-a-vision": {
26445
26648
  "input_cost_per_token": 1.56e-06,
@@ -27475,7 +27678,8 @@
27475
27678
  "supports_response_schema": true,
27476
27679
  "supports_system_messages": true,
27477
27680
  "supports_tool_choice": true,
27478
- "supports_vision": true
27681
+ "supports_vision": true,
27682
+ "supports_image_size": false
27479
27683
  },
27480
27684
  "openrouter/google/gemini-2.5-pro": {
27481
27685
  "input_cost_per_audio_token": 7e-07,
@@ -29345,7 +29549,8 @@
29345
29549
  "mode": "responses",
29346
29550
  "supports_web_search": true,
29347
29551
  "supports_reasoning": false,
29348
- "supports_function_calling": true
29552
+ "supports_function_calling": true,
29553
+ "supports_image_size": false
29349
29554
  },
29350
29555
  "perplexity/xai/grok-4-1-fast-non-reasoning": {
29351
29556
  "litellm_provider": "perplexity",
@@ -29927,7 +30132,8 @@
29927
30132
  "supports_vision": true,
29928
30133
  "supports_system_messages": true,
29929
30134
  "supports_tool_choice": true,
29930
- "supports_response_schema": true
30135
+ "supports_response_schema": true,
30136
+ "supports_image_size": false
29931
30137
  },
29932
30138
  "replicate/openai/gpt-oss-120b": {
29933
30139
  "input_cost_per_token": 1.8e-07,
@@ -30307,21 +30513,32 @@
30307
30513
  "supports_reasoning": true,
30308
30514
  "source": "https://cloud.sambanova.ai/plans/pricing"
30309
30515
  },
30310
- "snowflake/claude-3-5-sonnet": {
30516
+ "snowflake/claude-3-5-sonnet": {
30311
30517
  "litellm_provider": "snowflake",
30312
- "max_input_tokens": 18000,
30313
- "max_output_tokens": 8192,
30314
- "max_tokens": 8192,
30518
+ "max_input_tokens": 200000,
30519
+ "max_output_tokens": 16384,
30520
+ "max_tokens": 16384,
30315
30521
  "mode": "chat",
30316
- "supports_computer_use": true
30522
+ "input_cost_per_token": 0.000003,
30523
+ "output_cost_per_token": 0.000015,
30524
+ "cache_read_input_token_cost": 0.0000003,
30525
+ "supports_computer_use": true,
30526
+ "supports_function_calling": true,
30527
+ "supports_vision": true,
30528
+ "supports_prompt_caching": true,
30529
+ "supports_system_messages": true,
30530
+ "supports_response_schema": true
30317
30531
  },
30318
- "snowflake/deepseek-r1": {
30532
+ "snowflake/deepseek-r1": {
30319
30533
  "litellm_provider": "snowflake",
30320
- "max_input_tokens": 32768,
30321
- "max_output_tokens": 8192,
30322
- "max_tokens": 8192,
30534
+ "max_input_tokens": 128000,
30535
+ "max_output_tokens": 16384,
30536
+ "max_tokens": 16384,
30323
30537
  "mode": "chat",
30324
- "supports_reasoning": true
30538
+ "input_cost_per_token": 0.00000135,
30539
+ "output_cost_per_token": 0.0000054,
30540
+ "supports_reasoning": true,
30541
+ "supports_system_messages": true
30325
30542
  },
30326
30543
  "snowflake/gemma-7b": {
30327
30544
  "litellm_provider": "snowflake",
@@ -30375,23 +30592,34 @@
30375
30592
  "snowflake/llama3.1-405b": {
30376
30593
  "litellm_provider": "snowflake",
30377
30594
  "max_input_tokens": 128000,
30378
- "max_output_tokens": 8192,
30379
- "max_tokens": 8192,
30380
- "mode": "chat"
30595
+ "max_output_tokens": 16384,
30596
+ "max_tokens": 16384,
30597
+ "mode": "chat",
30598
+ "input_cost_per_token": 0.0000012,
30599
+ "output_cost_per_token": 0.0000012,
30600
+ "supports_function_calling": true,
30601
+ "supports_system_messages": true
30381
30602
  },
30382
30603
  "snowflake/llama3.1-70b": {
30383
30604
  "litellm_provider": "snowflake",
30384
30605
  "max_input_tokens": 128000,
30385
- "max_output_tokens": 8192,
30386
- "max_tokens": 8192,
30387
- "mode": "chat"
30606
+ "max_output_tokens": 16384,
30607
+ "max_tokens": 16384,
30608
+ "mode": "chat",
30609
+ "input_cost_per_token": 0.00000072,
30610
+ "output_cost_per_token": 0.00000072,
30611
+ "supports_function_calling": true,
30612
+ "supports_system_messages": true
30388
30613
  },
30389
30614
  "snowflake/llama3.1-8b": {
30390
30615
  "litellm_provider": "snowflake",
30391
30616
  "max_input_tokens": 128000,
30392
- "max_output_tokens": 8192,
30393
- "max_tokens": 8192,
30394
- "mode": "chat"
30617
+ "max_output_tokens": 16384,
30618
+ "max_tokens": 16384,
30619
+ "mode": "chat",
30620
+ "input_cost_per_token": 0.00000024,
30621
+ "output_cost_per_token": 0.00000024,
30622
+ "supports_system_messages": true
30395
30623
  },
30396
30624
  "snowflake/llama3.2-1b": {
30397
30625
  "litellm_provider": "snowflake",
@@ -30407,13 +30635,17 @@
30407
30635
  "max_tokens": 8192,
30408
30636
  "mode": "chat"
30409
30637
  },
30410
- "snowflake/llama3.3-70b": {
30411
- "litellm_provider": "snowflake",
30638
+ "snowflake/llama3.3-70b": {
30639
+ "max_tokens": 16384,
30412
30640
  "max_input_tokens": 128000,
30413
- "max_output_tokens": 8192,
30414
- "max_tokens": 8192,
30415
- "mode": "chat"
30416
- },
30641
+ "max_output_tokens": 16384,
30642
+ "input_cost_per_token": 0.00000072,
30643
+ "output_cost_per_token": 0.00000072,
30644
+ "litellm_provider": "snowflake",
30645
+ "mode": "chat",
30646
+ "supports_function_calling": true,
30647
+ "supports_system_messages": true
30648
+ },
30417
30649
  "snowflake/mistral-7b": {
30418
30650
  "litellm_provider": "snowflake",
30419
30651
  "max_input_tokens": 32000,
@@ -30428,12 +30660,17 @@
30428
30660
  "max_tokens": 8192,
30429
30661
  "mode": "chat"
30430
30662
  },
30431
- "snowflake/mistral-large2": {
30663
+ "snowflake/mistral-large2": {
30432
30664
  "litellm_provider": "snowflake",
30433
30665
  "max_input_tokens": 128000,
30434
- "max_output_tokens": 8192,
30435
- "max_tokens": 8192,
30436
- "mode": "chat"
30666
+ "max_output_tokens": 16384,
30667
+ "max_tokens": 16384,
30668
+ "mode": "chat",
30669
+ "input_cost_per_token": 0.000002,
30670
+ "output_cost_per_token": 0.000006,
30671
+ "supports_function_calling": true,
30672
+ "supports_system_messages": true,
30673
+ "supports_response_schema": true
30437
30674
  },
30438
30675
  "snowflake/mixtral-8x7b": {
30439
30676
  "litellm_provider": "snowflake",
@@ -30470,13 +30707,17 @@
30470
30707
  "max_tokens": 8192,
30471
30708
  "mode": "chat"
30472
30709
  },
30473
- "snowflake/snowflake-llama-3.3-70b": {
30710
+ "snowflake/snowflake-llama-3.3-70b": {
30711
+ "max_tokens": 16384,
30712
+ "max_input_tokens": 128000,
30713
+ "max_output_tokens": 16384,
30714
+ "input_cost_per_token": 0.00000072,
30715
+ "output_cost_per_token": 0.00000072,
30474
30716
  "litellm_provider": "snowflake",
30475
- "max_input_tokens": 8000,
30476
- "max_output_tokens": 8192,
30477
- "max_tokens": 8192,
30478
- "mode": "chat"
30479
- },
30717
+ "mode": "chat",
30718
+ "supports_function_calling": true,
30719
+ "supports_system_messages": true
30720
+ },
30480
30721
  "stability/sd3": {
30481
30722
  "litellm_provider": "stability",
30482
30723
  "mode": "image_generation",
@@ -30819,6 +31060,11 @@
30819
31060
  "litellm_provider": "tavily",
30820
31061
  "mode": "search"
30821
31062
  },
31063
+ "you_com/search": {
31064
+ "input_cost_per_query": 0.0,
31065
+ "litellm_provider": "you_com",
31066
+ "mode": "search"
31067
+ },
30822
31068
  "text-completion-codestral/codestral-2405": {
30823
31069
  "input_cost_per_token": 0.0,
30824
31070
  "litellm_provider": "text-completion-codestral",
@@ -31718,19 +31964,21 @@
31718
31964
  "supports_native_structured_output": true
31719
31965
  },
31720
31966
  "us-gov.anthropic.claude-sonnet-4-5-20250929-v1:0": {
31721
- "cache_creation_input_token_cost": 4.125e-06,
31722
- "cache_read_input_token_cost": 3.3e-07,
31723
- "input_cost_per_token": 3.3e-06,
31724
- "input_cost_per_token_above_200k_tokens": 6.6e-06,
31725
- "output_cost_per_token_above_200k_tokens": 2.475e-05,
31726
- "cache_creation_input_token_cost_above_200k_tokens": 8.25e-06,
31727
- "cache_read_input_token_cost_above_200k_tokens": 6.6e-07,
31967
+ "cache_creation_input_token_cost": 4.5e-06,
31968
+ "cache_creation_input_token_cost_above_1hr": 7.2e-06,
31969
+ "cache_read_input_token_cost": 3.6e-07,
31970
+ "input_cost_per_token": 3.6e-06,
31971
+ "input_cost_per_token_above_200k_tokens": 7.2e-06,
31972
+ "output_cost_per_token_above_200k_tokens": 2.7e-05,
31973
+ "cache_creation_input_token_cost_above_200k_tokens": 9.0e-06,
31974
+ "cache_creation_input_token_cost_above_1hr_above_200k_tokens": 1.44e-05,
31975
+ "cache_read_input_token_cost_above_200k_tokens": 7.2e-07,
31728
31976
  "litellm_provider": "bedrock_converse",
31729
31977
  "max_input_tokens": 200000,
31730
31978
  "max_output_tokens": 64000,
31731
31979
  "max_tokens": 64000,
31732
31980
  "mode": "chat",
31733
- "output_cost_per_token": 1.65e-05,
31981
+ "output_cost_per_token": 1.8e-05,
31734
31982
  "supports_assistant_prefill": true,
31735
31983
  "supports_computer_use": true,
31736
31984
  "supports_function_calling": true,
@@ -31744,6 +31992,7 @@
31744
31992
  },
31745
31993
  "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
31746
31994
  "cache_creation_input_token_cost": 1.375e-06,
31995
+ "cache_creation_input_token_cost_above_1hr": 2.2e-06,
31747
31996
  "cache_read_input_token_cost": 1.1e-07,
31748
31997
  "input_cost_per_token": 1.1e-06,
31749
31998
  "litellm_provider": "bedrock_converse",
@@ -32623,7 +32872,8 @@
32623
32872
  "supports_vision": true,
32624
32873
  "supports_function_calling": true,
32625
32874
  "supports_tool_choice": true,
32626
- "supports_response_schema": true
32875
+ "supports_response_schema": true,
32876
+ "supports_image_size": false
32627
32877
  },
32628
32878
  "vercel_ai_gateway/google/gemini-2.5-pro": {
32629
32879
  "input_cost_per_token": 2.5e-06,
@@ -33390,6 +33640,7 @@
33390
33640
  },
33391
33641
  "vertex_ai/claude-haiku-4-5": {
33392
33642
  "cache_creation_input_token_cost": 1.25e-06,
33643
+ "cache_creation_input_token_cost_above_1hr": 2e-06,
33393
33644
  "cache_read_input_token_cost": 1e-07,
33394
33645
  "input_cost_per_token": 1e-06,
33395
33646
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33411,6 +33662,7 @@
33411
33662
  },
33412
33663
  "vertex_ai/claude-haiku-4-5@20251001": {
33413
33664
  "cache_creation_input_token_cost": 1.25e-06,
33665
+ "cache_creation_input_token_cost_above_1hr": 2e-06,
33414
33666
  "cache_read_input_token_cost": 1e-07,
33415
33667
  "input_cost_per_token": 1e-06,
33416
33668
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33461,6 +33713,7 @@
33461
33713
  },
33462
33714
  "vertex_ai/claude-3-7-sonnet@20250219": {
33463
33715
  "cache_creation_input_token_cost": 3.75e-06,
33716
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33464
33717
  "cache_read_input_token_cost": 3e-07,
33465
33718
  "deprecation_date": "2026-05-11",
33466
33719
  "input_cost_per_token": 3e-06,
@@ -33560,6 +33813,7 @@
33560
33813
  },
33561
33814
  "vertex_ai/claude-opus-4": {
33562
33815
  "cache_creation_input_token_cost": 1.875e-05,
33816
+ "cache_creation_input_token_cost_above_1hr": 3e-05,
33563
33817
  "cache_read_input_token_cost": 1.5e-06,
33564
33818
  "input_cost_per_token": 1.5e-05,
33565
33819
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33585,6 +33839,7 @@
33585
33839
  },
33586
33840
  "vertex_ai/claude-opus-4-1": {
33587
33841
  "cache_creation_input_token_cost": 1.875e-05,
33842
+ "cache_creation_input_token_cost_above_1hr": 3e-05,
33588
33843
  "cache_read_input_token_cost": 1.5e-06,
33589
33844
  "input_cost_per_token": 1.5e-05,
33590
33845
  "input_cost_per_token_batches": 7.5e-06,
@@ -33602,6 +33857,7 @@
33602
33857
  },
33603
33858
  "vertex_ai/claude-opus-4-1@20250805": {
33604
33859
  "cache_creation_input_token_cost": 1.875e-05,
33860
+ "cache_creation_input_token_cost_above_1hr": 3e-05,
33605
33861
  "cache_read_input_token_cost": 1.5e-06,
33606
33862
  "input_cost_per_token": 1.5e-05,
33607
33863
  "input_cost_per_token_batches": 7.5e-06,
@@ -33619,6 +33875,7 @@
33619
33875
  },
33620
33876
  "vertex_ai/claude-opus-4-5": {
33621
33877
  "cache_creation_input_token_cost": 6.25e-06,
33878
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33622
33879
  "cache_read_input_token_cost": 5e-07,
33623
33880
  "input_cost_per_token": 5e-06,
33624
33881
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33645,6 +33902,7 @@
33645
33902
  },
33646
33903
  "vertex_ai/claude-opus-4-5@20251101": {
33647
33904
  "cache_creation_input_token_cost": 6.25e-06,
33905
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33648
33906
  "cache_read_input_token_cost": 5e-07,
33649
33907
  "input_cost_per_token": 5e-06,
33650
33908
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33672,6 +33930,7 @@
33672
33930
  },
33673
33931
  "vertex_ai/claude-opus-4-6": {
33674
33932
  "cache_creation_input_token_cost": 6.25e-06,
33933
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33675
33934
  "cache_read_input_token_cost": 5e-07,
33676
33935
  "input_cost_per_token": 5e-06,
33677
33936
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33699,6 +33958,7 @@
33699
33958
  },
33700
33959
  "vertex_ai/claude-opus-4-6@default": {
33701
33960
  "cache_creation_input_token_cost": 6.25e-06,
33961
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33702
33962
  "cache_read_input_token_cost": 5e-07,
33703
33963
  "input_cost_per_token": 5e-06,
33704
33964
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33726,6 +33986,7 @@
33726
33986
  },
33727
33987
  "vertex_ai/claude-opus-4-7": {
33728
33988
  "cache_creation_input_token_cost": 6.25e-06,
33989
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33729
33990
  "cache_read_input_token_cost": 5e-07,
33730
33991
  "input_cost_per_token": 5e-06,
33731
33992
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33753,6 +34014,7 @@
33753
34014
  },
33754
34015
  "vertex_ai/claude-opus-4-7@default": {
33755
34016
  "cache_creation_input_token_cost": 6.25e-06,
34017
+ "cache_creation_input_token_cost_above_1hr": 1e-05,
33756
34018
  "cache_read_input_token_cost": 5e-07,
33757
34019
  "input_cost_per_token": 5e-06,
33758
34020
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33794,6 +34056,7 @@
33794
34056
  "search_context_size_low": 0.01,
33795
34057
  "search_context_size_medium": 0.01
33796
34058
  },
34059
+ "supports_adaptive_thinking": true,
33797
34060
  "supports_assistant_prefill": false,
33798
34061
  "supports_computer_use": true,
33799
34062
  "supports_function_calling": true,
@@ -33822,6 +34085,7 @@
33822
34085
  "search_context_size_low": 0.01,
33823
34086
  "search_context_size_medium": 0.01
33824
34087
  },
34088
+ "supports_adaptive_thinking": true,
33825
34089
  "supports_assistant_prefill": false,
33826
34090
  "supports_computer_use": true,
33827
34091
  "supports_function_calling": true,
@@ -33836,6 +34100,7 @@
33836
34100
  },
33837
34101
  "vertex_ai/claude-sonnet-4-5": {
33838
34102
  "cache_creation_input_token_cost": 3.75e-06,
34103
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33839
34104
  "cache_read_input_token_cost": 3e-07,
33840
34105
  "input_cost_per_token": 3e-06,
33841
34106
  "input_cost_per_token_above_200k_tokens": 6e-06,
@@ -33862,6 +34127,7 @@
33862
34127
  },
33863
34128
  "vertex_ai/claude-sonnet-4-6": {
33864
34129
  "cache_creation_input_token_cost": 3.75e-06,
34130
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33865
34131
  "cache_read_input_token_cost": 3e-07,
33866
34132
  "input_cost_per_token": 3e-06,
33867
34133
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33889,6 +34155,7 @@
33889
34155
  },
33890
34156
  "vertex_ai/claude-sonnet-4-5@20250929": {
33891
34157
  "cache_creation_input_token_cost": 3.75e-06,
34158
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33892
34159
  "cache_read_input_token_cost": 3e-07,
33893
34160
  "input_cost_per_token": 3e-06,
33894
34161
  "input_cost_per_token_above_200k_tokens": 6e-06,
@@ -33916,6 +34183,7 @@
33916
34183
  },
33917
34184
  "vertex_ai/claude-opus-4@20250514": {
33918
34185
  "cache_creation_input_token_cost": 1.875e-05,
34186
+ "cache_creation_input_token_cost_above_1hr": 3e-05,
33919
34187
  "cache_read_input_token_cost": 1.5e-06,
33920
34188
  "input_cost_per_token": 1.5e-05,
33921
34189
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -33941,6 +34209,7 @@
33941
34209
  },
33942
34210
  "vertex_ai/claude-sonnet-4": {
33943
34211
  "cache_creation_input_token_cost": 3.75e-06,
34212
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33944
34213
  "cache_read_input_token_cost": 3e-07,
33945
34214
  "input_cost_per_token": 3e-06,
33946
34215
  "input_cost_per_token_above_200k_tokens": 6e-06,
@@ -33970,6 +34239,7 @@
33970
34239
  },
33971
34240
  "vertex_ai/claude-sonnet-4@20250514": {
33972
34241
  "cache_creation_input_token_cost": 3.75e-06,
34242
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
33973
34243
  "cache_read_input_token_cost": 3e-07,
33974
34244
  "input_cost_per_token": 3e-06,
33975
34245
  "input_cost_per_token_above_200k_tokens": 6e-06,
@@ -34177,7 +34447,8 @@
34177
34447
  "supports_url_context": true,
34178
34448
  "supports_vision": true,
34179
34449
  "supports_web_search": false,
34180
- "tpm": 8000000
34450
+ "tpm": 8000000,
34451
+ "supports_image_size": false
34181
34452
  },
34182
34453
  "vertex_ai/gemini-3-pro-image-preview": {
34183
34454
  "input_cost_per_image": 0.0011,
@@ -34828,6 +35099,22 @@
34828
35099
  "us-central1"
34829
35100
  ]
34830
35101
  },
35102
+ "vertex_ai/google/gemma-4-26b-a4b-it-maas": {
35103
+ "input_cost_per_token": 1.5e-07,
35104
+ "litellm_provider": "vertex_ai-openai_models",
35105
+ "max_input_tokens": 256000,
35106
+ "max_output_tokens": 128000,
35107
+ "max_tokens": 128000,
35108
+ "mode": "chat",
35109
+ "output_cost_per_token": 6e-07,
35110
+ "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/maas/google/gemma-4-26b-a4b-it",
35111
+ "supported_regions": [
35112
+ "global"
35113
+ ],
35114
+ "supports_function_calling": true,
35115
+ "supports_tool_choice": true,
35116
+ "supports_vision": true
35117
+ },
34831
35118
  "vertex_ai/openai/gpt-oss-120b-maas": {
34832
35119
  "input_cost_per_token": 1.5e-07,
34833
35120
  "litellm_provider": "vertex_ai-openai_models",
@@ -35848,7 +36135,8 @@
35848
36135
  "supports_prompt_caching": true,
35849
36136
  "supports_response_schema": false,
35850
36137
  "supports_tool_choice": true,
35851
- "supports_web_search": true
36138
+ "supports_web_search": true,
36139
+ "deprecation_date": "2026-05-15"
35852
36140
  },
35853
36141
  "xai/grok-3-beta": {
35854
36142
  "cache_read_input_token_cost": 7.5e-07,
@@ -36047,7 +36335,8 @@
36047
36335
  "supports_function_calling": true,
36048
36336
  "supports_prompt_caching": true,
36049
36337
  "supports_tool_choice": true,
36050
- "supports_web_search": true
36338
+ "supports_web_search": true,
36339
+ "deprecation_date": "2026-05-15"
36051
36340
  },
36052
36341
  "xai/grok-4-fast-non-reasoning": {
36053
36342
  "cache_read_input_token_cost": 5e-08,
@@ -36064,7 +36353,8 @@
36064
36353
  "supports_function_calling": true,
36065
36354
  "supports_prompt_caching": true,
36066
36355
  "supports_tool_choice": true,
36067
- "supports_web_search": true
36356
+ "supports_web_search": true,
36357
+ "deprecation_date": "2026-05-15"
36068
36358
  },
36069
36359
  "xai/grok-4-0709": {
36070
36360
  "input_cost_per_token": 3e-06,
@@ -36080,7 +36370,8 @@
36080
36370
  "supports_function_calling": true,
36081
36371
  "supports_prompt_caching": true,
36082
36372
  "supports_tool_choice": true,
36083
- "supports_web_search": true
36373
+ "supports_web_search": true,
36374
+ "deprecation_date": "2026-05-15"
36084
36375
  },
36085
36376
  "xai/grok-4-latest": {
36086
36377
  "input_cost_per_token": 3e-06,
@@ -36138,7 +36429,8 @@
36138
36429
  "supports_response_schema": true,
36139
36430
  "supports_tool_choice": true,
36140
36431
  "supports_vision": true,
36141
- "supports_web_search": true
36432
+ "supports_web_search": true,
36433
+ "deprecation_date": "2026-05-15"
36142
36434
  },
36143
36435
  "xai/grok-4-1-fast-reasoning-latest": {
36144
36436
  "cache_read_input_token_cost": 5e-08,
@@ -36159,7 +36451,8 @@
36159
36451
  "supports_response_schema": true,
36160
36452
  "supports_tool_choice": true,
36161
36453
  "supports_vision": true,
36162
- "supports_web_search": true
36454
+ "supports_web_search": true,
36455
+ "deprecation_date": "2026-05-15"
36163
36456
  },
36164
36457
  "xai/grok-4-1-fast-non-reasoning": {
36165
36458
  "cache_read_input_token_cost": 5e-08,
@@ -36179,7 +36472,8 @@
36179
36472
  "supports_response_schema": true,
36180
36473
  "supports_tool_choice": true,
36181
36474
  "supports_vision": true,
36182
- "supports_web_search": true
36475
+ "supports_web_search": true,
36476
+ "deprecation_date": "2026-05-15"
36183
36477
  },
36184
36478
  "xai/grok-4-1-fast-non-reasoning-latest": {
36185
36479
  "cache_read_input_token_cost": 5e-08,
@@ -36199,7 +36493,8 @@
36199
36493
  "supports_response_schema": true,
36200
36494
  "supports_tool_choice": true,
36201
36495
  "supports_vision": true,
36202
- "supports_web_search": true
36496
+ "supports_web_search": true,
36497
+ "deprecation_date": "2026-05-15"
36203
36498
  },
36204
36499
  "xai/grok-4.20-multi-agent-beta-0309": {
36205
36500
  "cache_read_input_token_cost": 2e-07,
@@ -36350,7 +36645,8 @@
36350
36645
  "supports_function_calling": true,
36351
36646
  "supports_prompt_caching": true,
36352
36647
  "supports_reasoning": true,
36353
- "supports_tool_choice": true
36648
+ "supports_tool_choice": true,
36649
+ "deprecation_date": "2026-05-15"
36354
36650
  },
36355
36651
  "xai/grok-code-fast-1-0825": {
36356
36652
  "cache_read_input_token_cost": 2e-08,
@@ -36365,7 +36661,8 @@
36365
36661
  "supports_function_calling": true,
36366
36662
  "supports_prompt_caching": true,
36367
36663
  "supports_reasoning": true,
36368
- "supports_tool_choice": true
36664
+ "supports_tool_choice": true,
36665
+ "deprecation_date": "2026-05-15"
36369
36666
  },
36370
36667
  "xai/grok-vision-beta": {
36371
36668
  "input_cost_per_image": 5e-06,
@@ -40979,6 +41276,7 @@
40979
41276
  },
40980
41277
  "vertex_ai/claude-sonnet-4-6@default": {
40981
41278
  "cache_creation_input_token_cost": 3.75e-06,
41279
+ "cache_creation_input_token_cost_above_1hr": 6e-06,
40982
41280
  "cache_read_input_token_cost": 3e-07,
40983
41281
  "input_cost_per_token": 3e-06,
40984
41282
  "litellm_provider": "vertex_ai-anthropic_models",
@@ -41066,6 +41364,44 @@
41066
41364
  "supports_response_schema": true,
41067
41365
  "supports_tool_choice": true
41068
41366
  },
41367
+ "bedrock_mantle/openai.gpt-5.5": {
41368
+ "input_cost_per_token": 5.5e-06,
41369
+ "cache_read_input_token_cost": 5.5e-07,
41370
+ "output_cost_per_token": 3.3e-05,
41371
+ "litellm_provider": "bedrock_mantle",
41372
+ "max_input_tokens": 272000,
41373
+ "max_output_tokens": 128000,
41374
+ "max_tokens": 128000,
41375
+ "mode": "responses",
41376
+ "supported_endpoints": ["/v1/responses"],
41377
+ "supported_modalities": ["text", "image"],
41378
+ "supported_output_modalities": ["text"],
41379
+ "supports_function_calling": true,
41380
+ "supports_prompt_caching": true,
41381
+ "supports_reasoning": true,
41382
+ "supports_response_schema": true,
41383
+ "supports_tool_choice": true,
41384
+ "supports_vision": true
41385
+ },
41386
+ "bedrock_mantle/openai.gpt-5.4": {
41387
+ "input_cost_per_token": 2.75e-06,
41388
+ "cache_read_input_token_cost": 2.75e-07,
41389
+ "output_cost_per_token": 1.65e-05,
41390
+ "litellm_provider": "bedrock_mantle",
41391
+ "max_input_tokens": 272000,
41392
+ "max_output_tokens": 128000,
41393
+ "max_tokens": 128000,
41394
+ "mode": "responses",
41395
+ "supported_endpoints": ["/v1/responses"],
41396
+ "supported_modalities": ["text", "image"],
41397
+ "supported_output_modalities": ["text"],
41398
+ "supports_function_calling": true,
41399
+ "supports_prompt_caching": true,
41400
+ "supports_reasoning": true,
41401
+ "supports_response_schema": true,
41402
+ "supports_tool_choice": true,
41403
+ "supports_vision": true
41404
+ },
41069
41405
  "volcengine/doubao-seed-2-0-pro-260215": {
41070
41406
  "litellm_provider": "volcengine",
41071
41407
  "max_input_tokens": 256000,
@@ -41301,6 +41637,7 @@
41301
41637
  },
41302
41638
  "bedrock/us-gov-east-1/anthropic.claude-haiku-4-5-20251001-v1:0": {
41303
41639
  "cache_creation_input_token_cost": 1.5e-06,
41640
+ "cache_creation_input_token_cost_above_1hr": 2.4e-06,
41304
41641
  "cache_read_input_token_cost": 1.2e-07,
41305
41642
  "input_cost_per_token": 1.2e-06,
41306
41643
  "litellm_provider": "bedrock",
@@ -41323,6 +41660,7 @@
41323
41660
  },
41324
41661
  "bedrock/us-gov-west-1/anthropic.claude-haiku-4-5-20251001-v1:0": {
41325
41662
  "cache_creation_input_token_cost": 1.5e-06,
41663
+ "cache_creation_input_token_cost_above_1hr": 2.4e-06,
41326
41664
  "cache_read_input_token_cost": 1.2e-07,
41327
41665
  "input_cost_per_token": 1.2e-06,
41328
41666
  "litellm_provider": "bedrock",
@@ -41342,5 +41680,190 @@
41342
41680
  "supports_vision": true,
41343
41681
  "supports_native_structured_output": true,
41344
41682
  "supports_pdf_input": true
41345
- }
41346
- }
41683
+ },
41684
+ "snowflake/claude-sonnet-4-5": {
41685
+ "max_tokens": 16384,
41686
+ "max_input_tokens": 200000,
41687
+ "max_output_tokens": 16384,
41688
+ "input_cost_per_token": 0.000003,
41689
+ "output_cost_per_token": 0.000015,
41690
+ "cache_read_input_token_cost": 0.0000003,
41691
+ "litellm_provider": "snowflake",
41692
+ "mode": "chat",
41693
+ "supports_function_calling": true,
41694
+ "supports_vision": true,
41695
+ "supports_prompt_caching": true,
41696
+ "supports_system_messages": true,
41697
+ "supports_response_schema": true
41698
+ },
41699
+ "snowflake/claude-sonnet-4-6": {
41700
+ "max_tokens": 16384,
41701
+ "max_input_tokens": 200000,
41702
+ "max_output_tokens": 16384,
41703
+ "input_cost_per_token": 0.000003,
41704
+ "output_cost_per_token": 0.000015,
41705
+ "cache_read_input_token_cost": 0.0000003,
41706
+ "litellm_provider": "snowflake",
41707
+ "mode": "chat",
41708
+ "supports_function_calling": true,
41709
+ "supports_vision": true,
41710
+ "supports_prompt_caching": true,
41711
+ "supports_system_messages": true,
41712
+ "supports_response_schema": true
41713
+ },
41714
+ "snowflake/claude-4-sonnet": {
41715
+ "max_tokens": 16384,
41716
+ "max_input_tokens": 200000,
41717
+ "max_output_tokens": 16384,
41718
+ "input_cost_per_token": 0.000003,
41719
+ "output_cost_per_token": 0.000015,
41720
+ "cache_read_input_token_cost": 0.0000003,
41721
+ "litellm_provider": "snowflake",
41722
+ "mode": "chat",
41723
+ "supports_function_calling": true,
41724
+ "supports_vision": true,
41725
+ "supports_prompt_caching": true,
41726
+ "supports_system_messages": true,
41727
+ "supports_response_schema": true
41728
+ },
41729
+ "snowflake/claude-4-opus": {
41730
+ "max_tokens": 16384,
41731
+ "max_input_tokens": 200000,
41732
+ "max_output_tokens": 16384,
41733
+ "input_cost_per_token": 0.000005,
41734
+ "output_cost_per_token": 0.000025,
41735
+ "cache_read_input_token_cost": 0.0000005,
41736
+ "litellm_provider": "snowflake",
41737
+ "mode": "chat",
41738
+ "supports_function_calling": true,
41739
+ "supports_vision": true,
41740
+ "supports_prompt_caching": true,
41741
+ "supports_system_messages": true,
41742
+ "supports_reasoning": true,
41743
+ "supports_response_schema": true
41744
+ },
41745
+ "snowflake/claude-haiku-4-5": {
41746
+ "max_tokens": 16384,
41747
+ "max_input_tokens": 200000,
41748
+ "max_output_tokens": 16384,
41749
+ "input_cost_per_token": 0.000001,
41750
+ "output_cost_per_token": 0.000005,
41751
+ "cache_read_input_token_cost": 0.0000001,
41752
+ "litellm_provider": "snowflake",
41753
+ "mode": "chat",
41754
+ "supports_function_calling": true,
41755
+ "supports_vision": true,
41756
+ "supports_prompt_caching": true,
41757
+ "supports_system_messages": true,
41758
+ "supports_response_schema": true
41759
+ },
41760
+ "snowflake/claude-3-7-sonnet": {
41761
+ "max_tokens": 16384,
41762
+ "max_input_tokens": 200000,
41763
+ "max_output_tokens": 16384,
41764
+ "input_cost_per_token": 0.000003,
41765
+ "output_cost_per_token": 0.000015,
41766
+ "cache_read_input_token_cost": 0.0000003,
41767
+ "litellm_provider": "snowflake",
41768
+ "mode": "chat",
41769
+ "supports_function_calling": true,
41770
+ "supports_vision": true,
41771
+ "supports_prompt_caching": true,
41772
+ "supports_system_messages": true,
41773
+ "supports_reasoning": true,
41774
+ "supports_response_schema": true
41775
+ },
41776
+ "snowflake/openai-gpt-4.1": {
41777
+ "max_tokens": 16384,
41778
+ "max_input_tokens": 300000,
41779
+ "max_output_tokens": 16384,
41780
+ "input_cost_per_token": 0.000002,
41781
+ "output_cost_per_token": 0.000008,
41782
+ "cache_read_input_token_cost": 0.0000005,
41783
+ "litellm_provider": "snowflake",
41784
+ "mode": "chat",
41785
+ "supports_function_calling": true,
41786
+ "supports_vision": true,
41787
+ "supports_prompt_caching": true,
41788
+ "supports_system_messages": true,
41789
+ "supports_response_schema": true
41790
+ },
41791
+ "snowflake/openai-gpt-5": {
41792
+ "max_tokens": 16384,
41793
+ "max_input_tokens": 300000,
41794
+ "max_output_tokens": 16384,
41795
+ "input_cost_per_token": 0.00000125,
41796
+ "output_cost_per_token": 0.00001,
41797
+ "cache_read_input_token_cost": 0.000000125,
41798
+ "litellm_provider": "snowflake",
41799
+ "mode": "chat",
41800
+ "supports_function_calling": true,
41801
+ "supports_vision": true,
41802
+ "supports_prompt_caching": true,
41803
+ "supports_system_messages": true,
41804
+ "supports_reasoning": true,
41805
+ "supports_response_schema": true
41806
+ },
41807
+ "snowflake/openai-gpt-5-mini": {
41808
+ "max_tokens": 16384,
41809
+ "max_input_tokens": 1000000,
41810
+ "max_output_tokens": 16384,
41811
+ "input_cost_per_token": 0.0000003,
41812
+ "output_cost_per_token": 0.0000012,
41813
+ "litellm_provider": "snowflake",
41814
+ "mode": "chat",
41815
+ "supports_function_calling": true,
41816
+ "supports_system_messages": true,
41817
+ "supports_response_schema": true
41818
+ },
41819
+ "snowflake/openai-gpt-5-nano": {
41820
+ "max_tokens": 16384,
41821
+ "max_input_tokens": 5000000,
41822
+ "max_output_tokens": 16384,
41823
+ "input_cost_per_token": 0.00000015,
41824
+ "output_cost_per_token": 0.0000006,
41825
+ "litellm_provider": "snowflake",
41826
+ "mode": "chat",
41827
+ "supports_function_calling": true,
41828
+ "supports_system_messages": true,
41829
+ "supports_response_schema": true
41830
+ },
41831
+ "snowflake/llama4-maverick": {
41832
+ "max_tokens": 16384,
41833
+ "max_input_tokens": 128000,
41834
+ "max_output_tokens": 16384,
41835
+ "input_cost_per_token": 0.00000024,
41836
+ "output_cost_per_token": 0.00000097,
41837
+ "litellm_provider": "snowflake",
41838
+ "mode": "chat",
41839
+ "supports_function_calling": true,
41840
+ "supports_system_messages": true
41841
+ },
41842
+ "snowflake/snowflake-arctic-embed-l-v2.0": {
41843
+ "max_tokens": 8192,
41844
+ "max_input_tokens": 8192,
41845
+ "input_cost_per_token": 0.00000007,
41846
+ "output_cost_per_token": 0.0,
41847
+ "litellm_provider": "snowflake",
41848
+ "mode": "embedding"
41849
+ },
41850
+ "snowflake/snowflake-arctic-embed-m-v2.0": {
41851
+ "max_tokens": 8192,
41852
+ "max_input_tokens": 8192,
41853
+ "input_cost_per_token": 0.00000007,
41854
+ "output_cost_per_token": 0.0,
41855
+ "litellm_provider": "snowflake",
41856
+ "mode": "embedding"
41857
+ },
41858
+ "soniox/stt-async-v4": {
41859
+ "litellm_provider": "soniox",
41860
+ "max_output_tokens": 8000,
41861
+ "max_tokens": 8000,
41862
+ "input_cost_per_second": 0.0,
41863
+ "output_cost_per_second": 0.0000277778,
41864
+ "mode": "audio_transcription",
41865
+ "source": "https://soniox.com/pricing",
41866
+ "supported_endpoints": ["/v1/audio/transcriptions"],
41867
+ "supports_audio_input": true
41868
+ }
41869
+ }