Skip to content

Commit f63cf00

Browse files
authored
Add supports_pdf_input: true for specific Bedrock Claude models (#8655)
1 parent 88b1e31 commit f63cf00

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

model_prices_and_context_window.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6499,6 +6499,7 @@
64996499
"supports_function_calling": true,
65006500
"supports_response_schema": true,
65016501
"supports_vision": true,
6502+
"supports_pdf_input": true,
65026503
"supports_tool_choice": true
65036504
},
65046505
"anthropic.claude-3-5-sonnet-20240620-v1:0": {
@@ -6512,6 +6513,7 @@
65126513
"supports_function_calling": true,
65136514
"supports_response_schema": true,
65146515
"supports_vision": true,
6516+
"supports_pdf_input": true,
65156517
"supports_tool_choice": true
65166518
},
65176519
"anthropic.claude-3-7-sonnet-20250219-v1:0": {
@@ -6539,6 +6541,7 @@
65396541
"mode": "chat",
65406542
"supports_function_calling": true,
65416543
"supports_vision": true,
6544+
"supports_pdf_input": true,
65426545
"supports_assistant_prefill": true,
65436546
"supports_prompt_caching": true,
65446547
"supports_response_schema": true,
@@ -6555,6 +6558,7 @@
65556558
"supports_function_calling": true,
65566559
"supports_response_schema": true,
65576560
"supports_vision": true,
6561+
"supports_pdf_input": true,
65586562
"supports_tool_choice": true
65596563
},
65606564
"anthropic.claude-3-5-haiku-20241022-v1:0": {
@@ -6566,6 +6570,7 @@
65666570
"litellm_provider": "bedrock",
65676571
"mode": "chat",
65686572
"supports_assistant_prefill": true,
6573+
"supports_pdf_input": true,
65696574
"supports_function_calling": true,
65706575
"supports_response_schema": true,
65716576
"supports_prompt_caching": true,
@@ -6595,6 +6600,7 @@
65956600
"supports_function_calling": true,
65966601
"supports_response_schema": true,
65976602
"supports_vision": true,
6603+
"supports_pdf_input": true,
65986604
"supports_tool_choice": true
65996605
},
66006606
"us.anthropic.claude-3-5-sonnet-20240620-v1:0": {
@@ -6608,6 +6614,7 @@
66086614
"supports_function_calling": true,
66096615
"supports_response_schema": true,
66106616
"supports_vision": true,
6617+
"supports_pdf_input": true,
66116618
"supports_tool_choice": true
66126619
},
66136620
"us.anthropic.claude-3-5-sonnet-20241022-v2:0": {
@@ -6620,6 +6627,7 @@
66206627
"mode": "chat",
66216628
"supports_function_calling": true,
66226629
"supports_vision": true,
6630+
"supports_pdf_input": true,
66236631
"supports_assistant_prefill": true,
66246632
"supports_prompt_caching": true,
66256633
"supports_response_schema": true,
@@ -6651,6 +6659,7 @@
66516659
"supports_function_calling": true,
66526660
"supports_response_schema": true,
66536661
"supports_vision": true,
6662+
"supports_pdf_input": true,
66546663
"supports_tool_choice": true
66556664
},
66566665
"us.anthropic.claude-3-5-haiku-20241022-v1:0": {
@@ -6662,6 +6671,7 @@
66626671
"litellm_provider": "bedrock",
66636672
"mode": "chat",
66646673
"supports_assistant_prefill": true,
6674+
"supports_pdf_input": true,
66656675
"supports_function_calling": true,
66666676
"supports_prompt_caching": true,
66676677
"supports_response_schema": true,
@@ -6691,6 +6701,7 @@
66916701
"supports_function_calling": true,
66926702
"supports_response_schema": true,
66936703
"supports_vision": true,
6704+
"supports_pdf_input": true,
66946705
"supports_tool_choice": true
66956706
},
66966707
"eu.anthropic.claude-3-5-sonnet-20240620-v1:0": {
@@ -6704,6 +6715,7 @@
67046715
"supports_function_calling": true,
67056716
"supports_response_schema": true,
67066717
"supports_vision": true,
6718+
"supports_pdf_input": true,
67076719
"supports_tool_choice": true
67086720
},
67096721
"eu.anthropic.claude-3-5-sonnet-20241022-v2:0": {
@@ -6716,6 +6728,7 @@
67166728
"mode": "chat",
67176729
"supports_function_calling": true,
67186730
"supports_vision": true,
6731+
"supports_pdf_input": true,
67196732
"supports_assistant_prefill": true,
67206733
"supports_prompt_caching": true,
67216734
"supports_response_schema": true,
@@ -6732,6 +6745,7 @@
67326745
"supports_function_calling": true,
67336746
"supports_response_schema": true,
67346747
"supports_vision": true,
6748+
"supports_pdf_input": true,
67356749
"supports_tool_choice": true
67366750
},
67376751
"eu.anthropic.claude-3-5-haiku-20241022-v1:0": {
@@ -6744,6 +6758,7 @@
67446758
"mode": "chat",
67456759
"supports_function_calling": true,
67466760
"supports_assistant_prefill": true,
6761+
"supports_pdf_input": true,
67476762
"supports_prompt_caching": true,
67486763
"supports_response_schema": true,
67496764
"supports_tool_choice": true

0 commit comments

Comments
 (0)