@llmgateway/models 1.98.0 → 1.99.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/models/alibaba.d.ts +72 -72
- package/dist/models/alibaba.js +72 -72
- package/dist/models/alibaba.js.map +1 -1
- package/dist/models/anthropic.d.ts +73 -78
- package/dist/models/anthropic.js +76 -84
- package/dist/models/anthropic.js.map +1 -1
- package/dist/models/bytedance.d.ts +9 -9
- package/dist/models/bytedance.js +9 -9
- package/dist/models/bytedance.js.map +1 -1
- package/dist/models/deepseek.d.ts +18 -18
- package/dist/models/deepseek.js +18 -18
- package/dist/models/deepseek.js.map +1 -1
- package/dist/models/google.d.ts +74 -74
- package/dist/models/google.js +74 -74
- package/dist/models/google.js.map +1 -1
- package/dist/models/llmgateway.d.ts +2 -2
- package/dist/models/llmgateway.js +2 -2
- package/dist/models/llmgateway.js.map +1 -1
- package/dist/models/meta.d.ts +22 -22
- package/dist/models/meta.js +22 -22
- package/dist/models/meta.js.map +1 -1
- package/dist/models/minimax.d.ts +15 -15
- package/dist/models/minimax.js +15 -15
- package/dist/models/minimax.js.map +1 -1
- package/dist/models/mistral.d.ts +10 -10
- package/dist/models/mistral.js +10 -10
- package/dist/models/mistral.js.map +1 -1
- package/dist/models/moonshot.d.ts +19 -19
- package/dist/models/moonshot.js +19 -19
- package/dist/models/moonshot.js.map +1 -1
- package/dist/models/nousresearch.d.ts +2 -2
- package/dist/models/nousresearch.js +2 -2
- package/dist/models/nousresearch.js.map +1 -1
- package/dist/models/openai.d.ts +84 -84
- package/dist/models/openai.js +84 -84
- package/dist/models/openai.js.map +1 -1
- package/dist/models/perplexity.d.ts +3 -3
- package/dist/models/perplexity.js +3 -3
- package/dist/models/perplexity.js.map +1 -1
- package/dist/models/xai.d.ts +24 -24
- package/dist/models/xai.js +24 -24
- package/dist/models/xai.js.map +1 -1
- package/dist/models/xiaomi.d.ts +5 -5
- package/dist/models/xiaomi.js +5 -5
- package/dist/models/xiaomi.js.map +1 -1
- package/dist/models/zai.d.ts +41 -41
- package/dist/models/zai.js +41 -41
- package/dist/models/zai.js.map +1 -1
- package/dist/models.d.ts +475 -480
- package/dist/models.js.map +1 -1
- package/dist/region-helpers.d.ts +0 -1
- package/dist/region-helpers.js +0 -7
- package/dist/region-helpers.js.map +1 -1
- package/dist/type-guards.js +2 -2
- package/dist/type-guards.js.map +1 -1
- package/dist/types.d.ts +2 -2
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@ export declare const anthropicModels: [{
|
|
|
7
7
|
readonly providers: [{
|
|
8
8
|
readonly test: "skip";
|
|
9
9
|
readonly providerId: "anthropic";
|
|
10
|
-
readonly
|
|
10
|
+
readonly externalId: "claude-3-7-sonnet-latest";
|
|
11
11
|
readonly inputPrice: "3.0e-6";
|
|
12
12
|
readonly outputPrice: "15.0e-6";
|
|
13
13
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -28,7 +28,7 @@ export declare const anthropicModels: [{
|
|
|
28
28
|
}, {
|
|
29
29
|
readonly test: "skip";
|
|
30
30
|
readonly providerId: "aws-bedrock";
|
|
31
|
-
readonly
|
|
31
|
+
readonly externalId: "anthropic.claude-3-7-sonnet-20250219-v1:0";
|
|
32
32
|
readonly deprecatedAt: Date;
|
|
33
33
|
readonly deactivatedAt: Date;
|
|
34
34
|
readonly inputPrice: "3.0e-6";
|
|
@@ -55,7 +55,7 @@ export declare const anthropicModels: [{
|
|
|
55
55
|
readonly releasedAt: Date;
|
|
56
56
|
readonly providers: [{
|
|
57
57
|
readonly providerId: "anthropic";
|
|
58
|
-
readonly
|
|
58
|
+
readonly externalId: "claude-3-5-haiku-20241022";
|
|
59
59
|
readonly inputPrice: "0.8e-6";
|
|
60
60
|
readonly outputPrice: "4.0e-6";
|
|
61
61
|
readonly cachedInputPrice: "0.08e-6";
|
|
@@ -83,7 +83,7 @@ export declare const anthropicModels: [{
|
|
|
83
83
|
readonly providers: [{
|
|
84
84
|
readonly test: "skip";
|
|
85
85
|
readonly providerId: "anthropic";
|
|
86
|
-
readonly
|
|
86
|
+
readonly externalId: "claude-3-7-sonnet-20250219";
|
|
87
87
|
readonly inputPrice: "3.0e-6";
|
|
88
88
|
readonly outputPrice: "15.0e-6";
|
|
89
89
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -111,7 +111,7 @@ export declare const anthropicModels: [{
|
|
|
111
111
|
readonly providers: [{
|
|
112
112
|
readonly test: "skip";
|
|
113
113
|
readonly providerId: "anthropic";
|
|
114
|
-
readonly
|
|
114
|
+
readonly externalId: "claude-3-5-sonnet-20241022";
|
|
115
115
|
readonly inputPrice: "3.0e-6";
|
|
116
116
|
readonly outputPrice: "15.0e-6";
|
|
117
117
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -131,7 +131,7 @@ export declare const anthropicModels: [{
|
|
|
131
131
|
}, {
|
|
132
132
|
readonly test: "skip";
|
|
133
133
|
readonly providerId: "aws-bedrock";
|
|
134
|
-
readonly
|
|
134
|
+
readonly externalId: "anthropic.claude-3-5-sonnet-20241022-v2:0";
|
|
135
135
|
readonly deprecatedAt: Date;
|
|
136
136
|
readonly deactivatedAt: Date;
|
|
137
137
|
readonly inputPrice: "3.0e-6";
|
|
@@ -156,7 +156,7 @@ export declare const anthropicModels: [{
|
|
|
156
156
|
readonly releasedAt: Date;
|
|
157
157
|
readonly providers: [{
|
|
158
158
|
readonly providerId: "anthropic";
|
|
159
|
-
readonly
|
|
159
|
+
readonly externalId: "claude-2.1";
|
|
160
160
|
readonly inputPrice: "8.0e-6";
|
|
161
161
|
readonly outputPrice: "24.0e-6";
|
|
162
162
|
readonly requestPrice: "0";
|
|
@@ -177,7 +177,7 @@ export declare const anthropicModels: [{
|
|
|
177
177
|
readonly providers: [{
|
|
178
178
|
readonly test: "skip";
|
|
179
179
|
readonly providerId: "anthropic";
|
|
180
|
-
readonly
|
|
180
|
+
readonly externalId: "claude-sonnet-4-20250514";
|
|
181
181
|
readonly inputPrice: "3.0e-6";
|
|
182
182
|
readonly outputPrice: "15.0e-6";
|
|
183
183
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -198,7 +198,7 @@ export declare const anthropicModels: [{
|
|
|
198
198
|
}, {
|
|
199
199
|
readonly test: "skip";
|
|
200
200
|
readonly providerId: "aws-bedrock";
|
|
201
|
-
readonly
|
|
201
|
+
readonly externalId: "anthropic.claude-sonnet-4-20250514-v1:0";
|
|
202
202
|
readonly inputPrice: "3.0e-6";
|
|
203
203
|
readonly outputPrice: "15.0e-6";
|
|
204
204
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -224,7 +224,7 @@ export declare const anthropicModels: [{
|
|
|
224
224
|
readonly providers: [{
|
|
225
225
|
readonly test: "skip";
|
|
226
226
|
readonly providerId: "anthropic";
|
|
227
|
-
readonly
|
|
227
|
+
readonly externalId: "claude-sonnet-4-5";
|
|
228
228
|
readonly inputPrice: "3.0e-6";
|
|
229
229
|
readonly outputPrice: "15.0e-6";
|
|
230
230
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -245,7 +245,7 @@ export declare const anthropicModels: [{
|
|
|
245
245
|
}, {
|
|
246
246
|
readonly test: "skip";
|
|
247
247
|
readonly providerId: "aws-bedrock";
|
|
248
|
-
readonly
|
|
248
|
+
readonly externalId: "anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
249
249
|
readonly inputPrice: "3.0e-6";
|
|
250
250
|
readonly outputPrice: "15.0e-6";
|
|
251
251
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -265,7 +265,7 @@ export declare const anthropicModels: [{
|
|
|
265
265
|
}, {
|
|
266
266
|
readonly test: "skip";
|
|
267
267
|
readonly providerId: "vertex-anthropic";
|
|
268
|
-
readonly
|
|
268
|
+
readonly externalId: "claude-sonnet-4-5";
|
|
269
269
|
readonly inputPrice: "3.0e-6";
|
|
270
270
|
readonly outputPrice: "15.0e-6";
|
|
271
271
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -289,7 +289,7 @@ export declare const anthropicModels: [{
|
|
|
289
289
|
readonly providers: [{
|
|
290
290
|
readonly test: "skip";
|
|
291
291
|
readonly providerId: "anthropic";
|
|
292
|
-
readonly
|
|
292
|
+
readonly externalId: "claude-sonnet-4-5-20250929";
|
|
293
293
|
readonly inputPrice: "3.0e-6";
|
|
294
294
|
readonly outputPrice: "15.0e-6";
|
|
295
295
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -310,7 +310,7 @@ export declare const anthropicModels: [{
|
|
|
310
310
|
}, {
|
|
311
311
|
readonly test: "skip";
|
|
312
312
|
readonly providerId: "aws-bedrock";
|
|
313
|
-
readonly
|
|
313
|
+
readonly externalId: "anthropic.claude-sonnet-4-5-20250929-v1:0";
|
|
314
314
|
readonly inputPrice: "3.0e-6";
|
|
315
315
|
readonly outputPrice: "15.0e-6";
|
|
316
316
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -336,7 +336,7 @@ export declare const anthropicModels: [{
|
|
|
336
336
|
readonly releasedAt: Date;
|
|
337
337
|
readonly providers: [{
|
|
338
338
|
readonly providerId: "anthropic";
|
|
339
|
-
readonly
|
|
339
|
+
readonly externalId: "claude-sonnet-4-6";
|
|
340
340
|
readonly inputPrice: "3.0e-6";
|
|
341
341
|
readonly outputPrice: "15.0e-6";
|
|
342
342
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -356,7 +356,7 @@ export declare const anthropicModels: [{
|
|
|
356
356
|
readonly webSearchPrice: "0.01";
|
|
357
357
|
}, {
|
|
358
358
|
readonly providerId: "aws-bedrock";
|
|
359
|
-
readonly
|
|
359
|
+
readonly externalId: "anthropic.claude-sonnet-4-6";
|
|
360
360
|
readonly inputPrice: "3.0e-6";
|
|
361
361
|
readonly outputPrice: "15.0e-6";
|
|
362
362
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -377,7 +377,7 @@ export declare const anthropicModels: [{
|
|
|
377
377
|
readonly test: "skip";
|
|
378
378
|
readonly providerId: "google-vertex";
|
|
379
379
|
readonly stability: "unstable";
|
|
380
|
-
readonly
|
|
380
|
+
readonly externalId: "claude-sonnet-4-6";
|
|
381
381
|
readonly inputPrice: "3.0e-6";
|
|
382
382
|
readonly outputPrice: "15.0e-6";
|
|
383
383
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -393,7 +393,7 @@ export declare const anthropicModels: [{
|
|
|
393
393
|
readonly jsonOutputSchema: true;
|
|
394
394
|
}, {
|
|
395
395
|
readonly providerId: "vertex-anthropic";
|
|
396
|
-
readonly
|
|
396
|
+
readonly externalId: "claude-sonnet-4-6";
|
|
397
397
|
readonly inputPrice: "3.0e-6";
|
|
398
398
|
readonly outputPrice: "15.0e-6";
|
|
399
399
|
readonly cachedInputPrice: "0.3e-6";
|
|
@@ -416,7 +416,7 @@ export declare const anthropicModels: [{
|
|
|
416
416
|
readonly releasedAt: Date;
|
|
417
417
|
readonly providers: [{
|
|
418
418
|
readonly providerId: "anthropic";
|
|
419
|
-
readonly
|
|
419
|
+
readonly externalId: "claude-haiku-4-5";
|
|
420
420
|
readonly inputPrice: "1.0e-6";
|
|
421
421
|
readonly outputPrice: "5.0e-6";
|
|
422
422
|
readonly cachedInputPrice: "0.1e-6";
|
|
@@ -435,7 +435,7 @@ export declare const anthropicModels: [{
|
|
|
435
435
|
readonly webSearchPrice: "0.01";
|
|
436
436
|
}, {
|
|
437
437
|
readonly providerId: "aws-bedrock";
|
|
438
|
-
readonly
|
|
438
|
+
readonly externalId: "anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
439
439
|
readonly inputPrice: "1.0e-6";
|
|
440
440
|
readonly outputPrice: "5.0e-6";
|
|
441
441
|
readonly cachedInputPrice: "0.1e-6";
|
|
@@ -453,7 +453,7 @@ export declare const anthropicModels: [{
|
|
|
453
453
|
readonly jsonOutputSchema: true;
|
|
454
454
|
}, {
|
|
455
455
|
readonly providerId: "vertex-anthropic";
|
|
456
|
-
readonly
|
|
456
|
+
readonly externalId: "claude-haiku-4-5";
|
|
457
457
|
readonly inputPrice: "1.0e-6";
|
|
458
458
|
readonly outputPrice: "5.0e-6";
|
|
459
459
|
readonly cachedInputPrice: "0.1e-6";
|
|
@@ -475,7 +475,7 @@ export declare const anthropicModels: [{
|
|
|
475
475
|
readonly releasedAt: Date;
|
|
476
476
|
readonly providers: [{
|
|
477
477
|
readonly providerId: "anthropic";
|
|
478
|
-
readonly
|
|
478
|
+
readonly externalId: "claude-haiku-4-5-20251001";
|
|
479
479
|
readonly inputPrice: "1.0e-6";
|
|
480
480
|
readonly outputPrice: "5.0e-6";
|
|
481
481
|
readonly cachedInputPrice: "0.1e-6";
|
|
@@ -494,7 +494,7 @@ export declare const anthropicModels: [{
|
|
|
494
494
|
readonly webSearchPrice: "0.01";
|
|
495
495
|
}, {
|
|
496
496
|
readonly providerId: "aws-bedrock";
|
|
497
|
-
readonly
|
|
497
|
+
readonly externalId: "anthropic.claude-haiku-4-5-20251001-v1:0";
|
|
498
498
|
readonly inputPrice: "1.0e-6";
|
|
499
499
|
readonly outputPrice: "5.0e-6";
|
|
500
500
|
readonly cachedInputPrice: "0.1e-6";
|
|
@@ -520,7 +520,7 @@ export declare const anthropicModels: [{
|
|
|
520
520
|
readonly providers: [{
|
|
521
521
|
readonly test: "skip";
|
|
522
522
|
readonly providerId: "anthropic";
|
|
523
|
-
readonly
|
|
523
|
+
readonly externalId: "claude-opus-4-20250514";
|
|
524
524
|
readonly inputPrice: "15.0e-6";
|
|
525
525
|
readonly outputPrice: "75.0e-6";
|
|
526
526
|
readonly cachedInputPrice: "1.5e-6";
|
|
@@ -541,7 +541,7 @@ export declare const anthropicModels: [{
|
|
|
541
541
|
}, {
|
|
542
542
|
readonly test: "skip";
|
|
543
543
|
readonly providerId: "aws-bedrock";
|
|
544
|
-
readonly
|
|
544
|
+
readonly externalId: "anthropic.claude-opus-4-20250514-v1:0";
|
|
545
545
|
readonly inputPrice: "15.0e-6";
|
|
546
546
|
readonly outputPrice: "75.0e-6";
|
|
547
547
|
readonly cachedInputPrice: "1.5e-6";
|
|
@@ -567,7 +567,7 @@ export declare const anthropicModels: [{
|
|
|
567
567
|
readonly providers: [{
|
|
568
568
|
readonly test: "skip";
|
|
569
569
|
readonly providerId: "anthropic";
|
|
570
|
-
readonly
|
|
570
|
+
readonly externalId: "claude-opus-4-1-20250805";
|
|
571
571
|
readonly inputPrice: "15.0e-6";
|
|
572
572
|
readonly outputPrice: "75.0e-6";
|
|
573
573
|
readonly cachedInputPrice: "1.5e-6";
|
|
@@ -588,7 +588,7 @@ export declare const anthropicModels: [{
|
|
|
588
588
|
}, {
|
|
589
589
|
readonly test: "skip";
|
|
590
590
|
readonly providerId: "aws-bedrock";
|
|
591
|
-
readonly
|
|
591
|
+
readonly externalId: "anthropic.claude-opus-4-1-20250805-v1:0";
|
|
592
592
|
readonly inputPrice: "15.0e-6";
|
|
593
593
|
readonly outputPrice: "75.0e-6";
|
|
594
594
|
readonly cachedInputPrice: "1.5e-6";
|
|
@@ -614,7 +614,7 @@ export declare const anthropicModels: [{
|
|
|
614
614
|
readonly providers: [{
|
|
615
615
|
readonly test: "skip";
|
|
616
616
|
readonly providerId: "anthropic";
|
|
617
|
-
readonly
|
|
617
|
+
readonly externalId: "claude-3-5-sonnet-20240620";
|
|
618
618
|
readonly deactivatedAt: Date;
|
|
619
619
|
readonly inputPrice: "3.0e-6";
|
|
620
620
|
readonly outputPrice: "15.0e-6";
|
|
@@ -638,7 +638,7 @@ export declare const anthropicModels: [{
|
|
|
638
638
|
readonly providers: [{
|
|
639
639
|
readonly test: "skip";
|
|
640
640
|
readonly providerId: "anthropic";
|
|
641
|
-
readonly
|
|
641
|
+
readonly externalId: "claude-3-5-sonnet-latest";
|
|
642
642
|
readonly deactivatedAt: Date;
|
|
643
643
|
readonly inputPrice: "3.0e-6";
|
|
644
644
|
readonly outputPrice: "15.0e-6";
|
|
@@ -664,7 +664,7 @@ export declare const anthropicModels: [{
|
|
|
664
664
|
readonly releasedAt: Date;
|
|
665
665
|
readonly providers: [{
|
|
666
666
|
readonly providerId: "anthropic";
|
|
667
|
-
readonly
|
|
667
|
+
readonly externalId: "claude-3-5-haiku-latest";
|
|
668
668
|
readonly inputPrice: "0.8e-6";
|
|
669
669
|
readonly outputPrice: "4.0e-6";
|
|
670
670
|
readonly cachedInputPrice: "0.08e-6";
|
|
@@ -684,7 +684,7 @@ export declare const anthropicModels: [{
|
|
|
684
684
|
readonly deactivatedAt: Date;
|
|
685
685
|
}, {
|
|
686
686
|
readonly providerId: "aws-bedrock";
|
|
687
|
-
readonly
|
|
687
|
+
readonly externalId: "anthropic.claude-3-5-haiku-20241022-v1:0";
|
|
688
688
|
readonly deprecatedAt: Date;
|
|
689
689
|
readonly deactivatedAt: Date;
|
|
690
690
|
readonly inputPrice: "0.8e-6";
|
|
@@ -710,7 +710,7 @@ export declare const anthropicModels: [{
|
|
|
710
710
|
readonly providers: [{
|
|
711
711
|
readonly test: "skip";
|
|
712
712
|
readonly providerId: "anthropic";
|
|
713
|
-
readonly
|
|
713
|
+
readonly externalId: "claude-3-opus-20240229";
|
|
714
714
|
readonly inputPrice: "15.0e-6";
|
|
715
715
|
readonly outputPrice: "75.0e-6";
|
|
716
716
|
readonly cachedInputPrice: "1.5e-6";
|
|
@@ -732,7 +732,7 @@ export declare const anthropicModels: [{
|
|
|
732
732
|
readonly releasedAt: Date;
|
|
733
733
|
readonly providers: [{
|
|
734
734
|
readonly providerId: "anthropic";
|
|
735
|
-
readonly
|
|
735
|
+
readonly externalId: "claude-3-haiku-20240307";
|
|
736
736
|
readonly inputPrice: "0.25e-6";
|
|
737
737
|
readonly outputPrice: "1.25e-6";
|
|
738
738
|
readonly cachedInputPrice: "0.03e-6";
|
|
@@ -756,7 +756,7 @@ export declare const anthropicModels: [{
|
|
|
756
756
|
readonly releasedAt: Date;
|
|
757
757
|
readonly providers: [{
|
|
758
758
|
readonly providerId: "anthropic";
|
|
759
|
-
readonly
|
|
759
|
+
readonly externalId: "claude-3-haiku-20240307";
|
|
760
760
|
readonly inputPrice: "0.25e-6";
|
|
761
761
|
readonly outputPrice: "1.25e-6";
|
|
762
762
|
readonly cachedInputPrice: "0.03e-6";
|
|
@@ -781,7 +781,7 @@ export declare const anthropicModels: [{
|
|
|
781
781
|
readonly providers: [{
|
|
782
782
|
readonly test: "skip";
|
|
783
783
|
readonly providerId: "anthropic";
|
|
784
|
-
readonly
|
|
784
|
+
readonly externalId: "claude-opus-4-5-20251101";
|
|
785
785
|
readonly inputPrice: "5.0e-6";
|
|
786
786
|
readonly outputPrice: "25.0e-6";
|
|
787
787
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -803,7 +803,7 @@ export declare const anthropicModels: [{
|
|
|
803
803
|
}, {
|
|
804
804
|
readonly test: "skip";
|
|
805
805
|
readonly providerId: "aws-bedrock";
|
|
806
|
-
readonly
|
|
806
|
+
readonly externalId: "anthropic.claude-opus-4-5-20251101-v1:0";
|
|
807
807
|
readonly inputPrice: "5.0e-6";
|
|
808
808
|
readonly outputPrice: "25.0e-6";
|
|
809
809
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -824,7 +824,7 @@ export declare const anthropicModels: [{
|
|
|
824
824
|
readonly test: "skip";
|
|
825
825
|
readonly providerId: "google-vertex";
|
|
826
826
|
readonly stability: "unstable";
|
|
827
|
-
readonly
|
|
827
|
+
readonly externalId: "claude-opus-4-5@20251101";
|
|
828
828
|
readonly inputPrice: "5.0e-6";
|
|
829
829
|
readonly outputPrice: "25.0e-6";
|
|
830
830
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -841,7 +841,7 @@ export declare const anthropicModels: [{
|
|
|
841
841
|
}, {
|
|
842
842
|
readonly test: "skip";
|
|
843
843
|
readonly providerId: "vertex-anthropic";
|
|
844
|
-
readonly
|
|
844
|
+
readonly externalId: "claude-opus-4-5";
|
|
845
845
|
readonly inputPrice: "5.0e-6";
|
|
846
846
|
readonly outputPrice: "25.0e-6";
|
|
847
847
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -866,30 +866,13 @@ export declare const anthropicModels: [{
|
|
|
866
866
|
readonly providers: [{
|
|
867
867
|
readonly test: "skip";
|
|
868
868
|
readonly providerId: "anthropic";
|
|
869
|
-
readonly
|
|
869
|
+
readonly externalId: "claude-opus-4-6";
|
|
870
870
|
readonly inputPrice: "5.0e-6";
|
|
871
871
|
readonly outputPrice: "25.0e-6";
|
|
872
872
|
readonly cachedInputPrice: "0.5e-6";
|
|
873
873
|
readonly cacheWriteInputPrice: "6.25e-6";
|
|
874
874
|
readonly cacheWriteInputPrice1h: "10.0e-6";
|
|
875
875
|
readonly minCacheableTokens: 4096;
|
|
876
|
-
readonly pricingTiers: [{
|
|
877
|
-
readonly name: "Up to 200K";
|
|
878
|
-
readonly upToTokens: 200000;
|
|
879
|
-
readonly inputPrice: "5.0e-6";
|
|
880
|
-
readonly outputPrice: "25.0e-6";
|
|
881
|
-
readonly cachedInputPrice: "0.5e-6";
|
|
882
|
-
readonly cacheWriteInputPrice: "6.25e-6";
|
|
883
|
-
readonly cacheWriteInputPrice1h: "10.0e-6";
|
|
884
|
-
}, {
|
|
885
|
-
readonly name: "Over 200K";
|
|
886
|
-
readonly upToTokens: number;
|
|
887
|
-
readonly inputPrice: "10.0e-6";
|
|
888
|
-
readonly outputPrice: "37.5e-6";
|
|
889
|
-
readonly cachedInputPrice: "1.0e-6";
|
|
890
|
-
readonly cacheWriteInputPrice: "12.5e-6";
|
|
891
|
-
readonly cacheWriteInputPrice1h: "20.0e-6";
|
|
892
|
-
}];
|
|
893
876
|
readonly requestPrice: "0";
|
|
894
877
|
readonly contextSize: 1000000;
|
|
895
878
|
readonly maxOutput: 128000;
|
|
@@ -905,7 +888,7 @@ export declare const anthropicModels: [{
|
|
|
905
888
|
}, {
|
|
906
889
|
readonly test: "skip";
|
|
907
890
|
readonly providerId: "aws-bedrock";
|
|
908
|
-
readonly
|
|
891
|
+
readonly externalId: "anthropic.claude-opus-4-6-v1";
|
|
909
892
|
readonly inputPrice: "5.0e-6";
|
|
910
893
|
readonly outputPrice: "25.0e-6";
|
|
911
894
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -925,7 +908,7 @@ export declare const anthropicModels: [{
|
|
|
925
908
|
}, {
|
|
926
909
|
readonly test: "skip";
|
|
927
910
|
readonly providerId: "vertex-anthropic";
|
|
928
|
-
readonly
|
|
911
|
+
readonly externalId: "claude-opus-4-6";
|
|
929
912
|
readonly inputPrice: "5.0e-6";
|
|
930
913
|
readonly outputPrice: "25.0e-6";
|
|
931
914
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -949,30 +932,13 @@ export declare const anthropicModels: [{
|
|
|
949
932
|
readonly releasedAt: Date;
|
|
950
933
|
readonly providers: [{
|
|
951
934
|
readonly providerId: "anthropic";
|
|
952
|
-
readonly
|
|
935
|
+
readonly externalId: "claude-opus-4-7";
|
|
953
936
|
readonly inputPrice: "5.0e-6";
|
|
954
937
|
readonly outputPrice: "25.0e-6";
|
|
955
938
|
readonly cachedInputPrice: "0.5e-6";
|
|
956
939
|
readonly cacheWriteInputPrice: "6.25e-6";
|
|
957
940
|
readonly cacheWriteInputPrice1h: "10.0e-6";
|
|
958
941
|
readonly minCacheableTokens: 4096;
|
|
959
|
-
readonly pricingTiers: [{
|
|
960
|
-
readonly name: "Up to 200K";
|
|
961
|
-
readonly upToTokens: 200000;
|
|
962
|
-
readonly inputPrice: "5.0e-6";
|
|
963
|
-
readonly outputPrice: "25.0e-6";
|
|
964
|
-
readonly cachedInputPrice: "0.5e-6";
|
|
965
|
-
readonly cacheWriteInputPrice: "6.25e-6";
|
|
966
|
-
readonly cacheWriteInputPrice1h: "10.0e-6";
|
|
967
|
-
}, {
|
|
968
|
-
readonly name: "Over 200K";
|
|
969
|
-
readonly upToTokens: number;
|
|
970
|
-
readonly inputPrice: "10.0e-6";
|
|
971
|
-
readonly outputPrice: "37.5e-6";
|
|
972
|
-
readonly cachedInputPrice: "1.0e-6";
|
|
973
|
-
readonly cacheWriteInputPrice: "12.5e-6";
|
|
974
|
-
readonly cacheWriteInputPrice1h: "20.0e-6";
|
|
975
|
-
}];
|
|
976
942
|
readonly requestPrice: "0";
|
|
977
943
|
readonly contextSize: 1000000;
|
|
978
944
|
readonly maxOutput: 128000;
|
|
@@ -988,7 +954,7 @@ export declare const anthropicModels: [{
|
|
|
988
954
|
readonly webSearchPrice: "0.01";
|
|
989
955
|
}, {
|
|
990
956
|
readonly providerId: "aws-bedrock";
|
|
991
|
-
readonly
|
|
957
|
+
readonly externalId: "anthropic.claude-opus-4-7";
|
|
992
958
|
readonly inputPrice: "5.0e-6";
|
|
993
959
|
readonly outputPrice: "25.0e-6";
|
|
994
960
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -1007,7 +973,7 @@ export declare const anthropicModels: [{
|
|
|
1007
973
|
readonly tools: true;
|
|
1008
974
|
}, {
|
|
1009
975
|
readonly providerId: "vertex-anthropic";
|
|
1010
|
-
readonly
|
|
976
|
+
readonly externalId: "claude-opus-4-7";
|
|
1011
977
|
readonly inputPrice: "5.0e-6";
|
|
1012
978
|
readonly outputPrice: "25.0e-6";
|
|
1013
979
|
readonly cachedInputPrice: "0.5e-6";
|
|
@@ -1024,4 +990,33 @@ export declare const anthropicModels: [{
|
|
|
1024
990
|
readonly jsonOutputSchema: true;
|
|
1025
991
|
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "effort"];
|
|
1026
992
|
}];
|
|
993
|
+
}, {
|
|
994
|
+
readonly id: "claude-opus-4-8";
|
|
995
|
+
readonly name: "Claude Opus 4.8";
|
|
996
|
+
readonly description: "Claude Opus 4.8 is Anthropic's most capable model with state-of-the-art coding, reasoning, and agentic capabilities.";
|
|
997
|
+
readonly family: "anthropic";
|
|
998
|
+
readonly releasedAt: Date;
|
|
999
|
+
readonly providers: [{
|
|
1000
|
+
readonly providerId: "anthropic";
|
|
1001
|
+
readonly externalId: "claude-opus-4-8";
|
|
1002
|
+
readonly inputPrice: "5.0e-6";
|
|
1003
|
+
readonly outputPrice: "25.0e-6";
|
|
1004
|
+
readonly cachedInputPrice: "0.5e-6";
|
|
1005
|
+
readonly cacheWriteInputPrice: "6.25e-6";
|
|
1006
|
+
readonly cacheWriteInputPrice1h: "10.0e-6";
|
|
1007
|
+
readonly minCacheableTokens: 4096;
|
|
1008
|
+
readonly requestPrice: "0";
|
|
1009
|
+
readonly contextSize: 1000000;
|
|
1010
|
+
readonly maxOutput: 128000;
|
|
1011
|
+
readonly reasoning: true;
|
|
1012
|
+
readonly reasoningMode: "adaptive";
|
|
1013
|
+
readonly reasoningOutput: "omit";
|
|
1014
|
+
readonly streaming: true;
|
|
1015
|
+
readonly vision: true;
|
|
1016
|
+
readonly tools: true;
|
|
1017
|
+
readonly jsonOutputSchema: true;
|
|
1018
|
+
readonly supportedParameters: ["temperature", "max_tokens", "top_p", "effort"];
|
|
1019
|
+
readonly webSearch: true;
|
|
1020
|
+
readonly webSearchPrice: "0.01";
|
|
1021
|
+
}];
|
|
1027
1022
|
}];
|