@agi-cli/sdk 0.1.138 → 0.1.140
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.
- package/package.json +1 -1
- package/src/core/src/index.ts +1 -1
- package/src/core/src/tools/builtin/bash.ts +1 -1
- package/src/core/src/tools/builtin/edit.ts +1 -1
- package/src/core/src/tools/builtin/finish.ts +1 -1
- package/src/core/src/tools/builtin/fs/cd.ts +1 -1
- package/src/core/src/tools/builtin/fs/ls.ts +1 -1
- package/src/core/src/tools/builtin/fs/pwd.ts +1 -1
- package/src/core/src/tools/builtin/fs/read.ts +1 -1
- package/src/core/src/tools/builtin/fs/tree.ts +1 -1
- package/src/core/src/tools/builtin/fs/write.ts +1 -1
- package/src/core/src/tools/builtin/git.ts +2 -2
- package/src/core/src/tools/builtin/glob.ts +1 -1
- package/src/core/src/tools/builtin/grep.ts +1 -1
- package/src/core/src/tools/builtin/patch.ts +1 -1
- package/src/core/src/tools/builtin/progress.ts +1 -1
- package/src/core/src/tools/builtin/ripgrep.ts +1 -1
- package/src/core/src/tools/builtin/terminal.ts +1 -1
- package/src/core/src/tools/builtin/todos.ts +1 -1
- package/src/core/src/tools/builtin/websearch.ts +1 -1
- package/src/core/src/tools/loader.ts +1 -1
- package/src/index.ts +5 -1
- package/src/prompts/src/providers.ts +17 -14
- package/src/providers/src/catalog.ts +268 -268
- package/src/providers/src/index.ts +4 -0
- package/src/providers/src/openai-oauth-client.ts +5 -1
- package/src/providers/src/opencode-client.ts +2 -18
- package/src/providers/src/openrouter-client.ts +3 -2
- package/src/providers/src/utils.ts +42 -2
- package/src/skills/tool.ts +1 -1
- package/src/types/src/provider.ts +1 -1
|
@@ -17,7 +17,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
17
17
|
output: ['text'],
|
|
18
18
|
},
|
|
19
19
|
toolCall: true,
|
|
20
|
-
|
|
20
|
+
reasoningText: true,
|
|
21
21
|
attachment: true,
|
|
22
22
|
temperature: false,
|
|
23
23
|
knowledge: '2024-04',
|
|
@@ -42,7 +42,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
42
42
|
output: ['text'],
|
|
43
43
|
},
|
|
44
44
|
toolCall: false,
|
|
45
|
-
|
|
45
|
+
reasoningText: false,
|
|
46
46
|
attachment: false,
|
|
47
47
|
temperature: true,
|
|
48
48
|
knowledge: '2021-09-01',
|
|
@@ -67,7 +67,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
67
67
|
output: ['text'],
|
|
68
68
|
},
|
|
69
69
|
toolCall: true,
|
|
70
|
-
|
|
70
|
+
reasoningText: false,
|
|
71
71
|
attachment: true,
|
|
72
72
|
temperature: true,
|
|
73
73
|
knowledge: '2023-11',
|
|
@@ -91,7 +91,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
91
91
|
output: ['text'],
|
|
92
92
|
},
|
|
93
93
|
toolCall: true,
|
|
94
|
-
|
|
94
|
+
reasoningText: false,
|
|
95
95
|
attachment: true,
|
|
96
96
|
temperature: true,
|
|
97
97
|
knowledge: '2023-12',
|
|
@@ -115,7 +115,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
115
115
|
output: ['text'],
|
|
116
116
|
},
|
|
117
117
|
toolCall: true,
|
|
118
|
-
|
|
118
|
+
reasoningText: false,
|
|
119
119
|
attachment: true,
|
|
120
120
|
temperature: true,
|
|
121
121
|
knowledge: '2024-04',
|
|
@@ -140,7 +140,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
140
140
|
output: ['text'],
|
|
141
141
|
},
|
|
142
142
|
toolCall: true,
|
|
143
|
-
|
|
143
|
+
reasoningText: false,
|
|
144
144
|
attachment: true,
|
|
145
145
|
temperature: true,
|
|
146
146
|
knowledge: '2024-04',
|
|
@@ -165,7 +165,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
165
165
|
output: ['text'],
|
|
166
166
|
},
|
|
167
167
|
toolCall: true,
|
|
168
|
-
|
|
168
|
+
reasoningText: false,
|
|
169
169
|
attachment: true,
|
|
170
170
|
temperature: true,
|
|
171
171
|
knowledge: '2024-04',
|
|
@@ -190,7 +190,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
190
190
|
output: ['text'],
|
|
191
191
|
},
|
|
192
192
|
toolCall: true,
|
|
193
|
-
|
|
193
|
+
reasoningText: false,
|
|
194
194
|
attachment: true,
|
|
195
195
|
temperature: true,
|
|
196
196
|
knowledge: '2023-09',
|
|
@@ -215,7 +215,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
215
215
|
output: ['text'],
|
|
216
216
|
},
|
|
217
217
|
toolCall: true,
|
|
218
|
-
|
|
218
|
+
reasoningText: false,
|
|
219
219
|
attachment: true,
|
|
220
220
|
temperature: true,
|
|
221
221
|
knowledge: '2023-09',
|
|
@@ -239,7 +239,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
239
239
|
output: ['text'],
|
|
240
240
|
},
|
|
241
241
|
toolCall: true,
|
|
242
|
-
|
|
242
|
+
reasoningText: false,
|
|
243
243
|
attachment: true,
|
|
244
244
|
temperature: true,
|
|
245
245
|
knowledge: '2023-09',
|
|
@@ -264,7 +264,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
264
264
|
output: ['text'],
|
|
265
265
|
},
|
|
266
266
|
toolCall: true,
|
|
267
|
-
|
|
267
|
+
reasoningText: false,
|
|
268
268
|
attachment: true,
|
|
269
269
|
temperature: true,
|
|
270
270
|
knowledge: '2023-09',
|
|
@@ -289,7 +289,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
289
289
|
output: ['text'],
|
|
290
290
|
},
|
|
291
291
|
toolCall: true,
|
|
292
|
-
|
|
292
|
+
reasoningText: false,
|
|
293
293
|
attachment: true,
|
|
294
294
|
temperature: true,
|
|
295
295
|
knowledge: '2023-09',
|
|
@@ -314,7 +314,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
314
314
|
output: ['text'],
|
|
315
315
|
},
|
|
316
316
|
toolCall: true,
|
|
317
|
-
|
|
317
|
+
reasoningText: true,
|
|
318
318
|
attachment: true,
|
|
319
319
|
temperature: false,
|
|
320
320
|
knowledge: '2024-09-30',
|
|
@@ -339,7 +339,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
339
339
|
output: ['text'],
|
|
340
340
|
},
|
|
341
341
|
toolCall: false,
|
|
342
|
-
|
|
342
|
+
reasoningText: true,
|
|
343
343
|
attachment: true,
|
|
344
344
|
temperature: true,
|
|
345
345
|
knowledge: '2024-09-30',
|
|
@@ -363,7 +363,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
363
363
|
output: ['text'],
|
|
364
364
|
},
|
|
365
365
|
toolCall: true,
|
|
366
|
-
|
|
366
|
+
reasoningText: true,
|
|
367
367
|
attachment: false,
|
|
368
368
|
temperature: false,
|
|
369
369
|
knowledge: '2024-09-30',
|
|
@@ -388,7 +388,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
388
388
|
output: ['text'],
|
|
389
389
|
},
|
|
390
390
|
toolCall: true,
|
|
391
|
-
|
|
391
|
+
reasoningText: true,
|
|
392
392
|
attachment: true,
|
|
393
393
|
temperature: false,
|
|
394
394
|
knowledge: '2024-05-30',
|
|
@@ -413,7 +413,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
413
413
|
output: ['text'],
|
|
414
414
|
},
|
|
415
415
|
toolCall: true,
|
|
416
|
-
|
|
416
|
+
reasoningText: true,
|
|
417
417
|
attachment: true,
|
|
418
418
|
temperature: false,
|
|
419
419
|
knowledge: '2024-05-30',
|
|
@@ -438,7 +438,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
438
438
|
output: ['text'],
|
|
439
439
|
},
|
|
440
440
|
toolCall: true,
|
|
441
|
-
|
|
441
|
+
reasoningText: true,
|
|
442
442
|
attachment: true,
|
|
443
443
|
temperature: false,
|
|
444
444
|
knowledge: '2024-09-30',
|
|
@@ -462,7 +462,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
462
462
|
output: ['text'],
|
|
463
463
|
},
|
|
464
464
|
toolCall: true,
|
|
465
|
-
|
|
465
|
+
reasoningText: true,
|
|
466
466
|
attachment: true,
|
|
467
467
|
temperature: false,
|
|
468
468
|
knowledge: '2024-09-30',
|
|
@@ -487,7 +487,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
487
487
|
output: ['text'],
|
|
488
488
|
},
|
|
489
489
|
toolCall: true,
|
|
490
|
-
|
|
490
|
+
reasoningText: true,
|
|
491
491
|
attachment: true,
|
|
492
492
|
temperature: false,
|
|
493
493
|
knowledge: '2024-09-30',
|
|
@@ -512,7 +512,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
512
512
|
output: ['text'],
|
|
513
513
|
},
|
|
514
514
|
toolCall: true,
|
|
515
|
-
|
|
515
|
+
reasoningText: true,
|
|
516
516
|
attachment: true,
|
|
517
517
|
temperature: false,
|
|
518
518
|
knowledge: '2024-09-30',
|
|
@@ -537,7 +537,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
537
537
|
output: ['text'],
|
|
538
538
|
},
|
|
539
539
|
toolCall: true,
|
|
540
|
-
|
|
540
|
+
reasoningText: true,
|
|
541
541
|
attachment: true,
|
|
542
542
|
temperature: false,
|
|
543
543
|
knowledge: '2024-09-30',
|
|
@@ -562,7 +562,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
562
562
|
output: ['text'],
|
|
563
563
|
},
|
|
564
564
|
toolCall: true,
|
|
565
|
-
|
|
565
|
+
reasoningText: true,
|
|
566
566
|
attachment: true,
|
|
567
567
|
temperature: false,
|
|
568
568
|
knowledge: '2024-09-30',
|
|
@@ -587,7 +587,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
587
587
|
output: ['text'],
|
|
588
588
|
},
|
|
589
589
|
toolCall: true,
|
|
590
|
-
|
|
590
|
+
reasoningText: true,
|
|
591
591
|
attachment: true,
|
|
592
592
|
temperature: false,
|
|
593
593
|
knowledge: '2025-08-31',
|
|
@@ -612,7 +612,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
612
612
|
output: ['text'],
|
|
613
613
|
},
|
|
614
614
|
toolCall: true,
|
|
615
|
-
|
|
615
|
+
reasoningText: true,
|
|
616
616
|
attachment: true,
|
|
617
617
|
temperature: false,
|
|
618
618
|
knowledge: '2025-08-31',
|
|
@@ -637,7 +637,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
637
637
|
output: ['text'],
|
|
638
638
|
},
|
|
639
639
|
toolCall: true,
|
|
640
|
-
|
|
640
|
+
reasoningText: true,
|
|
641
641
|
attachment: true,
|
|
642
642
|
temperature: false,
|
|
643
643
|
knowledge: '2025-08-31',
|
|
@@ -662,7 +662,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
662
662
|
output: ['text'],
|
|
663
663
|
},
|
|
664
664
|
toolCall: true,
|
|
665
|
-
|
|
665
|
+
reasoningText: true,
|
|
666
666
|
attachment: true,
|
|
667
667
|
temperature: false,
|
|
668
668
|
knowledge: '2025-08-31',
|
|
@@ -686,7 +686,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
686
686
|
output: ['text'],
|
|
687
687
|
},
|
|
688
688
|
toolCall: true,
|
|
689
|
-
|
|
689
|
+
reasoningText: true,
|
|
690
690
|
attachment: true,
|
|
691
691
|
temperature: false,
|
|
692
692
|
knowledge: '2023-09',
|
|
@@ -711,7 +711,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
711
711
|
output: ['text'],
|
|
712
712
|
},
|
|
713
713
|
toolCall: false,
|
|
714
|
-
|
|
714
|
+
reasoningText: true,
|
|
715
715
|
attachment: false,
|
|
716
716
|
temperature: false,
|
|
717
717
|
knowledge: '2023-09',
|
|
@@ -736,7 +736,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
736
736
|
output: ['text'],
|
|
737
737
|
},
|
|
738
738
|
toolCall: false,
|
|
739
|
-
|
|
739
|
+
reasoningText: true,
|
|
740
740
|
attachment: false,
|
|
741
741
|
temperature: true,
|
|
742
742
|
knowledge: '2023-09',
|
|
@@ -761,7 +761,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
761
761
|
output: ['text'],
|
|
762
762
|
},
|
|
763
763
|
toolCall: true,
|
|
764
|
-
|
|
764
|
+
reasoningText: true,
|
|
765
765
|
attachment: true,
|
|
766
766
|
temperature: false,
|
|
767
767
|
knowledge: '2023-09',
|
|
@@ -785,7 +785,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
785
785
|
output: ['text'],
|
|
786
786
|
},
|
|
787
787
|
toolCall: true,
|
|
788
|
-
|
|
788
|
+
reasoningText: true,
|
|
789
789
|
attachment: true,
|
|
790
790
|
temperature: false,
|
|
791
791
|
knowledge: '2024-05',
|
|
@@ -810,7 +810,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
810
810
|
output: ['text'],
|
|
811
811
|
},
|
|
812
812
|
toolCall: true,
|
|
813
|
-
|
|
813
|
+
reasoningText: true,
|
|
814
814
|
attachment: true,
|
|
815
815
|
temperature: false,
|
|
816
816
|
knowledge: '2024-05',
|
|
@@ -835,7 +835,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
835
835
|
output: ['text'],
|
|
836
836
|
},
|
|
837
837
|
toolCall: true,
|
|
838
|
-
|
|
838
|
+
reasoningText: true,
|
|
839
839
|
attachment: false,
|
|
840
840
|
temperature: false,
|
|
841
841
|
knowledge: '2024-05',
|
|
@@ -860,7 +860,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
860
860
|
output: ['text'],
|
|
861
861
|
},
|
|
862
862
|
toolCall: true,
|
|
863
|
-
|
|
863
|
+
reasoningText: true,
|
|
864
864
|
attachment: true,
|
|
865
865
|
temperature: false,
|
|
866
866
|
knowledge: '2024-05',
|
|
@@ -884,7 +884,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
884
884
|
output: ['text'],
|
|
885
885
|
},
|
|
886
886
|
toolCall: true,
|
|
887
|
-
|
|
887
|
+
reasoningText: true,
|
|
888
888
|
attachment: true,
|
|
889
889
|
temperature: false,
|
|
890
890
|
knowledge: '2024-05',
|
|
@@ -909,7 +909,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
909
909
|
output: ['text'],
|
|
910
910
|
},
|
|
911
911
|
toolCall: true,
|
|
912
|
-
|
|
912
|
+
reasoningText: true,
|
|
913
913
|
attachment: true,
|
|
914
914
|
temperature: false,
|
|
915
915
|
knowledge: '2024-05',
|
|
@@ -934,7 +934,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
934
934
|
output: ['text'],
|
|
935
935
|
},
|
|
936
936
|
toolCall: false,
|
|
937
|
-
|
|
937
|
+
reasoningText: false,
|
|
938
938
|
attachment: false,
|
|
939
939
|
temperature: false,
|
|
940
940
|
knowledge: '2024-01',
|
|
@@ -958,7 +958,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
958
958
|
output: ['text'],
|
|
959
959
|
},
|
|
960
960
|
toolCall: false,
|
|
961
|
-
|
|
961
|
+
reasoningText: false,
|
|
962
962
|
attachment: false,
|
|
963
963
|
temperature: false,
|
|
964
964
|
knowledge: '2024-01',
|
|
@@ -982,7 +982,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
982
982
|
output: ['text'],
|
|
983
983
|
},
|
|
984
984
|
toolCall: false,
|
|
985
|
-
|
|
985
|
+
reasoningText: false,
|
|
986
986
|
attachment: false,
|
|
987
987
|
temperature: false,
|
|
988
988
|
knowledge: '2022-12',
|
|
@@ -1015,7 +1015,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1015
1015
|
output: ['text'],
|
|
1016
1016
|
},
|
|
1017
1017
|
toolCall: true,
|
|
1018
|
-
|
|
1018
|
+
reasoningText: false,
|
|
1019
1019
|
attachment: true,
|
|
1020
1020
|
temperature: true,
|
|
1021
1021
|
knowledge: '2024-07-31',
|
|
@@ -1041,7 +1041,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1041
1041
|
output: ['text'],
|
|
1042
1042
|
},
|
|
1043
1043
|
toolCall: true,
|
|
1044
|
-
|
|
1044
|
+
reasoningText: false,
|
|
1045
1045
|
attachment: true,
|
|
1046
1046
|
temperature: true,
|
|
1047
1047
|
knowledge: '2024-07-31',
|
|
@@ -1067,7 +1067,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1067
1067
|
output: ['text'],
|
|
1068
1068
|
},
|
|
1069
1069
|
toolCall: true,
|
|
1070
|
-
|
|
1070
|
+
reasoningText: false,
|
|
1071
1071
|
attachment: true,
|
|
1072
1072
|
temperature: true,
|
|
1073
1073
|
knowledge: '2024-04-30',
|
|
@@ -1093,7 +1093,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1093
1093
|
output: ['text'],
|
|
1094
1094
|
},
|
|
1095
1095
|
toolCall: true,
|
|
1096
|
-
|
|
1096
|
+
reasoningText: false,
|
|
1097
1097
|
attachment: true,
|
|
1098
1098
|
temperature: true,
|
|
1099
1099
|
knowledge: '2024-04-30',
|
|
@@ -1119,7 +1119,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1119
1119
|
output: ['text'],
|
|
1120
1120
|
},
|
|
1121
1121
|
toolCall: true,
|
|
1122
|
-
|
|
1122
|
+
reasoningText: true,
|
|
1123
1123
|
attachment: true,
|
|
1124
1124
|
temperature: true,
|
|
1125
1125
|
knowledge: '2024-10-31',
|
|
@@ -1145,7 +1145,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1145
1145
|
output: ['text'],
|
|
1146
1146
|
},
|
|
1147
1147
|
toolCall: true,
|
|
1148
|
-
|
|
1148
|
+
reasoningText: true,
|
|
1149
1149
|
attachment: true,
|
|
1150
1150
|
temperature: true,
|
|
1151
1151
|
knowledge: '2024-10-31',
|
|
@@ -1171,7 +1171,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1171
1171
|
output: ['text'],
|
|
1172
1172
|
},
|
|
1173
1173
|
toolCall: true,
|
|
1174
|
-
|
|
1174
|
+
reasoningText: false,
|
|
1175
1175
|
attachment: true,
|
|
1176
1176
|
temperature: true,
|
|
1177
1177
|
knowledge: '2023-08-31',
|
|
@@ -1197,7 +1197,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1197
1197
|
output: ['text'],
|
|
1198
1198
|
},
|
|
1199
1199
|
toolCall: true,
|
|
1200
|
-
|
|
1200
|
+
reasoningText: false,
|
|
1201
1201
|
attachment: true,
|
|
1202
1202
|
temperature: true,
|
|
1203
1203
|
knowledge: '2023-08-31',
|
|
@@ -1223,7 +1223,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1223
1223
|
output: ['text'],
|
|
1224
1224
|
},
|
|
1225
1225
|
toolCall: true,
|
|
1226
|
-
|
|
1226
|
+
reasoningText: false,
|
|
1227
1227
|
attachment: true,
|
|
1228
1228
|
temperature: true,
|
|
1229
1229
|
knowledge: '2023-08-31',
|
|
@@ -1249,7 +1249,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1249
1249
|
output: ['text'],
|
|
1250
1250
|
},
|
|
1251
1251
|
toolCall: true,
|
|
1252
|
-
|
|
1252
|
+
reasoningText: true,
|
|
1253
1253
|
attachment: true,
|
|
1254
1254
|
temperature: true,
|
|
1255
1255
|
knowledge: '2025-02-28',
|
|
@@ -1275,7 +1275,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1275
1275
|
output: ['text'],
|
|
1276
1276
|
},
|
|
1277
1277
|
toolCall: true,
|
|
1278
|
-
|
|
1278
|
+
reasoningText: true,
|
|
1279
1279
|
attachment: true,
|
|
1280
1280
|
temperature: true,
|
|
1281
1281
|
knowledge: '2025-02-28',
|
|
@@ -1301,7 +1301,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1301
1301
|
output: ['text'],
|
|
1302
1302
|
},
|
|
1303
1303
|
toolCall: true,
|
|
1304
|
-
|
|
1304
|
+
reasoningText: true,
|
|
1305
1305
|
attachment: true,
|
|
1306
1306
|
temperature: true,
|
|
1307
1307
|
knowledge: '2025-03-31',
|
|
@@ -1327,7 +1327,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1327
1327
|
output: ['text'],
|
|
1328
1328
|
},
|
|
1329
1329
|
toolCall: true,
|
|
1330
|
-
|
|
1330
|
+
reasoningText: true,
|
|
1331
1331
|
attachment: true,
|
|
1332
1332
|
temperature: true,
|
|
1333
1333
|
knowledge: '2025-03-31',
|
|
@@ -1353,7 +1353,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1353
1353
|
output: ['text'],
|
|
1354
1354
|
},
|
|
1355
1355
|
toolCall: true,
|
|
1356
|
-
|
|
1356
|
+
reasoningText: true,
|
|
1357
1357
|
attachment: true,
|
|
1358
1358
|
temperature: true,
|
|
1359
1359
|
knowledge: '2025-03-31',
|
|
@@ -1379,7 +1379,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1379
1379
|
output: ['text'],
|
|
1380
1380
|
},
|
|
1381
1381
|
toolCall: true,
|
|
1382
|
-
|
|
1382
|
+
reasoningText: true,
|
|
1383
1383
|
attachment: true,
|
|
1384
1384
|
temperature: true,
|
|
1385
1385
|
knowledge: '2025-03-31',
|
|
@@ -1405,7 +1405,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1405
1405
|
output: ['text'],
|
|
1406
1406
|
},
|
|
1407
1407
|
toolCall: true,
|
|
1408
|
-
|
|
1408
|
+
reasoningText: true,
|
|
1409
1409
|
attachment: true,
|
|
1410
1410
|
temperature: true,
|
|
1411
1411
|
knowledge: '2025-03-31',
|
|
@@ -1431,7 +1431,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1431
1431
|
output: ['text'],
|
|
1432
1432
|
},
|
|
1433
1433
|
toolCall: true,
|
|
1434
|
-
|
|
1434
|
+
reasoningText: true,
|
|
1435
1435
|
attachment: true,
|
|
1436
1436
|
temperature: true,
|
|
1437
1437
|
knowledge: '2025-03-31',
|
|
@@ -1457,7 +1457,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1457
1457
|
output: ['text'],
|
|
1458
1458
|
},
|
|
1459
1459
|
toolCall: true,
|
|
1460
|
-
|
|
1460
|
+
reasoningText: true,
|
|
1461
1461
|
attachment: true,
|
|
1462
1462
|
temperature: true,
|
|
1463
1463
|
knowledge: '2025-03-31',
|
|
@@ -1483,7 +1483,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1483
1483
|
output: ['text'],
|
|
1484
1484
|
},
|
|
1485
1485
|
toolCall: true,
|
|
1486
|
-
|
|
1486
|
+
reasoningText: true,
|
|
1487
1487
|
attachment: true,
|
|
1488
1488
|
temperature: true,
|
|
1489
1489
|
knowledge: '2025-03-31',
|
|
@@ -1509,7 +1509,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1509
1509
|
output: ['text'],
|
|
1510
1510
|
},
|
|
1511
1511
|
toolCall: true,
|
|
1512
|
-
|
|
1512
|
+
reasoningText: true,
|
|
1513
1513
|
attachment: true,
|
|
1514
1514
|
temperature: true,
|
|
1515
1515
|
knowledge: '2025-07-31',
|
|
@@ -1535,7 +1535,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1535
1535
|
output: ['text'],
|
|
1536
1536
|
},
|
|
1537
1537
|
toolCall: true,
|
|
1538
|
-
|
|
1538
|
+
reasoningText: true,
|
|
1539
1539
|
attachment: true,
|
|
1540
1540
|
temperature: true,
|
|
1541
1541
|
knowledge: '2025-07-31',
|
|
@@ -1570,7 +1570,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1570
1570
|
output: ['text'],
|
|
1571
1571
|
},
|
|
1572
1572
|
toolCall: true,
|
|
1573
|
-
|
|
1573
|
+
reasoningText: false,
|
|
1574
1574
|
attachment: true,
|
|
1575
1575
|
temperature: true,
|
|
1576
1576
|
knowledge: '2024-04',
|
|
@@ -1595,7 +1595,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1595
1595
|
output: ['text'],
|
|
1596
1596
|
},
|
|
1597
1597
|
toolCall: true,
|
|
1598
|
-
|
|
1598
|
+
reasoningText: false,
|
|
1599
1599
|
attachment: true,
|
|
1600
1600
|
temperature: true,
|
|
1601
1601
|
knowledge: '2024-04',
|
|
@@ -1620,7 +1620,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1620
1620
|
output: ['text'],
|
|
1621
1621
|
},
|
|
1622
1622
|
toolCall: true,
|
|
1623
|
-
|
|
1623
|
+
reasoningText: false,
|
|
1624
1624
|
attachment: true,
|
|
1625
1625
|
temperature: true,
|
|
1626
1626
|
knowledge: '2024-04',
|
|
@@ -1645,7 +1645,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1645
1645
|
output: ['text'],
|
|
1646
1646
|
},
|
|
1647
1647
|
toolCall: true,
|
|
1648
|
-
|
|
1648
|
+
reasoningText: false,
|
|
1649
1649
|
attachment: true,
|
|
1650
1650
|
temperature: true,
|
|
1651
1651
|
knowledge: '2024-06',
|
|
@@ -1670,7 +1670,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1670
1670
|
output: ['text'],
|
|
1671
1671
|
},
|
|
1672
1672
|
toolCall: true,
|
|
1673
|
-
|
|
1673
|
+
reasoningText: false,
|
|
1674
1674
|
attachment: true,
|
|
1675
1675
|
temperature: true,
|
|
1676
1676
|
knowledge: '2024-06',
|
|
@@ -1694,7 +1694,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1694
1694
|
output: ['text'],
|
|
1695
1695
|
},
|
|
1696
1696
|
toolCall: true,
|
|
1697
|
-
|
|
1697
|
+
reasoningText: true,
|
|
1698
1698
|
attachment: true,
|
|
1699
1699
|
temperature: true,
|
|
1700
1700
|
knowledge: '2025-01',
|
|
@@ -1719,7 +1719,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1719
1719
|
output: ['text', 'image'],
|
|
1720
1720
|
},
|
|
1721
1721
|
toolCall: false,
|
|
1722
|
-
|
|
1722
|
+
reasoningText: true,
|
|
1723
1723
|
attachment: true,
|
|
1724
1724
|
temperature: true,
|
|
1725
1725
|
knowledge: '2025-06',
|
|
@@ -1744,7 +1744,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1744
1744
|
output: ['text', 'image'],
|
|
1745
1745
|
},
|
|
1746
1746
|
toolCall: false,
|
|
1747
|
-
|
|
1747
|
+
reasoningText: true,
|
|
1748
1748
|
attachment: true,
|
|
1749
1749
|
temperature: true,
|
|
1750
1750
|
knowledge: '2025-06',
|
|
@@ -1769,7 +1769,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1769
1769
|
output: ['text'],
|
|
1770
1770
|
},
|
|
1771
1771
|
toolCall: true,
|
|
1772
|
-
|
|
1772
|
+
reasoningText: true,
|
|
1773
1773
|
attachment: true,
|
|
1774
1774
|
temperature: true,
|
|
1775
1775
|
knowledge: '2025-01',
|
|
@@ -1794,7 +1794,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1794
1794
|
output: ['text'],
|
|
1795
1795
|
},
|
|
1796
1796
|
toolCall: true,
|
|
1797
|
-
|
|
1797
|
+
reasoningText: true,
|
|
1798
1798
|
attachment: true,
|
|
1799
1799
|
temperature: true,
|
|
1800
1800
|
knowledge: '2025-01',
|
|
@@ -1819,7 +1819,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1819
1819
|
output: ['text'],
|
|
1820
1820
|
},
|
|
1821
1821
|
toolCall: true,
|
|
1822
|
-
|
|
1822
|
+
reasoningText: true,
|
|
1823
1823
|
attachment: true,
|
|
1824
1824
|
temperature: true,
|
|
1825
1825
|
knowledge: '2025-01',
|
|
@@ -1844,7 +1844,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1844
1844
|
output: ['text'],
|
|
1845
1845
|
},
|
|
1846
1846
|
toolCall: true,
|
|
1847
|
-
|
|
1847
|
+
reasoningText: true,
|
|
1848
1848
|
attachment: true,
|
|
1849
1849
|
temperature: true,
|
|
1850
1850
|
knowledge: '2025-01',
|
|
@@ -1869,7 +1869,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1869
1869
|
output: ['text'],
|
|
1870
1870
|
},
|
|
1871
1871
|
toolCall: true,
|
|
1872
|
-
|
|
1872
|
+
reasoningText: true,
|
|
1873
1873
|
attachment: true,
|
|
1874
1874
|
temperature: true,
|
|
1875
1875
|
knowledge: '2025-01',
|
|
@@ -1894,7 +1894,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1894
1894
|
output: ['text'],
|
|
1895
1895
|
},
|
|
1896
1896
|
toolCall: true,
|
|
1897
|
-
|
|
1897
|
+
reasoningText: true,
|
|
1898
1898
|
attachment: true,
|
|
1899
1899
|
temperature: true,
|
|
1900
1900
|
knowledge: '2025-01',
|
|
@@ -1919,7 +1919,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1919
1919
|
output: ['audio'],
|
|
1920
1920
|
},
|
|
1921
1921
|
toolCall: false,
|
|
1922
|
-
|
|
1922
|
+
reasoningText: false,
|
|
1923
1923
|
attachment: false,
|
|
1924
1924
|
temperature: false,
|
|
1925
1925
|
knowledge: '2025-01',
|
|
@@ -1943,7 +1943,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1943
1943
|
output: ['text'],
|
|
1944
1944
|
},
|
|
1945
1945
|
toolCall: true,
|
|
1946
|
-
|
|
1946
|
+
reasoningText: true,
|
|
1947
1947
|
attachment: true,
|
|
1948
1948
|
temperature: true,
|
|
1949
1949
|
knowledge: '2025-01',
|
|
@@ -1968,7 +1968,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1968
1968
|
output: ['text'],
|
|
1969
1969
|
},
|
|
1970
1970
|
toolCall: true,
|
|
1971
|
-
|
|
1971
|
+
reasoningText: true,
|
|
1972
1972
|
attachment: true,
|
|
1973
1973
|
temperature: true,
|
|
1974
1974
|
knowledge: '2025-01',
|
|
@@ -1993,7 +1993,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1993
1993
|
output: ['text'],
|
|
1994
1994
|
},
|
|
1995
1995
|
toolCall: true,
|
|
1996
|
-
|
|
1996
|
+
reasoningText: true,
|
|
1997
1997
|
attachment: true,
|
|
1998
1998
|
temperature: true,
|
|
1999
1999
|
knowledge: '2025-01',
|
|
@@ -2018,7 +2018,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2018
2018
|
output: ['audio'],
|
|
2019
2019
|
},
|
|
2020
2020
|
toolCall: false,
|
|
2021
|
-
|
|
2021
|
+
reasoningText: false,
|
|
2022
2022
|
attachment: false,
|
|
2023
2023
|
temperature: false,
|
|
2024
2024
|
knowledge: '2025-01',
|
|
@@ -2042,7 +2042,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2042
2042
|
output: ['text'],
|
|
2043
2043
|
},
|
|
2044
2044
|
toolCall: true,
|
|
2045
|
-
|
|
2045
|
+
reasoningText: true,
|
|
2046
2046
|
attachment: true,
|
|
2047
2047
|
temperature: true,
|
|
2048
2048
|
knowledge: '2025-01',
|
|
@@ -2067,7 +2067,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2067
2067
|
output: ['text'],
|
|
2068
2068
|
},
|
|
2069
2069
|
toolCall: true,
|
|
2070
|
-
|
|
2070
|
+
reasoningText: true,
|
|
2071
2071
|
attachment: true,
|
|
2072
2072
|
temperature: true,
|
|
2073
2073
|
knowledge: '2025-01',
|
|
@@ -2092,7 +2092,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2092
2092
|
output: ['text'],
|
|
2093
2093
|
},
|
|
2094
2094
|
toolCall: false,
|
|
2095
|
-
|
|
2095
|
+
reasoningText: false,
|
|
2096
2096
|
attachment: false,
|
|
2097
2097
|
temperature: false,
|
|
2098
2098
|
knowledge: '2025-05',
|
|
@@ -2116,7 +2116,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2116
2116
|
output: ['text'],
|
|
2117
2117
|
},
|
|
2118
2118
|
toolCall: true,
|
|
2119
|
-
|
|
2119
|
+
reasoningText: true,
|
|
2120
2120
|
attachment: true,
|
|
2121
2121
|
temperature: true,
|
|
2122
2122
|
knowledge: '2025-01',
|
|
@@ -2141,7 +2141,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2141
2141
|
output: ['text'],
|
|
2142
2142
|
},
|
|
2143
2143
|
toolCall: true,
|
|
2144
|
-
|
|
2144
|
+
reasoningText: true,
|
|
2145
2145
|
attachment: true,
|
|
2146
2146
|
temperature: true,
|
|
2147
2147
|
knowledge: '2025-01',
|
|
@@ -2166,7 +2166,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2166
2166
|
output: ['text', 'audio'],
|
|
2167
2167
|
},
|
|
2168
2168
|
toolCall: true,
|
|
2169
|
-
|
|
2169
|
+
reasoningText: true,
|
|
2170
2170
|
attachment: true,
|
|
2171
2171
|
temperature: true,
|
|
2172
2172
|
knowledge: '2025-01',
|
|
@@ -2190,7 +2190,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2190
2190
|
output: ['text', 'audio'],
|
|
2191
2191
|
},
|
|
2192
2192
|
toolCall: true,
|
|
2193
|
-
|
|
2193
|
+
reasoningText: true,
|
|
2194
2194
|
attachment: false,
|
|
2195
2195
|
temperature: false,
|
|
2196
2196
|
knowledge: '2025-01',
|
|
@@ -2223,7 +2223,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2223
2223
|
output: ['text'],
|
|
2224
2224
|
},
|
|
2225
2225
|
toolCall: true,
|
|
2226
|
-
|
|
2226
|
+
reasoningText: false,
|
|
2227
2227
|
attachment: true,
|
|
2228
2228
|
temperature: true,
|
|
2229
2229
|
knowledge: '2024-07-31',
|
|
@@ -2249,7 +2249,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2249
2249
|
output: ['text'],
|
|
2250
2250
|
},
|
|
2251
2251
|
toolCall: true,
|
|
2252
|
-
|
|
2252
|
+
reasoningText: true,
|
|
2253
2253
|
attachment: true,
|
|
2254
2254
|
temperature: true,
|
|
2255
2255
|
knowledge: '2024-01',
|
|
@@ -2275,7 +2275,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2275
2275
|
output: ['text'],
|
|
2276
2276
|
},
|
|
2277
2277
|
toolCall: true,
|
|
2278
|
-
|
|
2278
|
+
reasoningText: true,
|
|
2279
2279
|
attachment: true,
|
|
2280
2280
|
temperature: true,
|
|
2281
2281
|
knowledge: '2025-02-28',
|
|
@@ -2301,7 +2301,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2301
2301
|
output: ['text'],
|
|
2302
2302
|
},
|
|
2303
2303
|
toolCall: true,
|
|
2304
|
-
|
|
2304
|
+
reasoningText: true,
|
|
2305
2305
|
attachment: true,
|
|
2306
2306
|
temperature: true,
|
|
2307
2307
|
knowledge: '2025-03-31',
|
|
@@ -2327,7 +2327,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2327
2327
|
output: ['text'],
|
|
2328
2328
|
},
|
|
2329
2329
|
toolCall: true,
|
|
2330
|
-
|
|
2330
|
+
reasoningText: true,
|
|
2331
2331
|
attachment: true,
|
|
2332
2332
|
temperature: true,
|
|
2333
2333
|
knowledge: '2025-03-31',
|
|
@@ -2353,7 +2353,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2353
2353
|
output: ['text'],
|
|
2354
2354
|
},
|
|
2355
2355
|
toolCall: true,
|
|
2356
|
-
|
|
2356
|
+
reasoningText: true,
|
|
2357
2357
|
attachment: true,
|
|
2358
2358
|
temperature: true,
|
|
2359
2359
|
knowledge: '2025-05-30',
|
|
@@ -2379,7 +2379,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2379
2379
|
output: ['text'],
|
|
2380
2380
|
},
|
|
2381
2381
|
toolCall: true,
|
|
2382
|
-
|
|
2382
|
+
reasoningText: true,
|
|
2383
2383
|
attachment: true,
|
|
2384
2384
|
temperature: true,
|
|
2385
2385
|
knowledge: '2025-03-31',
|
|
@@ -2405,7 +2405,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2405
2405
|
output: ['text'],
|
|
2406
2406
|
},
|
|
2407
2407
|
toolCall: true,
|
|
2408
|
-
|
|
2408
|
+
reasoningText: true,
|
|
2409
2409
|
attachment: true,
|
|
2410
2410
|
temperature: true,
|
|
2411
2411
|
knowledge: '2025-07-31',
|
|
@@ -2431,7 +2431,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2431
2431
|
output: ['text'],
|
|
2432
2432
|
},
|
|
2433
2433
|
toolCall: true,
|
|
2434
|
-
|
|
2434
|
+
reasoningText: false,
|
|
2435
2435
|
attachment: false,
|
|
2436
2436
|
temperature: true,
|
|
2437
2437
|
knowledge: '2024-10',
|
|
@@ -2455,7 +2455,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2455
2455
|
output: ['text'],
|
|
2456
2456
|
},
|
|
2457
2457
|
toolCall: true,
|
|
2458
|
-
|
|
2458
|
+
reasoningText: true,
|
|
2459
2459
|
attachment: false,
|
|
2460
2460
|
temperature: true,
|
|
2461
2461
|
knowledge: '2024-10',
|
|
@@ -2479,7 +2479,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2479
2479
|
output: ['text'],
|
|
2480
2480
|
},
|
|
2481
2481
|
toolCall: false,
|
|
2482
|
-
|
|
2482
|
+
reasoningText: false,
|
|
2483
2483
|
attachment: false,
|
|
2484
2484
|
temperature: true,
|
|
2485
2485
|
knowledge: '2024-10',
|
|
@@ -2503,7 +2503,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2503
2503
|
output: ['text'],
|
|
2504
2504
|
},
|
|
2505
2505
|
toolCall: true,
|
|
2506
|
-
|
|
2506
|
+
reasoningText: true,
|
|
2507
2507
|
attachment: false,
|
|
2508
2508
|
temperature: true,
|
|
2509
2509
|
knowledge: '2025-07',
|
|
@@ -2527,7 +2527,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2527
2527
|
output: ['text'],
|
|
2528
2528
|
},
|
|
2529
2529
|
toolCall: true,
|
|
2530
|
-
|
|
2530
|
+
reasoningText: true,
|
|
2531
2531
|
attachment: false,
|
|
2532
2532
|
temperature: true,
|
|
2533
2533
|
knowledge: '2025-05',
|
|
@@ -2551,7 +2551,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2551
2551
|
output: ['text'],
|
|
2552
2552
|
},
|
|
2553
2553
|
toolCall: true,
|
|
2554
|
-
|
|
2554
|
+
reasoningText: true,
|
|
2555
2555
|
attachment: false,
|
|
2556
2556
|
temperature: true,
|
|
2557
2557
|
knowledge: '2025-05',
|
|
@@ -2575,7 +2575,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2575
2575
|
output: ['text'],
|
|
2576
2576
|
},
|
|
2577
2577
|
toolCall: false,
|
|
2578
|
-
|
|
2578
|
+
reasoningText: true,
|
|
2579
2579
|
attachment: false,
|
|
2580
2580
|
temperature: true,
|
|
2581
2581
|
knowledge: '2024-10',
|
|
@@ -2599,7 +2599,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2599
2599
|
output: ['text'],
|
|
2600
2600
|
},
|
|
2601
2601
|
toolCall: false,
|
|
2602
|
-
|
|
2602
|
+
reasoningText: true,
|
|
2603
2603
|
attachment: false,
|
|
2604
2604
|
temperature: true,
|
|
2605
2605
|
knowledge: '2024-10',
|
|
@@ -2623,7 +2623,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2623
2623
|
output: ['text'],
|
|
2624
2624
|
},
|
|
2625
2625
|
toolCall: true,
|
|
2626
|
-
|
|
2626
|
+
reasoningText: true,
|
|
2627
2627
|
attachment: false,
|
|
2628
2628
|
temperature: true,
|
|
2629
2629
|
knowledge: '2025-01',
|
|
@@ -2647,7 +2647,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2647
2647
|
output: ['text'],
|
|
2648
2648
|
},
|
|
2649
2649
|
toolCall: false,
|
|
2650
|
-
|
|
2650
|
+
reasoningText: false,
|
|
2651
2651
|
attachment: false,
|
|
2652
2652
|
temperature: true,
|
|
2653
2653
|
knowledge: '2025-03',
|
|
@@ -2671,7 +2671,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2671
2671
|
output: ['text'],
|
|
2672
2672
|
},
|
|
2673
2673
|
toolCall: true,
|
|
2674
|
-
|
|
2674
|
+
reasoningText: true,
|
|
2675
2675
|
attachment: false,
|
|
2676
2676
|
temperature: true,
|
|
2677
2677
|
knowledge: '2025-07',
|
|
@@ -2695,7 +2695,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2695
2695
|
output: ['text'],
|
|
2696
2696
|
},
|
|
2697
2697
|
toolCall: true,
|
|
2698
|
-
|
|
2698
|
+
reasoningText: true,
|
|
2699
2699
|
attachment: false,
|
|
2700
2700
|
temperature: true,
|
|
2701
2701
|
knowledge: '2025-07',
|
|
@@ -2719,7 +2719,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2719
2719
|
output: ['text'],
|
|
2720
2720
|
},
|
|
2721
2721
|
toolCall: true,
|
|
2722
|
-
|
|
2722
|
+
reasoningText: true,
|
|
2723
2723
|
attachment: false,
|
|
2724
2724
|
temperature: true,
|
|
2725
2725
|
knowledge: '2024-07',
|
|
@@ -2746,7 +2746,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2746
2746
|
output: ['text'],
|
|
2747
2747
|
},
|
|
2748
2748
|
toolCall: true,
|
|
2749
|
-
|
|
2749
|
+
reasoningText: true,
|
|
2750
2750
|
attachment: false,
|
|
2751
2751
|
temperature: true,
|
|
2752
2752
|
knowledge: '2024-07',
|
|
@@ -2773,7 +2773,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2773
2773
|
output: ['text'],
|
|
2774
2774
|
},
|
|
2775
2775
|
toolCall: false,
|
|
2776
|
-
|
|
2776
|
+
reasoningText: false,
|
|
2777
2777
|
attachment: false,
|
|
2778
2778
|
temperature: true,
|
|
2779
2779
|
knowledge: '2024-10',
|
|
@@ -2797,7 +2797,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2797
2797
|
output: ['text'],
|
|
2798
2798
|
},
|
|
2799
2799
|
toolCall: true,
|
|
2800
|
-
|
|
2800
|
+
reasoningText: false,
|
|
2801
2801
|
attachment: true,
|
|
2802
2802
|
temperature: true,
|
|
2803
2803
|
knowledge: '2024-06',
|
|
@@ -2822,7 +2822,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2822
2822
|
output: ['text'],
|
|
2823
2823
|
},
|
|
2824
2824
|
toolCall: true,
|
|
2825
|
-
|
|
2825
|
+
reasoningText: false,
|
|
2826
2826
|
attachment: true,
|
|
2827
2827
|
temperature: true,
|
|
2828
2828
|
knowledge: '2024-12',
|
|
@@ -2846,7 +2846,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2846
2846
|
output: ['text'],
|
|
2847
2847
|
},
|
|
2848
2848
|
toolCall: true,
|
|
2849
|
-
|
|
2849
|
+
reasoningText: true,
|
|
2850
2850
|
attachment: true,
|
|
2851
2851
|
temperature: true,
|
|
2852
2852
|
knowledge: '2025-01',
|
|
@@ -2871,7 +2871,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2871
2871
|
output: ['text'],
|
|
2872
2872
|
},
|
|
2873
2873
|
toolCall: true,
|
|
2874
|
-
|
|
2874
|
+
reasoningText: true,
|
|
2875
2875
|
attachment: true,
|
|
2876
2876
|
temperature: true,
|
|
2877
2877
|
knowledge: '2025-01',
|
|
@@ -2896,7 +2896,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2896
2896
|
output: ['text'],
|
|
2897
2897
|
},
|
|
2898
2898
|
toolCall: true,
|
|
2899
|
-
|
|
2899
|
+
reasoningText: true,
|
|
2900
2900
|
attachment: true,
|
|
2901
2901
|
temperature: true,
|
|
2902
2902
|
knowledge: '2025-01',
|
|
@@ -2921,7 +2921,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2921
2921
|
output: ['text'],
|
|
2922
2922
|
},
|
|
2923
2923
|
toolCall: true,
|
|
2924
|
-
|
|
2924
|
+
reasoningText: true,
|
|
2925
2925
|
attachment: true,
|
|
2926
2926
|
temperature: true,
|
|
2927
2927
|
knowledge: '2025-01',
|
|
@@ -2946,7 +2946,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2946
2946
|
output: ['text'],
|
|
2947
2947
|
},
|
|
2948
2948
|
toolCall: true,
|
|
2949
|
-
|
|
2949
|
+
reasoningText: true,
|
|
2950
2950
|
attachment: true,
|
|
2951
2951
|
temperature: true,
|
|
2952
2952
|
knowledge: '2025-01',
|
|
@@ -2971,7 +2971,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2971
2971
|
output: ['text'],
|
|
2972
2972
|
},
|
|
2973
2973
|
toolCall: true,
|
|
2974
|
-
|
|
2974
|
+
reasoningText: true,
|
|
2975
2975
|
attachment: true,
|
|
2976
2976
|
temperature: true,
|
|
2977
2977
|
knowledge: '2025-01',
|
|
@@ -2996,7 +2996,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2996
2996
|
output: ['text'],
|
|
2997
2997
|
},
|
|
2998
2998
|
toolCall: true,
|
|
2999
|
-
|
|
2999
|
+
reasoningText: true,
|
|
3000
3000
|
attachment: true,
|
|
3001
3001
|
temperature: true,
|
|
3002
3002
|
knowledge: '2025-01',
|
|
@@ -3021,7 +3021,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3021
3021
|
output: ['text'],
|
|
3022
3022
|
},
|
|
3023
3023
|
toolCall: true,
|
|
3024
|
-
|
|
3024
|
+
reasoningText: true,
|
|
3025
3025
|
attachment: true,
|
|
3026
3026
|
temperature: true,
|
|
3027
3027
|
knowledge: '2025-01',
|
|
@@ -3049,7 +3049,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3049
3049
|
output: ['text'],
|
|
3050
3050
|
},
|
|
3051
3051
|
toolCall: true,
|
|
3052
|
-
|
|
3052
|
+
reasoningText: true,
|
|
3053
3053
|
attachment: true,
|
|
3054
3054
|
temperature: true,
|
|
3055
3055
|
knowledge: '2025-01',
|
|
@@ -3076,7 +3076,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3076
3076
|
output: ['text'],
|
|
3077
3077
|
},
|
|
3078
3078
|
toolCall: true,
|
|
3079
|
-
|
|
3079
|
+
reasoningText: false,
|
|
3080
3080
|
attachment: false,
|
|
3081
3081
|
temperature: true,
|
|
3082
3082
|
knowledge: '2024-06',
|
|
@@ -3100,7 +3100,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3100
3100
|
output: ['text'],
|
|
3101
3101
|
},
|
|
3102
3102
|
toolCall: true,
|
|
3103
|
-
|
|
3103
|
+
reasoningText: false,
|
|
3104
3104
|
attachment: true,
|
|
3105
3105
|
temperature: true,
|
|
3106
3106
|
knowledge: '2024-10',
|
|
@@ -3124,7 +3124,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3124
3124
|
output: ['text'],
|
|
3125
3125
|
},
|
|
3126
3126
|
toolCall: true,
|
|
3127
|
-
|
|
3127
|
+
reasoningText: false,
|
|
3128
3128
|
attachment: true,
|
|
3129
3129
|
temperature: true,
|
|
3130
3130
|
knowledge: '2024-10',
|
|
@@ -3148,7 +3148,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3148
3148
|
output: ['text'],
|
|
3149
3149
|
},
|
|
3150
3150
|
toolCall: false,
|
|
3151
|
-
|
|
3151
|
+
reasoningText: false,
|
|
3152
3152
|
attachment: true,
|
|
3153
3153
|
temperature: true,
|
|
3154
3154
|
knowledge: '2024-10',
|
|
@@ -3172,7 +3172,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3172
3172
|
output: ['text'],
|
|
3173
3173
|
},
|
|
3174
3174
|
toolCall: true,
|
|
3175
|
-
|
|
3175
|
+
reasoningText: false,
|
|
3176
3176
|
attachment: true,
|
|
3177
3177
|
temperature: true,
|
|
3178
3178
|
knowledge: '2025-05',
|
|
@@ -3196,7 +3196,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3196
3196
|
output: ['text'],
|
|
3197
3197
|
},
|
|
3198
3198
|
toolCall: true,
|
|
3199
|
-
|
|
3199
|
+
reasoningText: false,
|
|
3200
3200
|
attachment: false,
|
|
3201
3201
|
temperature: true,
|
|
3202
3202
|
knowledge: '2025-11',
|
|
@@ -3220,7 +3220,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3220
3220
|
output: ['text'],
|
|
3221
3221
|
},
|
|
3222
3222
|
toolCall: false,
|
|
3223
|
-
|
|
3223
|
+
reasoningText: false,
|
|
3224
3224
|
attachment: true,
|
|
3225
3225
|
temperature: true,
|
|
3226
3226
|
knowledge: '2023-12',
|
|
@@ -3244,7 +3244,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3244
3244
|
output: ['text'],
|
|
3245
3245
|
},
|
|
3246
3246
|
toolCall: true,
|
|
3247
|
-
|
|
3247
|
+
reasoningText: false,
|
|
3248
3248
|
attachment: false,
|
|
3249
3249
|
temperature: true,
|
|
3250
3250
|
knowledge: '2024-12',
|
|
@@ -3268,7 +3268,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3268
3268
|
output: ['text'],
|
|
3269
3269
|
},
|
|
3270
3270
|
toolCall: true,
|
|
3271
|
-
|
|
3271
|
+
reasoningText: false,
|
|
3272
3272
|
attachment: true,
|
|
3273
3273
|
temperature: true,
|
|
3274
3274
|
knowledge: '2024-08',
|
|
@@ -3292,7 +3292,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3292
3292
|
output: ['text'],
|
|
3293
3293
|
},
|
|
3294
3294
|
toolCall: true,
|
|
3295
|
-
|
|
3295
|
+
reasoningText: true,
|
|
3296
3296
|
attachment: false,
|
|
3297
3297
|
temperature: true,
|
|
3298
3298
|
knowledge: '2025-04',
|
|
@@ -3316,7 +3316,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3316
3316
|
output: ['text'],
|
|
3317
3317
|
},
|
|
3318
3318
|
toolCall: true,
|
|
3319
|
-
|
|
3319
|
+
reasoningText: true,
|
|
3320
3320
|
attachment: true,
|
|
3321
3321
|
temperature: true,
|
|
3322
3322
|
releaseDate: '2025-01-15',
|
|
@@ -3339,7 +3339,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3339
3339
|
output: ['text'],
|
|
3340
3340
|
},
|
|
3341
3341
|
toolCall: true,
|
|
3342
|
-
|
|
3342
|
+
reasoningText: true,
|
|
3343
3343
|
attachment: false,
|
|
3344
3344
|
temperature: true,
|
|
3345
3345
|
releaseDate: '2025-06-17',
|
|
@@ -3362,7 +3362,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3362
3362
|
output: ['text'],
|
|
3363
3363
|
},
|
|
3364
3364
|
toolCall: true,
|
|
3365
|
-
|
|
3365
|
+
reasoningText: true,
|
|
3366
3366
|
attachment: false,
|
|
3367
3367
|
temperature: true,
|
|
3368
3368
|
releaseDate: '2025-10-23',
|
|
@@ -3390,7 +3390,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3390
3390
|
output: ['text'],
|
|
3391
3391
|
},
|
|
3392
3392
|
toolCall: true,
|
|
3393
|
-
|
|
3393
|
+
reasoningText: true,
|
|
3394
3394
|
attachment: false,
|
|
3395
3395
|
temperature: true,
|
|
3396
3396
|
releaseDate: '2025-12-23',
|
|
@@ -3416,7 +3416,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3416
3416
|
output: ['text'],
|
|
3417
3417
|
},
|
|
3418
3418
|
toolCall: true,
|
|
3419
|
-
|
|
3419
|
+
reasoningText: false,
|
|
3420
3420
|
attachment: false,
|
|
3421
3421
|
temperature: true,
|
|
3422
3422
|
knowledge: '2025-05',
|
|
@@ -3440,7 +3440,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3440
3440
|
output: ['text'],
|
|
3441
3441
|
},
|
|
3442
3442
|
toolCall: true,
|
|
3443
|
-
|
|
3443
|
+
reasoningText: false,
|
|
3444
3444
|
attachment: false,
|
|
3445
3445
|
temperature: true,
|
|
3446
3446
|
knowledge: '2025-12',
|
|
@@ -3464,7 +3464,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3464
3464
|
output: ['text'],
|
|
3465
3465
|
},
|
|
3466
3466
|
toolCall: true,
|
|
3467
|
-
|
|
3467
|
+
reasoningText: false,
|
|
3468
3468
|
attachment: false,
|
|
3469
3469
|
temperature: true,
|
|
3470
3470
|
knowledge: '2025-12',
|
|
@@ -3488,7 +3488,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3488
3488
|
output: ['text'],
|
|
3489
3489
|
},
|
|
3490
3490
|
toolCall: true,
|
|
3491
|
-
|
|
3491
|
+
reasoningText: false,
|
|
3492
3492
|
attachment: false,
|
|
3493
3493
|
temperature: true,
|
|
3494
3494
|
knowledge: '2025-05',
|
|
@@ -3512,7 +3512,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3512
3512
|
output: ['text'],
|
|
3513
3513
|
},
|
|
3514
3514
|
toolCall: true,
|
|
3515
|
-
|
|
3515
|
+
reasoningText: false,
|
|
3516
3516
|
attachment: false,
|
|
3517
3517
|
temperature: true,
|
|
3518
3518
|
knowledge: '2025-05',
|
|
@@ -3536,7 +3536,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3536
3536
|
output: ['text'],
|
|
3537
3537
|
},
|
|
3538
3538
|
toolCall: true,
|
|
3539
|
-
|
|
3539
|
+
reasoningText: false,
|
|
3540
3540
|
attachment: false,
|
|
3541
3541
|
temperature: true,
|
|
3542
3542
|
knowledge: '2025-05',
|
|
@@ -3560,7 +3560,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3560
3560
|
output: ['text'],
|
|
3561
3561
|
},
|
|
3562
3562
|
toolCall: true,
|
|
3563
|
-
|
|
3563
|
+
reasoningText: false,
|
|
3564
3564
|
attachment: false,
|
|
3565
3565
|
temperature: true,
|
|
3566
3566
|
knowledge: '2025-05',
|
|
@@ -3584,7 +3584,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3584
3584
|
output: ['text'],
|
|
3585
3585
|
},
|
|
3586
3586
|
toolCall: true,
|
|
3587
|
-
|
|
3587
|
+
reasoningText: false,
|
|
3588
3588
|
attachment: false,
|
|
3589
3589
|
temperature: true,
|
|
3590
3590
|
knowledge: '2024-05',
|
|
@@ -3608,7 +3608,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3608
3608
|
output: ['text'],
|
|
3609
3609
|
},
|
|
3610
3610
|
toolCall: true,
|
|
3611
|
-
|
|
3611
|
+
reasoningText: false,
|
|
3612
3612
|
attachment: true,
|
|
3613
3613
|
temperature: true,
|
|
3614
3614
|
knowledge: '2025-05',
|
|
@@ -3632,7 +3632,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3632
3632
|
output: ['text'],
|
|
3633
3633
|
},
|
|
3634
3634
|
toolCall: true,
|
|
3635
|
-
|
|
3635
|
+
reasoningText: false,
|
|
3636
3636
|
attachment: true,
|
|
3637
3637
|
temperature: true,
|
|
3638
3638
|
knowledge: '2025-05',
|
|
@@ -3656,7 +3656,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3656
3656
|
output: ['text'],
|
|
3657
3657
|
},
|
|
3658
3658
|
toolCall: true,
|
|
3659
|
-
|
|
3659
|
+
reasoningText: false,
|
|
3660
3660
|
attachment: false,
|
|
3661
3661
|
temperature: true,
|
|
3662
3662
|
knowledge: '2024-07',
|
|
@@ -3680,7 +3680,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3680
3680
|
output: ['text'],
|
|
3681
3681
|
},
|
|
3682
3682
|
toolCall: true,
|
|
3683
|
-
|
|
3683
|
+
reasoningText: false,
|
|
3684
3684
|
attachment: true,
|
|
3685
3685
|
temperature: true,
|
|
3686
3686
|
knowledge: '2024-10',
|
|
@@ -3704,7 +3704,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3704
3704
|
output: ['text'],
|
|
3705
3705
|
},
|
|
3706
3706
|
toolCall: true,
|
|
3707
|
-
|
|
3707
|
+
reasoningText: false,
|
|
3708
3708
|
attachment: true,
|
|
3709
3709
|
temperature: true,
|
|
3710
3710
|
knowledge: '2024-10',
|
|
@@ -3728,7 +3728,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3728
3728
|
output: ['text'],
|
|
3729
3729
|
},
|
|
3730
3730
|
toolCall: true,
|
|
3731
|
-
|
|
3731
|
+
reasoningText: false,
|
|
3732
3732
|
attachment: true,
|
|
3733
3733
|
temperature: true,
|
|
3734
3734
|
knowledge: '2025-06',
|
|
@@ -3752,7 +3752,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3752
3752
|
output: ['text'],
|
|
3753
3753
|
},
|
|
3754
3754
|
toolCall: true,
|
|
3755
|
-
|
|
3755
|
+
reasoningText: false,
|
|
3756
3756
|
attachment: false,
|
|
3757
3757
|
temperature: true,
|
|
3758
3758
|
knowledge: '2025-06',
|
|
@@ -3776,7 +3776,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3776
3776
|
output: ['text'],
|
|
3777
3777
|
},
|
|
3778
3778
|
toolCall: true,
|
|
3779
|
-
|
|
3779
|
+
reasoningText: false,
|
|
3780
3780
|
attachment: false,
|
|
3781
3781
|
temperature: true,
|
|
3782
3782
|
knowledge: '2024-10',
|
|
@@ -3800,7 +3800,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3800
3800
|
output: ['text'],
|
|
3801
3801
|
},
|
|
3802
3802
|
toolCall: true,
|
|
3803
|
-
|
|
3803
|
+
reasoningText: false,
|
|
3804
3804
|
attachment: false,
|
|
3805
3805
|
temperature: true,
|
|
3806
3806
|
knowledge: '2024-10',
|
|
@@ -3824,7 +3824,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3824
3824
|
output: ['text'],
|
|
3825
3825
|
},
|
|
3826
3826
|
toolCall: true,
|
|
3827
|
-
|
|
3827
|
+
reasoningText: false,
|
|
3828
3828
|
attachment: false,
|
|
3829
3829
|
temperature: true,
|
|
3830
3830
|
knowledge: '2024-10',
|
|
@@ -3848,7 +3848,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3848
3848
|
output: ['text'],
|
|
3849
3849
|
},
|
|
3850
3850
|
toolCall: true,
|
|
3851
|
-
|
|
3851
|
+
reasoningText: true,
|
|
3852
3852
|
attachment: false,
|
|
3853
3853
|
temperature: true,
|
|
3854
3854
|
knowledge: '2024-08',
|
|
@@ -3876,7 +3876,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3876
3876
|
output: ['text'],
|
|
3877
3877
|
},
|
|
3878
3878
|
toolCall: true,
|
|
3879
|
-
|
|
3879
|
+
reasoningText: false,
|
|
3880
3880
|
attachment: false,
|
|
3881
3881
|
temperature: true,
|
|
3882
3882
|
knowledge: '2025-04',
|
|
@@ -3900,7 +3900,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3900
3900
|
output: ['text'],
|
|
3901
3901
|
},
|
|
3902
3902
|
toolCall: true,
|
|
3903
|
-
|
|
3903
|
+
reasoningText: true,
|
|
3904
3904
|
attachment: false,
|
|
3905
3905
|
temperature: true,
|
|
3906
3906
|
knowledge: '2024-04',
|
|
@@ -3924,7 +3924,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3924
3924
|
output: ['text'],
|
|
3925
3925
|
},
|
|
3926
3926
|
toolCall: true,
|
|
3927
|
-
|
|
3927
|
+
reasoningText: true,
|
|
3928
3928
|
attachment: false,
|
|
3929
3929
|
temperature: true,
|
|
3930
3930
|
knowledge: '2023-12',
|
|
@@ -3948,7 +3948,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3948
3948
|
output: ['text'],
|
|
3949
3949
|
},
|
|
3950
3950
|
toolCall: true,
|
|
3951
|
-
|
|
3951
|
+
reasoningText: true,
|
|
3952
3952
|
attachment: false,
|
|
3953
3953
|
temperature: true,
|
|
3954
3954
|
knowledge: '2023-12',
|
|
@@ -3972,7 +3972,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3972
3972
|
output: ['text'],
|
|
3973
3973
|
},
|
|
3974
3974
|
toolCall: true,
|
|
3975
|
-
|
|
3975
|
+
reasoningText: true,
|
|
3976
3976
|
attachment: false,
|
|
3977
3977
|
temperature: true,
|
|
3978
3978
|
knowledge: '2024-09',
|
|
@@ -3996,7 +3996,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
3996
3996
|
output: ['text'],
|
|
3997
3997
|
},
|
|
3998
3998
|
toolCall: true,
|
|
3999
|
-
|
|
3999
|
+
reasoningText: false,
|
|
4000
4000
|
attachment: true,
|
|
4001
4001
|
temperature: true,
|
|
4002
4002
|
knowledge: '2024-04',
|
|
@@ -4021,7 +4021,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4021
4021
|
output: ['text'],
|
|
4022
4022
|
},
|
|
4023
4023
|
toolCall: true,
|
|
4024
|
-
|
|
4024
|
+
reasoningText: false,
|
|
4025
4025
|
attachment: true,
|
|
4026
4026
|
temperature: true,
|
|
4027
4027
|
knowledge: '2024-04',
|
|
@@ -4046,7 +4046,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4046
4046
|
output: ['text'],
|
|
4047
4047
|
},
|
|
4048
4048
|
toolCall: true,
|
|
4049
|
-
|
|
4049
|
+
reasoningText: false,
|
|
4050
4050
|
attachment: true,
|
|
4051
4051
|
temperature: true,
|
|
4052
4052
|
knowledge: '2024-10',
|
|
@@ -4071,7 +4071,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4071
4071
|
output: ['text'],
|
|
4072
4072
|
},
|
|
4073
4073
|
toolCall: true,
|
|
4074
|
-
|
|
4074
|
+
reasoningText: true,
|
|
4075
4075
|
attachment: true,
|
|
4076
4076
|
temperature: true,
|
|
4077
4077
|
knowledge: '2024-10-01',
|
|
@@ -4095,7 +4095,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4095
4095
|
output: ['text'],
|
|
4096
4096
|
},
|
|
4097
4097
|
toolCall: false,
|
|
4098
|
-
|
|
4098
|
+
reasoningText: true,
|
|
4099
4099
|
attachment: true,
|
|
4100
4100
|
temperature: true,
|
|
4101
4101
|
knowledge: '2024-09-30',
|
|
@@ -4119,7 +4119,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4119
4119
|
output: ['text'],
|
|
4120
4120
|
},
|
|
4121
4121
|
toolCall: true,
|
|
4122
|
-
|
|
4122
|
+
reasoningText: true,
|
|
4123
4123
|
attachment: true,
|
|
4124
4124
|
temperature: true,
|
|
4125
4125
|
knowledge: '2024-10-01',
|
|
@@ -4144,7 +4144,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4144
4144
|
output: ['text', 'image'],
|
|
4145
4145
|
},
|
|
4146
4146
|
toolCall: true,
|
|
4147
|
-
|
|
4147
|
+
reasoningText: true,
|
|
4148
4148
|
attachment: true,
|
|
4149
4149
|
temperature: true,
|
|
4150
4150
|
knowledge: '2024-10-01',
|
|
@@ -4169,7 +4169,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4169
4169
|
output: ['text'],
|
|
4170
4170
|
},
|
|
4171
4171
|
toolCall: true,
|
|
4172
|
-
|
|
4172
|
+
reasoningText: true,
|
|
4173
4173
|
attachment: true,
|
|
4174
4174
|
temperature: true,
|
|
4175
4175
|
knowledge: '2024-10-01',
|
|
@@ -4193,7 +4193,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4193
4193
|
output: ['text'],
|
|
4194
4194
|
},
|
|
4195
4195
|
toolCall: true,
|
|
4196
|
-
|
|
4196
|
+
reasoningText: true,
|
|
4197
4197
|
attachment: true,
|
|
4198
4198
|
temperature: true,
|
|
4199
4199
|
knowledge: '2024-10-01',
|
|
@@ -4217,7 +4217,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4217
4217
|
output: ['text'],
|
|
4218
4218
|
},
|
|
4219
4219
|
toolCall: true,
|
|
4220
|
-
|
|
4220
|
+
reasoningText: true,
|
|
4221
4221
|
attachment: true,
|
|
4222
4222
|
temperature: false,
|
|
4223
4223
|
knowledge: '2024-09-30',
|
|
@@ -4241,7 +4241,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4241
4241
|
output: ['text'],
|
|
4242
4242
|
},
|
|
4243
4243
|
toolCall: true,
|
|
4244
|
-
|
|
4244
|
+
reasoningText: true,
|
|
4245
4245
|
attachment: true,
|
|
4246
4246
|
temperature: true,
|
|
4247
4247
|
knowledge: '2024-09-30',
|
|
@@ -4266,7 +4266,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4266
4266
|
output: ['text'],
|
|
4267
4267
|
},
|
|
4268
4268
|
toolCall: true,
|
|
4269
|
-
|
|
4269
|
+
reasoningText: true,
|
|
4270
4270
|
attachment: true,
|
|
4271
4271
|
temperature: true,
|
|
4272
4272
|
knowledge: '2024-09-30',
|
|
@@ -4291,7 +4291,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4291
4291
|
output: ['text'],
|
|
4292
4292
|
},
|
|
4293
4293
|
toolCall: true,
|
|
4294
|
-
|
|
4294
|
+
reasoningText: true,
|
|
4295
4295
|
attachment: true,
|
|
4296
4296
|
temperature: true,
|
|
4297
4297
|
knowledge: '2024-09-30',
|
|
@@ -4316,7 +4316,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4316
4316
|
output: ['text'],
|
|
4317
4317
|
},
|
|
4318
4318
|
toolCall: true,
|
|
4319
|
-
|
|
4319
|
+
reasoningText: true,
|
|
4320
4320
|
attachment: true,
|
|
4321
4321
|
temperature: true,
|
|
4322
4322
|
knowledge: '2024-09-30',
|
|
@@ -4341,7 +4341,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4341
4341
|
output: ['text'],
|
|
4342
4342
|
},
|
|
4343
4343
|
toolCall: true,
|
|
4344
|
-
|
|
4344
|
+
reasoningText: true,
|
|
4345
4345
|
attachment: true,
|
|
4346
4346
|
temperature: true,
|
|
4347
4347
|
knowledge: '2024-09-30',
|
|
@@ -4366,7 +4366,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4366
4366
|
output: ['text'],
|
|
4367
4367
|
},
|
|
4368
4368
|
toolCall: true,
|
|
4369
|
-
|
|
4369
|
+
reasoningText: true,
|
|
4370
4370
|
attachment: true,
|
|
4371
4371
|
temperature: false,
|
|
4372
4372
|
knowledge: '2025-08-31',
|
|
@@ -4391,7 +4391,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4391
4391
|
output: ['text'],
|
|
4392
4392
|
},
|
|
4393
4393
|
toolCall: true,
|
|
4394
|
-
|
|
4394
|
+
reasoningText: true,
|
|
4395
4395
|
attachment: true,
|
|
4396
4396
|
temperature: false,
|
|
4397
4397
|
knowledge: '2025-08-31',
|
|
@@ -4416,7 +4416,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4416
4416
|
output: ['text'],
|
|
4417
4417
|
},
|
|
4418
4418
|
toolCall: true,
|
|
4419
|
-
|
|
4419
|
+
reasoningText: true,
|
|
4420
4420
|
attachment: true,
|
|
4421
4421
|
temperature: true,
|
|
4422
4422
|
knowledge: '2025-08-31',
|
|
@@ -4441,7 +4441,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4441
4441
|
output: ['text'],
|
|
4442
4442
|
},
|
|
4443
4443
|
toolCall: true,
|
|
4444
|
-
|
|
4444
|
+
reasoningText: true,
|
|
4445
4445
|
attachment: true,
|
|
4446
4446
|
temperature: false,
|
|
4447
4447
|
knowledge: '2025-08-31',
|
|
@@ -4465,7 +4465,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4465
4465
|
output: ['text'],
|
|
4466
4466
|
},
|
|
4467
4467
|
toolCall: true,
|
|
4468
|
-
|
|
4468
|
+
reasoningText: true,
|
|
4469
4469
|
attachment: false,
|
|
4470
4470
|
temperature: true,
|
|
4471
4471
|
releaseDate: '2025-08-05',
|
|
@@ -4488,7 +4488,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4488
4488
|
output: ['text'],
|
|
4489
4489
|
},
|
|
4490
4490
|
toolCall: true,
|
|
4491
|
-
|
|
4491
|
+
reasoningText: true,
|
|
4492
4492
|
attachment: false,
|
|
4493
4493
|
temperature: true,
|
|
4494
4494
|
releaseDate: '2025-08-05',
|
|
@@ -4511,7 +4511,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4511
4511
|
output: ['text'],
|
|
4512
4512
|
},
|
|
4513
4513
|
toolCall: true,
|
|
4514
|
-
|
|
4514
|
+
reasoningText: true,
|
|
4515
4515
|
attachment: false,
|
|
4516
4516
|
temperature: true,
|
|
4517
4517
|
releaseDate: '2025-08-05',
|
|
@@ -4534,7 +4534,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4534
4534
|
output: ['text'],
|
|
4535
4535
|
},
|
|
4536
4536
|
toolCall: true,
|
|
4537
|
-
|
|
4537
|
+
reasoningText: true,
|
|
4538
4538
|
attachment: false,
|
|
4539
4539
|
temperature: true,
|
|
4540
4540
|
releaseDate: '2025-10-29',
|
|
@@ -4557,7 +4557,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4557
4557
|
output: ['text'],
|
|
4558
4558
|
},
|
|
4559
4559
|
toolCall: true,
|
|
4560
|
-
|
|
4560
|
+
reasoningText: true,
|
|
4561
4561
|
attachment: true,
|
|
4562
4562
|
temperature: true,
|
|
4563
4563
|
knowledge: '2024-06',
|
|
@@ -4582,7 +4582,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4582
4582
|
output: ['text'],
|
|
4583
4583
|
},
|
|
4584
4584
|
toolCall: true,
|
|
4585
|
-
|
|
4585
|
+
reasoningText: false,
|
|
4586
4586
|
attachment: true,
|
|
4587
4587
|
temperature: true,
|
|
4588
4588
|
knowledge: '2025-11',
|
|
@@ -4606,7 +4606,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4606
4606
|
output: ['text'],
|
|
4607
4607
|
},
|
|
4608
4608
|
toolCall: true,
|
|
4609
|
-
|
|
4609
|
+
reasoningText: true,
|
|
4610
4610
|
attachment: true,
|
|
4611
4611
|
temperature: true,
|
|
4612
4612
|
knowledge: '2025-11',
|
|
@@ -4630,7 +4630,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4630
4630
|
output: ['text'],
|
|
4631
4631
|
},
|
|
4632
4632
|
toolCall: false,
|
|
4633
|
-
|
|
4633
|
+
reasoningText: false,
|
|
4634
4634
|
attachment: false,
|
|
4635
4635
|
temperature: true,
|
|
4636
4636
|
knowledge: '2024-10',
|
|
@@ -4654,7 +4654,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4654
4654
|
output: ['text'],
|
|
4655
4655
|
},
|
|
4656
4656
|
toolCall: true,
|
|
4657
|
-
|
|
4657
|
+
reasoningText: false,
|
|
4658
4658
|
attachment: true,
|
|
4659
4659
|
temperature: true,
|
|
4660
4660
|
knowledge: '2025-03',
|
|
@@ -4678,7 +4678,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4678
4678
|
output: ['text'],
|
|
4679
4679
|
},
|
|
4680
4680
|
toolCall: false,
|
|
4681
|
-
|
|
4681
|
+
reasoningText: false,
|
|
4682
4682
|
attachment: true,
|
|
4683
4683
|
temperature: true,
|
|
4684
4684
|
knowledge: '2024-10',
|
|
@@ -4702,7 +4702,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4702
4702
|
output: ['text'],
|
|
4703
4703
|
},
|
|
4704
4704
|
toolCall: true,
|
|
4705
|
-
|
|
4705
|
+
reasoningText: false,
|
|
4706
4706
|
attachment: true,
|
|
4707
4707
|
temperature: true,
|
|
4708
4708
|
knowledge: '2025-02',
|
|
@@ -4726,7 +4726,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4726
4726
|
output: ['text'],
|
|
4727
4727
|
},
|
|
4728
4728
|
toolCall: true,
|
|
4729
|
-
|
|
4729
|
+
reasoningText: true,
|
|
4730
4730
|
attachment: false,
|
|
4731
4731
|
temperature: true,
|
|
4732
4732
|
knowledge: '2025-04',
|
|
@@ -4750,7 +4750,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4750
4750
|
output: ['text'],
|
|
4751
4751
|
},
|
|
4752
4752
|
toolCall: true,
|
|
4753
|
-
|
|
4753
|
+
reasoningText: false,
|
|
4754
4754
|
attachment: false,
|
|
4755
4755
|
temperature: true,
|
|
4756
4756
|
knowledge: '2025-04',
|
|
@@ -4774,7 +4774,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4774
4774
|
output: ['text'],
|
|
4775
4775
|
},
|
|
4776
4776
|
toolCall: true,
|
|
4777
|
-
|
|
4777
|
+
reasoningText: false,
|
|
4778
4778
|
attachment: false,
|
|
4779
4779
|
temperature: true,
|
|
4780
4780
|
knowledge: '2025-04',
|
|
@@ -4798,7 +4798,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4798
4798
|
output: ['text'],
|
|
4799
4799
|
},
|
|
4800
4800
|
toolCall: true,
|
|
4801
|
-
|
|
4801
|
+
reasoningText: true,
|
|
4802
4802
|
attachment: false,
|
|
4803
4803
|
temperature: true,
|
|
4804
4804
|
knowledge: '2025-04',
|
|
@@ -4822,7 +4822,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4822
4822
|
output: ['text'],
|
|
4823
4823
|
},
|
|
4824
4824
|
toolCall: true,
|
|
4825
|
-
|
|
4825
|
+
reasoningText: true,
|
|
4826
4826
|
attachment: false,
|
|
4827
4827
|
temperature: true,
|
|
4828
4828
|
knowledge: '2025-04',
|
|
@@ -4846,7 +4846,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4846
4846
|
output: ['text'],
|
|
4847
4847
|
},
|
|
4848
4848
|
toolCall: true,
|
|
4849
|
-
|
|
4849
|
+
reasoningText: false,
|
|
4850
4850
|
attachment: false,
|
|
4851
4851
|
temperature: true,
|
|
4852
4852
|
knowledge: '2025-04',
|
|
@@ -4870,7 +4870,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4870
4870
|
output: ['text'],
|
|
4871
4871
|
},
|
|
4872
4872
|
toolCall: true,
|
|
4873
|
-
|
|
4873
|
+
reasoningText: true,
|
|
4874
4874
|
attachment: false,
|
|
4875
4875
|
temperature: true,
|
|
4876
4876
|
knowledge: '2025-04',
|
|
@@ -4894,7 +4894,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4894
4894
|
output: ['text'],
|
|
4895
4895
|
},
|
|
4896
4896
|
toolCall: true,
|
|
4897
|
-
|
|
4897
|
+
reasoningText: true,
|
|
4898
4898
|
attachment: false,
|
|
4899
4899
|
temperature: true,
|
|
4900
4900
|
knowledge: '2025-04',
|
|
@@ -4918,7 +4918,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4918
4918
|
output: ['text'],
|
|
4919
4919
|
},
|
|
4920
4920
|
toolCall: true,
|
|
4921
|
-
|
|
4921
|
+
reasoningText: true,
|
|
4922
4922
|
attachment: false,
|
|
4923
4923
|
temperature: true,
|
|
4924
4924
|
knowledge: '2025-04',
|
|
@@ -4942,7 +4942,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4942
4942
|
output: ['text'],
|
|
4943
4943
|
},
|
|
4944
4944
|
toolCall: true,
|
|
4945
|
-
|
|
4945
|
+
reasoningText: true,
|
|
4946
4946
|
attachment: false,
|
|
4947
4947
|
temperature: true,
|
|
4948
4948
|
knowledge: '2025-04',
|
|
@@ -4966,7 +4966,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4966
4966
|
output: ['text'],
|
|
4967
4967
|
},
|
|
4968
4968
|
toolCall: true,
|
|
4969
|
-
|
|
4969
|
+
reasoningText: false,
|
|
4970
4970
|
attachment: false,
|
|
4971
4971
|
temperature: true,
|
|
4972
4972
|
knowledge: '2025-04',
|
|
@@ -4990,7 +4990,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4990
4990
|
output: ['text'],
|
|
4991
4991
|
},
|
|
4992
4992
|
toolCall: true,
|
|
4993
|
-
|
|
4993
|
+
reasoningText: false,
|
|
4994
4994
|
attachment: false,
|
|
4995
4995
|
temperature: true,
|
|
4996
4996
|
knowledge: '2025-04',
|
|
@@ -5014,7 +5014,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5014
5014
|
output: ['text'],
|
|
5015
5015
|
},
|
|
5016
5016
|
toolCall: true,
|
|
5017
|
-
|
|
5017
|
+
reasoningText: false,
|
|
5018
5018
|
attachment: false,
|
|
5019
5019
|
temperature: true,
|
|
5020
5020
|
knowledge: '2025-04',
|
|
@@ -5038,7 +5038,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5038
5038
|
output: ['text'],
|
|
5039
5039
|
},
|
|
5040
5040
|
toolCall: true,
|
|
5041
|
-
|
|
5041
|
+
reasoningText: false,
|
|
5042
5042
|
attachment: false,
|
|
5043
5043
|
temperature: true,
|
|
5044
5044
|
knowledge: '2025-04',
|
|
@@ -5062,7 +5062,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5062
5062
|
output: ['text'],
|
|
5063
5063
|
},
|
|
5064
5064
|
toolCall: true,
|
|
5065
|
-
|
|
5065
|
+
reasoningText: false,
|
|
5066
5066
|
attachment: false,
|
|
5067
5067
|
temperature: true,
|
|
5068
5068
|
knowledge: '2025-04',
|
|
@@ -5086,7 +5086,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5086
5086
|
output: ['text'],
|
|
5087
5087
|
},
|
|
5088
5088
|
toolCall: true,
|
|
5089
|
-
|
|
5089
|
+
reasoningText: true,
|
|
5090
5090
|
attachment: false,
|
|
5091
5091
|
temperature: true,
|
|
5092
5092
|
releaseDate: '2025-09-05',
|
|
@@ -5109,7 +5109,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5109
5109
|
output: ['text'],
|
|
5110
5110
|
},
|
|
5111
5111
|
toolCall: true,
|
|
5112
|
-
|
|
5112
|
+
reasoningText: false,
|
|
5113
5113
|
attachment: false,
|
|
5114
5114
|
temperature: true,
|
|
5115
5115
|
knowledge: '2025-04',
|
|
@@ -5133,7 +5133,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5133
5133
|
output: ['text'],
|
|
5134
5134
|
},
|
|
5135
5135
|
toolCall: true,
|
|
5136
|
-
|
|
5136
|
+
reasoningText: true,
|
|
5137
5137
|
attachment: false,
|
|
5138
5138
|
temperature: true,
|
|
5139
5139
|
knowledge: '2025-04',
|
|
@@ -5157,7 +5157,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5157
5157
|
output: ['text'],
|
|
5158
5158
|
},
|
|
5159
5159
|
toolCall: true,
|
|
5160
|
-
|
|
5160
|
+
reasoningText: true,
|
|
5161
5161
|
attachment: false,
|
|
5162
5162
|
temperature: true,
|
|
5163
5163
|
knowledge: '2025-03',
|
|
@@ -5181,7 +5181,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5181
5181
|
output: ['text'],
|
|
5182
5182
|
},
|
|
5183
5183
|
toolCall: true,
|
|
5184
|
-
|
|
5184
|
+
reasoningText: true,
|
|
5185
5185
|
attachment: false,
|
|
5186
5186
|
temperature: true,
|
|
5187
5187
|
knowledge: '2024-10',
|
|
@@ -5205,7 +5205,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5205
5205
|
output: ['text'],
|
|
5206
5206
|
},
|
|
5207
5207
|
toolCall: true,
|
|
5208
|
-
|
|
5208
|
+
reasoningText: true,
|
|
5209
5209
|
attachment: false,
|
|
5210
5210
|
temperature: true,
|
|
5211
5211
|
knowledge: '2025-05',
|
|
@@ -5229,7 +5229,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5229
5229
|
output: ['text'],
|
|
5230
5230
|
},
|
|
5231
5231
|
toolCall: true,
|
|
5232
|
-
|
|
5232
|
+
reasoningText: true,
|
|
5233
5233
|
attachment: false,
|
|
5234
5234
|
temperature: true,
|
|
5235
5235
|
knowledge: '2025-04',
|
|
@@ -5253,7 +5253,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5253
5253
|
output: ['text'],
|
|
5254
5254
|
},
|
|
5255
5255
|
toolCall: false,
|
|
5256
|
-
|
|
5256
|
+
reasoningText: true,
|
|
5257
5257
|
attachment: false,
|
|
5258
5258
|
temperature: true,
|
|
5259
5259
|
knowledge: '2025-07',
|
|
@@ -5277,7 +5277,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5277
5277
|
output: ['text'],
|
|
5278
5278
|
},
|
|
5279
5279
|
toolCall: true,
|
|
5280
|
-
|
|
5280
|
+
reasoningText: false,
|
|
5281
5281
|
attachment: false,
|
|
5282
5282
|
temperature: true,
|
|
5283
5283
|
knowledge: '2024-11',
|
|
@@ -5303,7 +5303,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5303
5303
|
output: ['text'],
|
|
5304
5304
|
},
|
|
5305
5305
|
toolCall: true,
|
|
5306
|
-
|
|
5306
|
+
reasoningText: false,
|
|
5307
5307
|
attachment: false,
|
|
5308
5308
|
temperature: true,
|
|
5309
5309
|
knowledge: '2024-11',
|
|
@@ -5329,7 +5329,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5329
5329
|
output: ['text'],
|
|
5330
5330
|
},
|
|
5331
5331
|
toolCall: true,
|
|
5332
|
-
|
|
5332
|
+
reasoningText: true,
|
|
5333
5333
|
attachment: false,
|
|
5334
5334
|
temperature: true,
|
|
5335
5335
|
knowledge: '2024-11',
|
|
@@ -5355,7 +5355,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5355
5355
|
output: ['text'],
|
|
5356
5356
|
},
|
|
5357
5357
|
toolCall: true,
|
|
5358
|
-
|
|
5358
|
+
reasoningText: true,
|
|
5359
5359
|
attachment: false,
|
|
5360
5360
|
temperature: true,
|
|
5361
5361
|
knowledge: '2024-11',
|
|
@@ -5381,7 +5381,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5381
5381
|
output: ['text'],
|
|
5382
5382
|
},
|
|
5383
5383
|
toolCall: true,
|
|
5384
|
-
|
|
5384
|
+
reasoningText: true,
|
|
5385
5385
|
attachment: false,
|
|
5386
5386
|
temperature: true,
|
|
5387
5387
|
knowledge: '2025-07',
|
|
@@ -5407,7 +5407,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5407
5407
|
output: ['text'],
|
|
5408
5408
|
},
|
|
5409
5409
|
toolCall: true,
|
|
5410
|
-
|
|
5410
|
+
reasoningText: true,
|
|
5411
5411
|
attachment: false,
|
|
5412
5412
|
temperature: true,
|
|
5413
5413
|
knowledge: '2024-11',
|
|
@@ -5433,7 +5433,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5433
5433
|
output: ['text'],
|
|
5434
5434
|
},
|
|
5435
5435
|
toolCall: true,
|
|
5436
|
-
|
|
5436
|
+
reasoningText: true,
|
|
5437
5437
|
attachment: false,
|
|
5438
5438
|
temperature: true,
|
|
5439
5439
|
knowledge: '2024-11',
|
|
@@ -5459,7 +5459,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5459
5459
|
output: ['text'],
|
|
5460
5460
|
},
|
|
5461
5461
|
toolCall: true,
|
|
5462
|
-
|
|
5462
|
+
reasoningText: true,
|
|
5463
5463
|
attachment: false,
|
|
5464
5464
|
temperature: true,
|
|
5465
5465
|
knowledge: '2025-08',
|
|
@@ -5484,7 +5484,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5484
5484
|
output: ['text'],
|
|
5485
5485
|
},
|
|
5486
5486
|
toolCall: true,
|
|
5487
|
-
|
|
5487
|
+
reasoningText: true,
|
|
5488
5488
|
attachment: false,
|
|
5489
5489
|
temperature: true,
|
|
5490
5490
|
knowledge: '2025-04',
|
|
@@ -5508,7 +5508,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5508
5508
|
output: ['text'],
|
|
5509
5509
|
},
|
|
5510
5510
|
toolCall: true,
|
|
5511
|
-
|
|
5511
|
+
reasoningText: true,
|
|
5512
5512
|
attachment: false,
|
|
5513
5513
|
temperature: true,
|
|
5514
5514
|
knowledge: '2025-04',
|
|
@@ -5532,7 +5532,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5532
5532
|
output: ['text'],
|
|
5533
5533
|
},
|
|
5534
5534
|
toolCall: false,
|
|
5535
|
-
|
|
5535
|
+
reasoningText: true,
|
|
5536
5536
|
attachment: false,
|
|
5537
5537
|
temperature: true,
|
|
5538
5538
|
knowledge: '2025-04',
|
|
@@ -5556,7 +5556,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5556
5556
|
output: ['text'],
|
|
5557
5557
|
},
|
|
5558
5558
|
toolCall: true,
|
|
5559
|
-
|
|
5559
|
+
reasoningText: true,
|
|
5560
5560
|
attachment: true,
|
|
5561
5561
|
temperature: true,
|
|
5562
5562
|
knowledge: '2025-04',
|
|
@@ -5580,7 +5580,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5580
5580
|
output: ['text'],
|
|
5581
5581
|
},
|
|
5582
5582
|
toolCall: true,
|
|
5583
|
-
|
|
5583
|
+
reasoningText: true,
|
|
5584
5584
|
attachment: false,
|
|
5585
5585
|
temperature: true,
|
|
5586
5586
|
knowledge: '2025-09',
|
|
@@ -5605,7 +5605,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5605
5605
|
output: ['text'],
|
|
5606
5606
|
},
|
|
5607
5607
|
toolCall: true,
|
|
5608
|
-
|
|
5608
|
+
reasoningText: true,
|
|
5609
5609
|
attachment: false,
|
|
5610
5610
|
temperature: true,
|
|
5611
5611
|
knowledge: '2025-09',
|
|
@@ -5630,7 +5630,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5630
5630
|
output: ['text'],
|
|
5631
5631
|
},
|
|
5632
5632
|
toolCall: true,
|
|
5633
|
-
|
|
5633
|
+
reasoningText: true,
|
|
5634
5634
|
attachment: false,
|
|
5635
5635
|
temperature: true,
|
|
5636
5636
|
knowledge: '2025-04',
|
|
@@ -5668,7 +5668,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5668
5668
|
output: ['text'],
|
|
5669
5669
|
},
|
|
5670
5670
|
toolCall: true,
|
|
5671
|
-
|
|
5671
|
+
reasoningText: true,
|
|
5672
5672
|
attachment: false,
|
|
5673
5673
|
temperature: true,
|
|
5674
5674
|
knowledge: '2025-01',
|
|
@@ -5694,7 +5694,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5694
5694
|
output: ['text'],
|
|
5695
5695
|
},
|
|
5696
5696
|
toolCall: true,
|
|
5697
|
-
|
|
5697
|
+
reasoningText: false,
|
|
5698
5698
|
attachment: true,
|
|
5699
5699
|
temperature: true,
|
|
5700
5700
|
knowledge: '2024-07-31',
|
|
@@ -5723,7 +5723,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5723
5723
|
output: ['text'],
|
|
5724
5724
|
},
|
|
5725
5725
|
toolCall: true,
|
|
5726
|
-
|
|
5726
|
+
reasoningText: true,
|
|
5727
5727
|
attachment: true,
|
|
5728
5728
|
temperature: true,
|
|
5729
5729
|
knowledge: '2025-02-28',
|
|
@@ -5752,7 +5752,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5752
5752
|
output: ['text'],
|
|
5753
5753
|
},
|
|
5754
5754
|
toolCall: true,
|
|
5755
|
-
|
|
5755
|
+
reasoningText: true,
|
|
5756
5756
|
attachment: true,
|
|
5757
5757
|
temperature: true,
|
|
5758
5758
|
knowledge: '2025-03-31',
|
|
@@ -5781,7 +5781,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5781
5781
|
output: ['text'],
|
|
5782
5782
|
},
|
|
5783
5783
|
toolCall: true,
|
|
5784
|
-
|
|
5784
|
+
reasoningText: true,
|
|
5785
5785
|
attachment: true,
|
|
5786
5786
|
temperature: true,
|
|
5787
5787
|
knowledge: '2025-03-31',
|
|
@@ -5810,7 +5810,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5810
5810
|
output: ['text'],
|
|
5811
5811
|
},
|
|
5812
5812
|
toolCall: true,
|
|
5813
|
-
|
|
5813
|
+
reasoningText: true,
|
|
5814
5814
|
attachment: true,
|
|
5815
5815
|
temperature: true,
|
|
5816
5816
|
knowledge: '2025-03-31',
|
|
@@ -5839,7 +5839,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5839
5839
|
output: ['text'],
|
|
5840
5840
|
},
|
|
5841
5841
|
toolCall: true,
|
|
5842
|
-
|
|
5842
|
+
reasoningText: true,
|
|
5843
5843
|
attachment: true,
|
|
5844
5844
|
temperature: true,
|
|
5845
5845
|
knowledge: '2025-07-31',
|
|
@@ -5868,7 +5868,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5868
5868
|
output: ['text'],
|
|
5869
5869
|
},
|
|
5870
5870
|
toolCall: true,
|
|
5871
|
-
|
|
5871
|
+
reasoningText: true,
|
|
5872
5872
|
attachment: true,
|
|
5873
5873
|
temperature: true,
|
|
5874
5874
|
knowledge: '2025-01',
|
|
@@ -5896,7 +5896,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5896
5896
|
output: ['text'],
|
|
5897
5897
|
},
|
|
5898
5898
|
toolCall: true,
|
|
5899
|
-
|
|
5899
|
+
reasoningText: true,
|
|
5900
5900
|
attachment: true,
|
|
5901
5901
|
temperature: true,
|
|
5902
5902
|
knowledge: '2025-01',
|
|
@@ -5924,7 +5924,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5924
5924
|
output: ['text'],
|
|
5925
5925
|
},
|
|
5926
5926
|
toolCall: true,
|
|
5927
|
-
|
|
5927
|
+
reasoningText: true,
|
|
5928
5928
|
attachment: false,
|
|
5929
5929
|
temperature: true,
|
|
5930
5930
|
knowledge: '2025-04',
|
|
@@ -5949,7 +5949,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5949
5949
|
output: ['text'],
|
|
5950
5950
|
},
|
|
5951
5951
|
toolCall: true,
|
|
5952
|
-
|
|
5952
|
+
reasoningText: true,
|
|
5953
5953
|
attachment: false,
|
|
5954
5954
|
temperature: true,
|
|
5955
5955
|
knowledge: '2025-04',
|
|
@@ -5974,7 +5974,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5974
5974
|
output: ['text'],
|
|
5975
5975
|
},
|
|
5976
5976
|
toolCall: true,
|
|
5977
|
-
|
|
5977
|
+
reasoningText: true,
|
|
5978
5978
|
attachment: false,
|
|
5979
5979
|
temperature: true,
|
|
5980
5980
|
knowledge: '2025-04',
|
|
@@ -5999,7 +5999,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5999
5999
|
output: ['text'],
|
|
6000
6000
|
},
|
|
6001
6001
|
toolCall: true,
|
|
6002
|
-
|
|
6002
|
+
reasoningText: true,
|
|
6003
6003
|
attachment: true,
|
|
6004
6004
|
temperature: false,
|
|
6005
6005
|
knowledge: '2024-09-30',
|
|
@@ -6027,7 +6027,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6027
6027
|
output: ['text'],
|
|
6028
6028
|
},
|
|
6029
6029
|
toolCall: true,
|
|
6030
|
-
|
|
6030
|
+
reasoningText: true,
|
|
6031
6031
|
attachment: true,
|
|
6032
6032
|
temperature: false,
|
|
6033
6033
|
knowledge: '2024-09-30',
|
|
@@ -6055,7 +6055,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6055
6055
|
output: ['text'],
|
|
6056
6056
|
},
|
|
6057
6057
|
toolCall: true,
|
|
6058
|
-
|
|
6058
|
+
reasoningText: true,
|
|
6059
6059
|
attachment: true,
|
|
6060
6060
|
temperature: false,
|
|
6061
6061
|
knowledge: '2024-05-30',
|
|
@@ -6083,7 +6083,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6083
6083
|
output: ['text'],
|
|
6084
6084
|
},
|
|
6085
6085
|
toolCall: true,
|
|
6086
|
-
|
|
6086
|
+
reasoningText: true,
|
|
6087
6087
|
attachment: true,
|
|
6088
6088
|
temperature: false,
|
|
6089
6089
|
knowledge: '2024-09-30',
|
|
@@ -6111,7 +6111,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6111
6111
|
output: ['text'],
|
|
6112
6112
|
},
|
|
6113
6113
|
toolCall: true,
|
|
6114
|
-
|
|
6114
|
+
reasoningText: true,
|
|
6115
6115
|
attachment: true,
|
|
6116
6116
|
temperature: false,
|
|
6117
6117
|
knowledge: '2024-09-30',
|
|
@@ -6139,7 +6139,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6139
6139
|
output: ['text'],
|
|
6140
6140
|
},
|
|
6141
6141
|
toolCall: true,
|
|
6142
|
-
|
|
6142
|
+
reasoningText: true,
|
|
6143
6143
|
attachment: true,
|
|
6144
6144
|
temperature: false,
|
|
6145
6145
|
knowledge: '2024-09-30',
|
|
@@ -6167,7 +6167,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6167
6167
|
output: ['text'],
|
|
6168
6168
|
},
|
|
6169
6169
|
toolCall: true,
|
|
6170
|
-
|
|
6170
|
+
reasoningText: true,
|
|
6171
6171
|
attachment: true,
|
|
6172
6172
|
temperature: false,
|
|
6173
6173
|
knowledge: '2024-09-30',
|
|
@@ -6195,7 +6195,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6195
6195
|
output: ['text'],
|
|
6196
6196
|
},
|
|
6197
6197
|
toolCall: true,
|
|
6198
|
-
|
|
6198
|
+
reasoningText: true,
|
|
6199
6199
|
attachment: true,
|
|
6200
6200
|
temperature: false,
|
|
6201
6201
|
knowledge: '2025-08-31',
|
|
@@ -6223,7 +6223,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6223
6223
|
output: ['text'],
|
|
6224
6224
|
},
|
|
6225
6225
|
toolCall: true,
|
|
6226
|
-
|
|
6226
|
+
reasoningText: true,
|
|
6227
6227
|
attachment: true,
|
|
6228
6228
|
temperature: false,
|
|
6229
6229
|
knowledge: '2025-08-31',
|
|
@@ -6251,7 +6251,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6251
6251
|
output: ['text'],
|
|
6252
6252
|
},
|
|
6253
6253
|
toolCall: true,
|
|
6254
|
-
|
|
6254
|
+
reasoningText: true,
|
|
6255
6255
|
attachment: true,
|
|
6256
6256
|
temperature: true,
|
|
6257
6257
|
releaseDate: '2025-08-20',
|
|
@@ -6276,7 +6276,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6276
6276
|
output: ['text'],
|
|
6277
6277
|
},
|
|
6278
6278
|
toolCall: true,
|
|
6279
|
-
|
|
6279
|
+
reasoningText: false,
|
|
6280
6280
|
attachment: false,
|
|
6281
6281
|
temperature: true,
|
|
6282
6282
|
knowledge: '2024-10',
|
|
@@ -6301,7 +6301,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6301
6301
|
output: ['text'],
|
|
6302
6302
|
},
|
|
6303
6303
|
toolCall: true,
|
|
6304
|
-
|
|
6304
|
+
reasoningText: true,
|
|
6305
6305
|
attachment: false,
|
|
6306
6306
|
temperature: true,
|
|
6307
6307
|
knowledge: '2024-10',
|
|
@@ -6326,7 +6326,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6326
6326
|
output: ['text'],
|
|
6327
6327
|
},
|
|
6328
6328
|
toolCall: true,
|
|
6329
|
-
|
|
6329
|
+
reasoningText: true,
|
|
6330
6330
|
attachment: false,
|
|
6331
6331
|
temperature: true,
|
|
6332
6332
|
knowledge: '2025-01',
|
|
@@ -6354,7 +6354,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6354
6354
|
output: ['text'],
|
|
6355
6355
|
},
|
|
6356
6356
|
toolCall: true,
|
|
6357
|
-
|
|
6357
|
+
reasoningText: false,
|
|
6358
6358
|
attachment: false,
|
|
6359
6359
|
temperature: true,
|
|
6360
6360
|
knowledge: '2025-04',
|
|
@@ -6388,7 +6388,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6388
6388
|
output: ['text'],
|
|
6389
6389
|
},
|
|
6390
6390
|
toolCall: true,
|
|
6391
|
-
|
|
6391
|
+
reasoningText: true,
|
|
6392
6392
|
attachment: false,
|
|
6393
6393
|
temperature: true,
|
|
6394
6394
|
knowledge: '2025-04',
|
|
@@ -6414,7 +6414,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6414
6414
|
output: ['text'],
|
|
6415
6415
|
},
|
|
6416
6416
|
toolCall: true,
|
|
6417
|
-
|
|
6417
|
+
reasoningText: true,
|
|
6418
6418
|
attachment: false,
|
|
6419
6419
|
temperature: true,
|
|
6420
6420
|
knowledge: '2025-04',
|
|
@@ -6440,7 +6440,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6440
6440
|
output: ['text'],
|
|
6441
6441
|
},
|
|
6442
6442
|
toolCall: true,
|
|
6443
|
-
|
|
6443
|
+
reasoningText: true,
|
|
6444
6444
|
attachment: false,
|
|
6445
6445
|
temperature: true,
|
|
6446
6446
|
knowledge: '2025-04',
|
|
@@ -6466,7 +6466,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6466
6466
|
output: ['text'],
|
|
6467
6467
|
},
|
|
6468
6468
|
toolCall: true,
|
|
6469
|
-
|
|
6469
|
+
reasoningText: true,
|
|
6470
6470
|
attachment: true,
|
|
6471
6471
|
temperature: true,
|
|
6472
6472
|
knowledge: '2025-04',
|
|
@@ -6490,7 +6490,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6490
6490
|
output: ['text'],
|
|
6491
6491
|
},
|
|
6492
6492
|
toolCall: true,
|
|
6493
|
-
|
|
6493
|
+
reasoningText: true,
|
|
6494
6494
|
attachment: false,
|
|
6495
6495
|
temperature: true,
|
|
6496
6496
|
knowledge: '2025-04',
|
|
@@ -6516,7 +6516,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6516
6516
|
output: ['text'],
|
|
6517
6517
|
},
|
|
6518
6518
|
toolCall: true,
|
|
6519
|
-
|
|
6519
|
+
reasoningText: true,
|
|
6520
6520
|
attachment: true,
|
|
6521
6521
|
temperature: true,
|
|
6522
6522
|
knowledge: '2025-04',
|
|
@@ -6540,7 +6540,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6540
6540
|
output: ['text'],
|
|
6541
6541
|
},
|
|
6542
6542
|
toolCall: true,
|
|
6543
|
-
|
|
6543
|
+
reasoningText: true,
|
|
6544
6544
|
attachment: false,
|
|
6545
6545
|
temperature: true,
|
|
6546
6546
|
knowledge: '2025-04',
|
|
@@ -6576,7 +6576,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6576
6576
|
output: ['text'],
|
|
6577
6577
|
},
|
|
6578
6578
|
toolCall: true,
|
|
6579
|
-
|
|
6579
|
+
reasoningText: true,
|
|
6580
6580
|
attachment: false,
|
|
6581
6581
|
temperature: true,
|
|
6582
6582
|
knowledge: '2025-04',
|
|
@@ -6602,7 +6602,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6602
6602
|
output: ['text'],
|
|
6603
6603
|
},
|
|
6604
6604
|
toolCall: true,
|
|
6605
|
-
|
|
6605
|
+
reasoningText: true,
|
|
6606
6606
|
attachment: false,
|
|
6607
6607
|
temperature: true,
|
|
6608
6608
|
knowledge: '2025-04',
|
|
@@ -6628,7 +6628,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6628
6628
|
output: ['text'],
|
|
6629
6629
|
},
|
|
6630
6630
|
toolCall: true,
|
|
6631
|
-
|
|
6631
|
+
reasoningText: true,
|
|
6632
6632
|
attachment: false,
|
|
6633
6633
|
temperature: true,
|
|
6634
6634
|
knowledge: '2025-04',
|
|
@@ -6654,7 +6654,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6654
6654
|
output: ['text'],
|
|
6655
6655
|
},
|
|
6656
6656
|
toolCall: true,
|
|
6657
|
-
|
|
6657
|
+
reasoningText: true,
|
|
6658
6658
|
attachment: true,
|
|
6659
6659
|
temperature: true,
|
|
6660
6660
|
knowledge: '2025-04',
|
|
@@ -6678,7 +6678,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6678
6678
|
output: ['text'],
|
|
6679
6679
|
},
|
|
6680
6680
|
toolCall: true,
|
|
6681
|
-
|
|
6681
|
+
reasoningText: true,
|
|
6682
6682
|
attachment: false,
|
|
6683
6683
|
temperature: true,
|
|
6684
6684
|
knowledge: '2025-04',
|
|
@@ -6704,7 +6704,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6704
6704
|
output: ['text'],
|
|
6705
6705
|
},
|
|
6706
6706
|
toolCall: true,
|
|
6707
|
-
|
|
6707
|
+
reasoningText: true,
|
|
6708
6708
|
attachment: true,
|
|
6709
6709
|
temperature: true,
|
|
6710
6710
|
knowledge: '2025-04',
|
|
@@ -6728,7 +6728,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6728
6728
|
output: ['text'],
|
|
6729
6729
|
},
|
|
6730
6730
|
toolCall: true,
|
|
6731
|
-
|
|
6731
|
+
reasoningText: true,
|
|
6732
6732
|
attachment: false,
|
|
6733
6733
|
temperature: true,
|
|
6734
6734
|
knowledge: '2025-04',
|
|
@@ -6754,7 +6754,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
6754
6754
|
output: ['text'],
|
|
6755
6755
|
},
|
|
6756
6756
|
toolCall: true,
|
|
6757
|
-
|
|
6757
|
+
reasoningText: true,
|
|
6758
6758
|
attachment: false,
|
|
6759
6759
|
temperature: true,
|
|
6760
6760
|
knowledge: '2025-04',
|