@@ -12,6 +12,7 @@ export const anthropicModels = {
1212 supportsImages : true ,
1313 supportsPromptCache : true ,
1414 supportsNativeTools : true ,
15+ defaultToolProtocol : "native" ,
1516 inputPrice : 3.0 , // $3 per million input tokens (≤200K context)
1617 outputPrice : 15.0 , // $15 per million output tokens (≤200K context)
1718 cacheWritesPrice : 3.75 , // $3.75 per million tokens
@@ -34,6 +35,7 @@ export const anthropicModels = {
3435 supportsImages : true ,
3536 supportsPromptCache : true ,
3637 supportsNativeTools : true ,
38+ defaultToolProtocol : "native" ,
3739 inputPrice : 3.0 , // $3 per million input tokens (≤200K context)
3840 outputPrice : 15.0 , // $15 per million output tokens (≤200K context)
3941 cacheWritesPrice : 3.75 , // $3.75 per million tokens
@@ -56,6 +58,7 @@ export const anthropicModels = {
5658 supportsImages : true ,
5759 supportsPromptCache : true ,
5860 supportsNativeTools : true ,
61+ defaultToolProtocol : "native" ,
5962 inputPrice : 5.0 , // $5 per million input tokens
6063 outputPrice : 25.0 , // $25 per million output tokens
6164 cacheWritesPrice : 6.25 , // $6.25 per million tokens
@@ -68,6 +71,7 @@ export const anthropicModels = {
6871 supportsImages : true ,
6972 supportsPromptCache : true ,
7073 supportsNativeTools : true ,
74+ defaultToolProtocol : "native" ,
7175 inputPrice : 15.0 , // $15 per million input tokens
7276 outputPrice : 75.0 , // $75 per million output tokens
7377 cacheWritesPrice : 18.75 , // $18.75 per million tokens
@@ -80,6 +84,7 @@ export const anthropicModels = {
8084 supportsImages : true ,
8185 supportsPromptCache : true ,
8286 supportsNativeTools : true ,
87+ defaultToolProtocol : "native" ,
8388 inputPrice : 15.0 , // $15 per million input tokens
8489 outputPrice : 75.0 , // $75 per million output tokens
8590 cacheWritesPrice : 18.75 , // $18.75 per million tokens
@@ -92,6 +97,7 @@ export const anthropicModels = {
9297 supportsImages : true ,
9398 supportsPromptCache : true ,
9499 supportsNativeTools : true ,
100+ defaultToolProtocol : "native" ,
95101 inputPrice : 3.0 , // $3 per million input tokens
96102 outputPrice : 15.0 , // $15 per million output tokens
97103 cacheWritesPrice : 3.75 , // $3.75 per million tokens
@@ -105,6 +111,7 @@ export const anthropicModels = {
105111 supportsImages : true ,
106112 supportsPromptCache : true ,
107113 supportsNativeTools : true ,
114+ defaultToolProtocol : "native" ,
108115 inputPrice : 3.0 , // $3 per million input tokens
109116 outputPrice : 15.0 , // $15 per million output tokens
110117 cacheWritesPrice : 3.75 , // $3.75 per million tokens
@@ -116,6 +123,7 @@ export const anthropicModels = {
116123 supportsImages : true ,
117124 supportsPromptCache : true ,
118125 supportsNativeTools : true ,
126+ defaultToolProtocol : "native" ,
119127 inputPrice : 3.0 , // $3 per million input tokens
120128 outputPrice : 15.0 , // $15 per million output tokens
121129 cacheWritesPrice : 3.75 , // $3.75 per million tokens
@@ -127,6 +135,7 @@ export const anthropicModels = {
127135 supportsImages : false ,
128136 supportsPromptCache : true ,
129137 supportsNativeTools : true ,
138+ defaultToolProtocol : "native" ,
130139 inputPrice : 1.0 ,
131140 outputPrice : 5.0 ,
132141 cacheWritesPrice : 1.25 ,
@@ -138,6 +147,7 @@ export const anthropicModels = {
138147 supportsImages : true ,
139148 supportsPromptCache : true ,
140149 supportsNativeTools : true ,
150+ defaultToolProtocol : "native" ,
141151 inputPrice : 15.0 ,
142152 outputPrice : 75.0 ,
143153 cacheWritesPrice : 18.75 ,
@@ -149,6 +159,7 @@ export const anthropicModels = {
149159 supportsImages : true ,
150160 supportsPromptCache : true ,
151161 supportsNativeTools : true ,
162+ defaultToolProtocol : "native" ,
152163 inputPrice : 0.25 ,
153164 outputPrice : 1.25 ,
154165 cacheWritesPrice : 0.3 ,
@@ -160,6 +171,7 @@ export const anthropicModels = {
160171 supportsImages : true ,
161172 supportsPromptCache : true ,
162173 supportsNativeTools : true ,
174+ defaultToolProtocol : "native" ,
163175 inputPrice : 1.0 ,
164176 outputPrice : 5.0 ,
165177 cacheWritesPrice : 1.25 ,
0 commit comments