@@ -23,6 +23,7 @@ export const fireworksModels = {
2323 contextWindow : 262144 ,
2424 supportsImages : false ,
2525 supportsPromptCache : true ,
26+ supportsNativeTools : true ,
2627 inputPrice : 0.6 ,
2728 outputPrice : 2.5 ,
2829 cacheReadsPrice : 0.15 ,
@@ -34,6 +35,7 @@ export const fireworksModels = {
3435 contextWindow : 128000 ,
3536 supportsImages : false ,
3637 supportsPromptCache : false ,
38+ supportsNativeTools : true ,
3739 inputPrice : 0.6 ,
3840 outputPrice : 2.5 ,
3941 description :
@@ -44,6 +46,7 @@ export const fireworksModels = {
4446 contextWindow : 204800 ,
4547 supportsImages : false ,
4648 supportsPromptCache : false ,
49+ supportsNativeTools : true ,
4750 inputPrice : 0.3 ,
4851 outputPrice : 1.2 ,
4952 description :
@@ -54,6 +57,7 @@ export const fireworksModels = {
5457 contextWindow : 256000 ,
5558 supportsImages : false ,
5659 supportsPromptCache : false ,
60+ supportsNativeTools : true ,
5761 inputPrice : 0.22 ,
5862 outputPrice : 0.88 ,
5963 description : "Latest Qwen3 thinking model, competitive against the best closed source models in Jul 2025." ,
@@ -63,6 +67,7 @@ export const fireworksModels = {
6367 contextWindow : 256000 ,
6468 supportsImages : false ,
6569 supportsPromptCache : false ,
70+ supportsNativeTools : true ,
6671 inputPrice : 0.45 ,
6772 outputPrice : 1.8 ,
6873 description : "Qwen3's most agentic code model to date." ,
@@ -72,6 +77,7 @@ export const fireworksModels = {
7277 contextWindow : 160000 ,
7378 supportsImages : false ,
7479 supportsPromptCache : false ,
80+ supportsNativeTools : true ,
7581 inputPrice : 3 ,
7682 outputPrice : 8 ,
7783 description :
@@ -82,6 +88,7 @@ export const fireworksModels = {
8288 contextWindow : 128000 ,
8389 supportsImages : false ,
8490 supportsPromptCache : false ,
91+ supportsNativeTools : true ,
8592 inputPrice : 0.9 ,
8693 outputPrice : 0.9 ,
8794 description :
@@ -92,6 +99,7 @@ export const fireworksModels = {
9299 contextWindow : 163840 ,
93100 supportsImages : false ,
94101 supportsPromptCache : false ,
102+ supportsNativeTools : true ,
95103 inputPrice : 0.56 ,
96104 outputPrice : 1.68 ,
97105 description :
@@ -102,6 +110,7 @@ export const fireworksModels = {
102110 contextWindow : 128000 ,
103111 supportsImages : false ,
104112 supportsPromptCache : false ,
113+ supportsNativeTools : true ,
105114 inputPrice : 0.55 ,
106115 outputPrice : 2.19 ,
107116 description :
@@ -112,6 +121,7 @@ export const fireworksModels = {
112121 contextWindow : 128000 ,
113122 supportsImages : false ,
114123 supportsPromptCache : false ,
124+ supportsNativeTools : true ,
115125 inputPrice : 0.55 ,
116126 outputPrice : 2.19 ,
117127 description :
@@ -122,6 +132,7 @@ export const fireworksModels = {
122132 contextWindow : 198000 ,
123133 supportsImages : false ,
124134 supportsPromptCache : false ,
135+ supportsNativeTools : true ,
125136 inputPrice : 0.55 ,
126137 outputPrice : 2.19 ,
127138 description :
@@ -132,6 +143,7 @@ export const fireworksModels = {
132143 contextWindow : 128000 ,
133144 supportsImages : false ,
134145 supportsPromptCache : false ,
146+ supportsNativeTools : true ,
135147 inputPrice : 0.07 ,
136148 outputPrice : 0.3 ,
137149 description :
@@ -142,6 +154,7 @@ export const fireworksModels = {
142154 contextWindow : 128000 ,
143155 supportsImages : false ,
144156 supportsPromptCache : false ,
157+ supportsNativeTools : true ,
145158 inputPrice : 0.15 ,
146159 outputPrice : 0.6 ,
147160 description :
0 commit comments