@fleetagent/pi-ai 0.2.2 → 0.2.4
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/dist/image-models.generated.d.ts +30 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +34 -4
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +1367 -308
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1348 -356
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic-fable.d.ts +4 -0
- package/dist/providers/anthropic-fable.d.ts.map +1 -0
- package/dist/providers/anthropic-fable.js +5 -0
- package/dist/providers/anthropic-fable.js.map +1 -0
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +45 -4
- package/dist/providers/anthropic.js.map +1 -1
- package/package.json +2 -2
|
@@ -278,13 +278,13 @@ export declare const MODELS: {
|
|
|
278
278
|
contextWindow: number;
|
|
279
279
|
maxTokens: number;
|
|
280
280
|
};
|
|
281
|
-
readonly "
|
|
281
|
+
readonly "apac.amazon.nova-lite-v1:0": {
|
|
282
282
|
id: string;
|
|
283
283
|
name: string;
|
|
284
284
|
api: "bedrock-converse-stream";
|
|
285
285
|
provider: string;
|
|
286
286
|
baseUrl: string;
|
|
287
|
-
reasoning:
|
|
287
|
+
reasoning: false;
|
|
288
288
|
input: ("image" | "text")[];
|
|
289
289
|
cost: {
|
|
290
290
|
input: number;
|
|
@@ -295,17 +295,14 @@ export declare const MODELS: {
|
|
|
295
295
|
contextWindow: number;
|
|
296
296
|
maxTokens: number;
|
|
297
297
|
};
|
|
298
|
-
readonly "
|
|
298
|
+
readonly "apac.amazon.nova-micro-v1:0": {
|
|
299
299
|
id: string;
|
|
300
300
|
name: string;
|
|
301
301
|
api: "bedrock-converse-stream";
|
|
302
302
|
provider: string;
|
|
303
303
|
baseUrl: string;
|
|
304
|
-
reasoning:
|
|
305
|
-
|
|
306
|
-
xhigh: string;
|
|
307
|
-
};
|
|
308
|
-
input: ("image" | "text")[];
|
|
304
|
+
reasoning: false;
|
|
305
|
+
input: "text"[];
|
|
309
306
|
cost: {
|
|
310
307
|
input: number;
|
|
311
308
|
output: number;
|
|
@@ -315,13 +312,13 @@ export declare const MODELS: {
|
|
|
315
312
|
contextWindow: number;
|
|
316
313
|
maxTokens: number;
|
|
317
314
|
};
|
|
318
|
-
readonly "
|
|
315
|
+
readonly "apac.amazon.nova-pro-v1:0": {
|
|
319
316
|
id: string;
|
|
320
317
|
name: string;
|
|
321
318
|
api: "bedrock-converse-stream";
|
|
322
319
|
provider: string;
|
|
323
320
|
baseUrl: string;
|
|
324
|
-
reasoning:
|
|
321
|
+
reasoning: false;
|
|
325
322
|
input: ("image" | "text")[];
|
|
326
323
|
cost: {
|
|
327
324
|
input: number;
|
|
@@ -332,7 +329,7 @@ export declare const MODELS: {
|
|
|
332
329
|
contextWindow: number;
|
|
333
330
|
maxTokens: number;
|
|
334
331
|
};
|
|
335
|
-
readonly "au.anthropic.claude-
|
|
332
|
+
readonly "au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
336
333
|
id: string;
|
|
337
334
|
name: string;
|
|
338
335
|
api: "bedrock-converse-stream";
|
|
@@ -349,13 +346,16 @@ export declare const MODELS: {
|
|
|
349
346
|
contextWindow: number;
|
|
350
347
|
maxTokens: number;
|
|
351
348
|
};
|
|
352
|
-
readonly "au.anthropic.claude-
|
|
349
|
+
readonly "au.anthropic.claude-opus-4-6-v1": {
|
|
353
350
|
id: string;
|
|
354
351
|
name: string;
|
|
355
352
|
api: "bedrock-converse-stream";
|
|
356
353
|
provider: string;
|
|
357
354
|
baseUrl: string;
|
|
358
355
|
reasoning: true;
|
|
356
|
+
thinkingLevelMap: {
|
|
357
|
+
xhigh: string;
|
|
358
|
+
};
|
|
359
359
|
input: ("image" | "text")[];
|
|
360
360
|
cost: {
|
|
361
361
|
input: number;
|
|
@@ -366,13 +366,16 @@ export declare const MODELS: {
|
|
|
366
366
|
contextWindow: number;
|
|
367
367
|
maxTokens: number;
|
|
368
368
|
};
|
|
369
|
-
readonly "au.anthropic.claude-
|
|
369
|
+
readonly "au.anthropic.claude-opus-4-7": {
|
|
370
370
|
id: string;
|
|
371
371
|
name: string;
|
|
372
372
|
api: "bedrock-converse-stream";
|
|
373
373
|
provider: string;
|
|
374
374
|
baseUrl: string;
|
|
375
375
|
reasoning: true;
|
|
376
|
+
thinkingLevelMap: {
|
|
377
|
+
xhigh: string;
|
|
378
|
+
};
|
|
376
379
|
input: ("image" | "text")[];
|
|
377
380
|
cost: {
|
|
378
381
|
input: number;
|
|
@@ -383,7 +386,7 @@ export declare const MODELS: {
|
|
|
383
386
|
contextWindow: number;
|
|
384
387
|
maxTokens: number;
|
|
385
388
|
};
|
|
386
|
-
readonly "au.anthropic.claude-
|
|
389
|
+
readonly "au.anthropic.claude-opus-4-8": {
|
|
387
390
|
id: string;
|
|
388
391
|
name: string;
|
|
389
392
|
api: "bedrock-converse-stream";
|
|
@@ -400,14 +403,14 @@ export declare const MODELS: {
|
|
|
400
403
|
contextWindow: number;
|
|
401
404
|
maxTokens: number;
|
|
402
405
|
};
|
|
403
|
-
readonly "
|
|
406
|
+
readonly "au.anthropic.claude-opus-5": {
|
|
404
407
|
id: string;
|
|
405
408
|
name: string;
|
|
406
409
|
api: "bedrock-converse-stream";
|
|
407
410
|
provider: string;
|
|
408
411
|
baseUrl: string;
|
|
409
412
|
reasoning: true;
|
|
410
|
-
input: "text"[];
|
|
413
|
+
input: ("image" | "text")[];
|
|
411
414
|
cost: {
|
|
412
415
|
input: number;
|
|
413
416
|
output: number;
|
|
@@ -417,14 +420,14 @@ export declare const MODELS: {
|
|
|
417
420
|
contextWindow: number;
|
|
418
421
|
maxTokens: number;
|
|
419
422
|
};
|
|
420
|
-
readonly "
|
|
423
|
+
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
421
424
|
id: string;
|
|
422
425
|
name: string;
|
|
423
426
|
api: "bedrock-converse-stream";
|
|
424
427
|
provider: string;
|
|
425
428
|
baseUrl: string;
|
|
426
429
|
reasoning: true;
|
|
427
|
-
input: "text"[];
|
|
430
|
+
input: ("image" | "text")[];
|
|
428
431
|
cost: {
|
|
429
432
|
input: number;
|
|
430
433
|
output: number;
|
|
@@ -434,14 +437,14 @@ export declare const MODELS: {
|
|
|
434
437
|
contextWindow: number;
|
|
435
438
|
maxTokens: number;
|
|
436
439
|
};
|
|
437
|
-
readonly "
|
|
440
|
+
readonly "au.anthropic.claude-sonnet-4-6": {
|
|
438
441
|
id: string;
|
|
439
442
|
name: string;
|
|
440
443
|
api: "bedrock-converse-stream";
|
|
441
444
|
provider: string;
|
|
442
445
|
baseUrl: string;
|
|
443
446
|
reasoning: true;
|
|
444
|
-
input: "text"[];
|
|
447
|
+
input: ("image" | "text")[];
|
|
445
448
|
cost: {
|
|
446
449
|
input: number;
|
|
447
450
|
output: number;
|
|
@@ -451,7 +454,7 @@ export declare const MODELS: {
|
|
|
451
454
|
contextWindow: number;
|
|
452
455
|
maxTokens: number;
|
|
453
456
|
};
|
|
454
|
-
readonly "
|
|
457
|
+
readonly "au.anthropic.claude-sonnet-5": {
|
|
455
458
|
id: string;
|
|
456
459
|
name: string;
|
|
457
460
|
api: "bedrock-converse-stream";
|
|
@@ -468,13 +471,13 @@ export declare const MODELS: {
|
|
|
468
471
|
contextWindow: number;
|
|
469
472
|
maxTokens: number;
|
|
470
473
|
};
|
|
471
|
-
readonly "
|
|
474
|
+
readonly "ca.amazon.nova-lite-v1:0": {
|
|
472
475
|
id: string;
|
|
473
476
|
name: string;
|
|
474
477
|
api: "bedrock-converse-stream";
|
|
475
478
|
provider: string;
|
|
476
479
|
baseUrl: string;
|
|
477
|
-
reasoning:
|
|
480
|
+
reasoning: false;
|
|
478
481
|
input: ("image" | "text")[];
|
|
479
482
|
cost: {
|
|
480
483
|
input: number;
|
|
@@ -485,14 +488,14 @@ export declare const MODELS: {
|
|
|
485
488
|
contextWindow: number;
|
|
486
489
|
maxTokens: number;
|
|
487
490
|
};
|
|
488
|
-
readonly "
|
|
491
|
+
readonly "deepseek.v3-v1:0": {
|
|
489
492
|
id: string;
|
|
490
493
|
name: string;
|
|
491
494
|
api: "bedrock-converse-stream";
|
|
492
495
|
provider: string;
|
|
493
496
|
baseUrl: string;
|
|
494
497
|
reasoning: true;
|
|
495
|
-
input:
|
|
498
|
+
input: "text"[];
|
|
496
499
|
cost: {
|
|
497
500
|
input: number;
|
|
498
501
|
output: number;
|
|
@@ -502,17 +505,14 @@ export declare const MODELS: {
|
|
|
502
505
|
contextWindow: number;
|
|
503
506
|
maxTokens: number;
|
|
504
507
|
};
|
|
505
|
-
readonly "
|
|
508
|
+
readonly "deepseek.v3.2": {
|
|
506
509
|
id: string;
|
|
507
510
|
name: string;
|
|
508
511
|
api: "bedrock-converse-stream";
|
|
509
512
|
provider: string;
|
|
510
513
|
baseUrl: string;
|
|
511
514
|
reasoning: true;
|
|
512
|
-
|
|
513
|
-
xhigh: string;
|
|
514
|
-
};
|
|
515
|
-
input: ("image" | "text")[];
|
|
515
|
+
input: "text"[];
|
|
516
516
|
cost: {
|
|
517
517
|
input: number;
|
|
518
518
|
output: number;
|
|
@@ -522,16 +522,13 @@ export declare const MODELS: {
|
|
|
522
522
|
contextWindow: number;
|
|
523
523
|
maxTokens: number;
|
|
524
524
|
};
|
|
525
|
-
readonly "eu.
|
|
525
|
+
readonly "eu.amazon.nova-2-lite-v1:0": {
|
|
526
526
|
id: string;
|
|
527
527
|
name: string;
|
|
528
528
|
api: "bedrock-converse-stream";
|
|
529
529
|
provider: string;
|
|
530
530
|
baseUrl: string;
|
|
531
531
|
reasoning: true;
|
|
532
|
-
thinkingLevelMap: {
|
|
533
|
-
xhigh: string;
|
|
534
|
-
};
|
|
535
532
|
input: ("image" | "text")[];
|
|
536
533
|
cost: {
|
|
537
534
|
input: number;
|
|
@@ -542,13 +539,13 @@ export declare const MODELS: {
|
|
|
542
539
|
contextWindow: number;
|
|
543
540
|
maxTokens: number;
|
|
544
541
|
};
|
|
545
|
-
readonly "eu.
|
|
542
|
+
readonly "eu.amazon.nova-lite-v1:0": {
|
|
546
543
|
id: string;
|
|
547
544
|
name: string;
|
|
548
545
|
api: "bedrock-converse-stream";
|
|
549
546
|
provider: string;
|
|
550
547
|
baseUrl: string;
|
|
551
|
-
reasoning:
|
|
548
|
+
reasoning: false;
|
|
552
549
|
input: ("image" | "text")[];
|
|
553
550
|
cost: {
|
|
554
551
|
input: number;
|
|
@@ -559,14 +556,14 @@ export declare const MODELS: {
|
|
|
559
556
|
contextWindow: number;
|
|
560
557
|
maxTokens: number;
|
|
561
558
|
};
|
|
562
|
-
readonly "eu.
|
|
559
|
+
readonly "eu.amazon.nova-micro-v1:0": {
|
|
563
560
|
id: string;
|
|
564
561
|
name: string;
|
|
565
562
|
api: "bedrock-converse-stream";
|
|
566
563
|
provider: string;
|
|
567
564
|
baseUrl: string;
|
|
568
|
-
reasoning:
|
|
569
|
-
input:
|
|
565
|
+
reasoning: false;
|
|
566
|
+
input: "text"[];
|
|
570
567
|
cost: {
|
|
571
568
|
input: number;
|
|
572
569
|
output: number;
|
|
@@ -576,13 +573,13 @@ export declare const MODELS: {
|
|
|
576
573
|
contextWindow: number;
|
|
577
574
|
maxTokens: number;
|
|
578
575
|
};
|
|
579
|
-
readonly "eu.
|
|
576
|
+
readonly "eu.amazon.nova-pro-v1:0": {
|
|
580
577
|
id: string;
|
|
581
578
|
name: string;
|
|
582
579
|
api: "bedrock-converse-stream";
|
|
583
580
|
provider: string;
|
|
584
581
|
baseUrl: string;
|
|
585
|
-
reasoning:
|
|
582
|
+
reasoning: false;
|
|
586
583
|
input: ("image" | "text")[];
|
|
587
584
|
cost: {
|
|
588
585
|
input: number;
|
|
@@ -593,7 +590,7 @@ export declare const MODELS: {
|
|
|
593
590
|
contextWindow: number;
|
|
594
591
|
maxTokens: number;
|
|
595
592
|
};
|
|
596
|
-
readonly "eu.anthropic.claude-
|
|
593
|
+
readonly "eu.anthropic.claude-fable-5": {
|
|
597
594
|
id: string;
|
|
598
595
|
name: string;
|
|
599
596
|
api: "bedrock-converse-stream";
|
|
@@ -610,7 +607,7 @@ export declare const MODELS: {
|
|
|
610
607
|
contextWindow: number;
|
|
611
608
|
maxTokens: number;
|
|
612
609
|
};
|
|
613
|
-
readonly "eu.anthropic.claude-
|
|
610
|
+
readonly "eu.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
614
611
|
id: string;
|
|
615
612
|
name: string;
|
|
616
613
|
api: "bedrock-converse-stream";
|
|
@@ -627,7 +624,7 @@ export declare const MODELS: {
|
|
|
627
624
|
contextWindow: number;
|
|
628
625
|
maxTokens: number;
|
|
629
626
|
};
|
|
630
|
-
readonly "
|
|
627
|
+
readonly "eu.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
631
628
|
id: string;
|
|
632
629
|
name: string;
|
|
633
630
|
api: "bedrock-converse-stream";
|
|
@@ -644,13 +641,16 @@ export declare const MODELS: {
|
|
|
644
641
|
contextWindow: number;
|
|
645
642
|
maxTokens: number;
|
|
646
643
|
};
|
|
647
|
-
readonly "
|
|
644
|
+
readonly "eu.anthropic.claude-opus-4-6-v1": {
|
|
648
645
|
id: string;
|
|
649
646
|
name: string;
|
|
650
647
|
api: "bedrock-converse-stream";
|
|
651
648
|
provider: string;
|
|
652
649
|
baseUrl: string;
|
|
653
650
|
reasoning: true;
|
|
651
|
+
thinkingLevelMap: {
|
|
652
|
+
xhigh: string;
|
|
653
|
+
};
|
|
654
654
|
input: ("image" | "text")[];
|
|
655
655
|
cost: {
|
|
656
656
|
input: number;
|
|
@@ -661,13 +661,16 @@ export declare const MODELS: {
|
|
|
661
661
|
contextWindow: number;
|
|
662
662
|
maxTokens: number;
|
|
663
663
|
};
|
|
664
|
-
readonly "
|
|
664
|
+
readonly "eu.anthropic.claude-opus-4-7": {
|
|
665
665
|
id: string;
|
|
666
666
|
name: string;
|
|
667
667
|
api: "bedrock-converse-stream";
|
|
668
668
|
provider: string;
|
|
669
669
|
baseUrl: string;
|
|
670
670
|
reasoning: true;
|
|
671
|
+
thinkingLevelMap: {
|
|
672
|
+
xhigh: string;
|
|
673
|
+
};
|
|
671
674
|
input: ("image" | "text")[];
|
|
672
675
|
cost: {
|
|
673
676
|
input: number;
|
|
@@ -678,7 +681,7 @@ export declare const MODELS: {
|
|
|
678
681
|
contextWindow: number;
|
|
679
682
|
maxTokens: number;
|
|
680
683
|
};
|
|
681
|
-
readonly "
|
|
684
|
+
readonly "eu.anthropic.claude-opus-4-8": {
|
|
682
685
|
id: string;
|
|
683
686
|
name: string;
|
|
684
687
|
api: "bedrock-converse-stream";
|
|
@@ -695,16 +698,13 @@ export declare const MODELS: {
|
|
|
695
698
|
contextWindow: number;
|
|
696
699
|
maxTokens: number;
|
|
697
700
|
};
|
|
698
|
-
readonly "
|
|
701
|
+
readonly "eu.anthropic.claude-opus-5": {
|
|
699
702
|
id: string;
|
|
700
703
|
name: string;
|
|
701
704
|
api: "bedrock-converse-stream";
|
|
702
705
|
provider: string;
|
|
703
706
|
baseUrl: string;
|
|
704
707
|
reasoning: true;
|
|
705
|
-
thinkingLevelMap: {
|
|
706
|
-
xhigh: string;
|
|
707
|
-
};
|
|
708
708
|
input: ("image" | "text")[];
|
|
709
709
|
cost: {
|
|
710
710
|
input: number;
|
|
@@ -715,16 +715,13 @@ export declare const MODELS: {
|
|
|
715
715
|
contextWindow: number;
|
|
716
716
|
maxTokens: number;
|
|
717
717
|
};
|
|
718
|
-
readonly "
|
|
718
|
+
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
719
719
|
id: string;
|
|
720
720
|
name: string;
|
|
721
721
|
api: "bedrock-converse-stream";
|
|
722
722
|
provider: string;
|
|
723
723
|
baseUrl: string;
|
|
724
724
|
reasoning: true;
|
|
725
|
-
thinkingLevelMap: {
|
|
726
|
-
xhigh: string;
|
|
727
|
-
};
|
|
728
725
|
input: ("image" | "text")[];
|
|
729
726
|
cost: {
|
|
730
727
|
input: number;
|
|
@@ -735,7 +732,7 @@ export declare const MODELS: {
|
|
|
735
732
|
contextWindow: number;
|
|
736
733
|
maxTokens: number;
|
|
737
734
|
};
|
|
738
|
-
readonly "
|
|
735
|
+
readonly "eu.anthropic.claude-sonnet-4-6": {
|
|
739
736
|
id: string;
|
|
740
737
|
name: string;
|
|
741
738
|
api: "bedrock-converse-stream";
|
|
@@ -752,7 +749,7 @@ export declare const MODELS: {
|
|
|
752
749
|
contextWindow: number;
|
|
753
750
|
maxTokens: number;
|
|
754
751
|
};
|
|
755
|
-
readonly "
|
|
752
|
+
readonly "eu.anthropic.claude-sonnet-5": {
|
|
756
753
|
id: string;
|
|
757
754
|
name: string;
|
|
758
755
|
api: "bedrock-converse-stream";
|
|
@@ -769,13 +766,13 @@ export declare const MODELS: {
|
|
|
769
766
|
contextWindow: number;
|
|
770
767
|
maxTokens: number;
|
|
771
768
|
};
|
|
772
|
-
readonly "
|
|
769
|
+
readonly "eu.mistral.pixtral-large-2502-v1:0": {
|
|
773
770
|
id: string;
|
|
774
771
|
name: string;
|
|
775
772
|
api: "bedrock-converse-stream";
|
|
776
773
|
provider: string;
|
|
777
774
|
baseUrl: string;
|
|
778
|
-
reasoning:
|
|
775
|
+
reasoning: false;
|
|
779
776
|
input: ("image" | "text")[];
|
|
780
777
|
cost: {
|
|
781
778
|
input: number;
|
|
@@ -786,7 +783,7 @@ export declare const MODELS: {
|
|
|
786
783
|
contextWindow: number;
|
|
787
784
|
maxTokens: number;
|
|
788
785
|
};
|
|
789
|
-
readonly "global.
|
|
786
|
+
readonly "global.amazon.nova-2-lite-v1:0": {
|
|
790
787
|
id: string;
|
|
791
788
|
name: string;
|
|
792
789
|
api: "bedrock-converse-stream";
|
|
@@ -803,7 +800,7 @@ export declare const MODELS: {
|
|
|
803
800
|
contextWindow: number;
|
|
804
801
|
maxTokens: number;
|
|
805
802
|
};
|
|
806
|
-
readonly "global.anthropic.claude-
|
|
803
|
+
readonly "global.anthropic.claude-fable-5": {
|
|
807
804
|
id: string;
|
|
808
805
|
name: string;
|
|
809
806
|
api: "bedrock-converse-stream";
|
|
@@ -820,16 +817,13 @@ export declare const MODELS: {
|
|
|
820
817
|
contextWindow: number;
|
|
821
818
|
maxTokens: number;
|
|
822
819
|
};
|
|
823
|
-
readonly "global.
|
|
820
|
+
readonly "global.anthropic.claude-fable-5-1": {
|
|
824
821
|
id: string;
|
|
825
822
|
name: string;
|
|
826
823
|
api: "bedrock-converse-stream";
|
|
827
824
|
provider: string;
|
|
828
825
|
baseUrl: string;
|
|
829
826
|
reasoning: true;
|
|
830
|
-
thinkingLevelMap: {
|
|
831
|
-
xhigh: string;
|
|
832
|
-
};
|
|
833
827
|
input: ("image" | "text")[];
|
|
834
828
|
cost: {
|
|
835
829
|
input: number;
|
|
@@ -840,16 +834,13 @@ export declare const MODELS: {
|
|
|
840
834
|
contextWindow: number;
|
|
841
835
|
maxTokens: number;
|
|
842
836
|
};
|
|
843
|
-
readonly "global.
|
|
837
|
+
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
844
838
|
id: string;
|
|
845
839
|
name: string;
|
|
846
840
|
api: "bedrock-converse-stream";
|
|
847
841
|
provider: string;
|
|
848
842
|
baseUrl: string;
|
|
849
843
|
reasoning: true;
|
|
850
|
-
thinkingLevelMap: {
|
|
851
|
-
xhigh: string;
|
|
852
|
-
};
|
|
853
844
|
input: ("image" | "text")[];
|
|
854
845
|
cost: {
|
|
855
846
|
input: number;
|
|
@@ -860,16 +851,13 @@ export declare const MODELS: {
|
|
|
860
851
|
contextWindow: number;
|
|
861
852
|
maxTokens: number;
|
|
862
853
|
};
|
|
863
|
-
readonly "global.
|
|
854
|
+
readonly "global.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
864
855
|
id: string;
|
|
865
856
|
name: string;
|
|
866
857
|
api: "bedrock-converse-stream";
|
|
867
858
|
provider: string;
|
|
868
859
|
baseUrl: string;
|
|
869
860
|
reasoning: true;
|
|
870
|
-
thinkingLevelMap: {
|
|
871
|
-
xhigh: string;
|
|
872
|
-
};
|
|
873
861
|
input: ("image" | "text")[];
|
|
874
862
|
cost: {
|
|
875
863
|
input: number;
|
|
@@ -880,13 +868,16 @@ export declare const MODELS: {
|
|
|
880
868
|
contextWindow: number;
|
|
881
869
|
maxTokens: number;
|
|
882
870
|
};
|
|
883
|
-
readonly "global.
|
|
871
|
+
readonly "global.anthropic.claude-opus-4-6-v1": {
|
|
884
872
|
id: string;
|
|
885
873
|
name: string;
|
|
886
874
|
api: "bedrock-converse-stream";
|
|
887
875
|
provider: string;
|
|
888
876
|
baseUrl: string;
|
|
889
877
|
reasoning: true;
|
|
878
|
+
thinkingLevelMap: {
|
|
879
|
+
xhigh: string;
|
|
880
|
+
};
|
|
890
881
|
input: ("image" | "text")[];
|
|
891
882
|
cost: {
|
|
892
883
|
input: number;
|
|
@@ -897,13 +888,16 @@ export declare const MODELS: {
|
|
|
897
888
|
contextWindow: number;
|
|
898
889
|
maxTokens: number;
|
|
899
890
|
};
|
|
900
|
-
readonly "
|
|
891
|
+
readonly "global.anthropic.claude-opus-4-7": {
|
|
901
892
|
id: string;
|
|
902
893
|
name: string;
|
|
903
894
|
api: "bedrock-converse-stream";
|
|
904
895
|
provider: string;
|
|
905
896
|
baseUrl: string;
|
|
906
|
-
reasoning:
|
|
897
|
+
reasoning: true;
|
|
898
|
+
thinkingLevelMap: {
|
|
899
|
+
xhigh: string;
|
|
900
|
+
};
|
|
907
901
|
input: ("image" | "text")[];
|
|
908
902
|
cost: {
|
|
909
903
|
input: number;
|
|
@@ -914,13 +908,13 @@ export declare const MODELS: {
|
|
|
914
908
|
contextWindow: number;
|
|
915
909
|
maxTokens: number;
|
|
916
910
|
};
|
|
917
|
-
readonly "
|
|
911
|
+
readonly "global.anthropic.claude-opus-4-8": {
|
|
918
912
|
id: string;
|
|
919
913
|
name: string;
|
|
920
914
|
api: "bedrock-converse-stream";
|
|
921
915
|
provider: string;
|
|
922
916
|
baseUrl: string;
|
|
923
|
-
reasoning:
|
|
917
|
+
reasoning: true;
|
|
924
918
|
input: ("image" | "text")[];
|
|
925
919
|
cost: {
|
|
926
920
|
input: number;
|
|
@@ -931,7 +925,7 @@ export declare const MODELS: {
|
|
|
931
925
|
contextWindow: number;
|
|
932
926
|
maxTokens: number;
|
|
933
927
|
};
|
|
934
|
-
readonly "
|
|
928
|
+
readonly "global.anthropic.claude-opus-5": {
|
|
935
929
|
id: string;
|
|
936
930
|
name: string;
|
|
937
931
|
api: "bedrock-converse-stream";
|
|
@@ -948,16 +942,13 @@ export declare const MODELS: {
|
|
|
948
942
|
contextWindow: number;
|
|
949
943
|
maxTokens: number;
|
|
950
944
|
};
|
|
951
|
-
readonly "
|
|
945
|
+
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
952
946
|
id: string;
|
|
953
947
|
name: string;
|
|
954
948
|
api: "bedrock-converse-stream";
|
|
955
949
|
provider: string;
|
|
956
950
|
baseUrl: string;
|
|
957
951
|
reasoning: true;
|
|
958
|
-
thinkingLevelMap: {
|
|
959
|
-
xhigh: string;
|
|
960
|
-
};
|
|
961
952
|
input: ("image" | "text")[];
|
|
962
953
|
cost: {
|
|
963
954
|
input: number;
|
|
@@ -968,7 +959,7 @@ export declare const MODELS: {
|
|
|
968
959
|
contextWindow: number;
|
|
969
960
|
maxTokens: number;
|
|
970
961
|
};
|
|
971
|
-
readonly "
|
|
962
|
+
readonly "global.anthropic.claude-sonnet-4-6": {
|
|
972
963
|
id: string;
|
|
973
964
|
name: string;
|
|
974
965
|
api: "bedrock-converse-stream";
|
|
@@ -985,7 +976,7 @@ export declare const MODELS: {
|
|
|
985
976
|
contextWindow: number;
|
|
986
977
|
maxTokens: number;
|
|
987
978
|
};
|
|
988
|
-
readonly "
|
|
979
|
+
readonly "global.anthropic.claude-sonnet-5": {
|
|
989
980
|
id: string;
|
|
990
981
|
name: string;
|
|
991
982
|
api: "bedrock-converse-stream";
|
|
@@ -1002,13 +993,16 @@ export declare const MODELS: {
|
|
|
1002
993
|
contextWindow: number;
|
|
1003
994
|
maxTokens: number;
|
|
1004
995
|
};
|
|
1005
|
-
readonly "
|
|
996
|
+
readonly "global.openai.gpt-5.6-luna": {
|
|
1006
997
|
id: string;
|
|
1007
998
|
name: string;
|
|
1008
999
|
api: "bedrock-converse-stream";
|
|
1009
1000
|
provider: string;
|
|
1010
1001
|
baseUrl: string;
|
|
1011
1002
|
reasoning: true;
|
|
1003
|
+
thinkingLevelMap: {
|
|
1004
|
+
xhigh: string;
|
|
1005
|
+
};
|
|
1012
1006
|
input: ("image" | "text")[];
|
|
1013
1007
|
cost: {
|
|
1014
1008
|
input: number;
|
|
@@ -1019,13 +1013,16 @@ export declare const MODELS: {
|
|
|
1019
1013
|
contextWindow: number;
|
|
1020
1014
|
maxTokens: number;
|
|
1021
1015
|
};
|
|
1022
|
-
readonly "
|
|
1016
|
+
readonly "global.openai.gpt-5.6-sol": {
|
|
1023
1017
|
id: string;
|
|
1024
1018
|
name: string;
|
|
1025
1019
|
api: "bedrock-converse-stream";
|
|
1026
1020
|
provider: string;
|
|
1027
1021
|
baseUrl: string;
|
|
1028
1022
|
reasoning: true;
|
|
1023
|
+
thinkingLevelMap: {
|
|
1024
|
+
xhigh: string;
|
|
1025
|
+
};
|
|
1029
1026
|
input: ("image" | "text")[];
|
|
1030
1027
|
cost: {
|
|
1031
1028
|
input: number;
|
|
@@ -1036,13 +1033,16 @@ export declare const MODELS: {
|
|
|
1036
1033
|
contextWindow: number;
|
|
1037
1034
|
maxTokens: number;
|
|
1038
1035
|
};
|
|
1039
|
-
readonly "
|
|
1036
|
+
readonly "global.openai.gpt-5.6-terra": {
|
|
1040
1037
|
id: string;
|
|
1041
1038
|
name: string;
|
|
1042
1039
|
api: "bedrock-converse-stream";
|
|
1043
1040
|
provider: string;
|
|
1044
1041
|
baseUrl: string;
|
|
1045
1042
|
reasoning: true;
|
|
1043
|
+
thinkingLevelMap: {
|
|
1044
|
+
xhigh: string;
|
|
1045
|
+
};
|
|
1046
1046
|
input: ("image" | "text")[];
|
|
1047
1047
|
cost: {
|
|
1048
1048
|
input: number;
|
|
@@ -1053,14 +1053,17 @@ export declare const MODELS: {
|
|
|
1053
1053
|
contextWindow: number;
|
|
1054
1054
|
maxTokens: number;
|
|
1055
1055
|
};
|
|
1056
|
-
readonly "
|
|
1056
|
+
readonly "global.openai.gpt-6-astra": {
|
|
1057
1057
|
id: string;
|
|
1058
1058
|
name: string;
|
|
1059
1059
|
api: "bedrock-converse-stream";
|
|
1060
1060
|
provider: string;
|
|
1061
1061
|
baseUrl: string;
|
|
1062
|
-
reasoning:
|
|
1063
|
-
|
|
1062
|
+
reasoning: true;
|
|
1063
|
+
thinkingLevelMap: {
|
|
1064
|
+
xhigh: string;
|
|
1065
|
+
};
|
|
1066
|
+
input: ("image" | "text")[];
|
|
1064
1067
|
cost: {
|
|
1065
1068
|
input: number;
|
|
1066
1069
|
output: number;
|
|
@@ -1070,14 +1073,14 @@ export declare const MODELS: {
|
|
|
1070
1073
|
contextWindow: number;
|
|
1071
1074
|
maxTokens: number;
|
|
1072
1075
|
};
|
|
1073
|
-
readonly "
|
|
1076
|
+
readonly "global.xai.grok-4.6": {
|
|
1074
1077
|
id: string;
|
|
1075
1078
|
name: string;
|
|
1076
1079
|
api: "bedrock-converse-stream";
|
|
1077
1080
|
provider: string;
|
|
1078
1081
|
baseUrl: string;
|
|
1079
|
-
reasoning:
|
|
1080
|
-
input: "text"[];
|
|
1082
|
+
reasoning: true;
|
|
1083
|
+
input: ("image" | "text")[];
|
|
1081
1084
|
cost: {
|
|
1082
1085
|
input: number;
|
|
1083
1086
|
output: number;
|
|
@@ -1087,14 +1090,14 @@ export declare const MODELS: {
|
|
|
1087
1090
|
contextWindow: number;
|
|
1088
1091
|
maxTokens: number;
|
|
1089
1092
|
};
|
|
1090
|
-
readonly "
|
|
1093
|
+
readonly "google.gemma-4-26b-a4b": {
|
|
1091
1094
|
id: string;
|
|
1092
1095
|
name: string;
|
|
1093
1096
|
api: "bedrock-converse-stream";
|
|
1094
1097
|
provider: string;
|
|
1095
1098
|
baseUrl: string;
|
|
1096
|
-
reasoning:
|
|
1097
|
-
input: "text"[];
|
|
1099
|
+
reasoning: true;
|
|
1100
|
+
input: ("image" | "text")[];
|
|
1098
1101
|
cost: {
|
|
1099
1102
|
input: number;
|
|
1100
1103
|
output: number;
|
|
@@ -1104,13 +1107,13 @@ export declare const MODELS: {
|
|
|
1104
1107
|
contextWindow: number;
|
|
1105
1108
|
maxTokens: number;
|
|
1106
1109
|
};
|
|
1107
|
-
readonly "
|
|
1110
|
+
readonly "google.gemma-4-31b": {
|
|
1108
1111
|
id: string;
|
|
1109
1112
|
name: string;
|
|
1110
1113
|
api: "bedrock-converse-stream";
|
|
1111
1114
|
provider: string;
|
|
1112
1115
|
baseUrl: string;
|
|
1113
|
-
reasoning:
|
|
1116
|
+
reasoning: true;
|
|
1114
1117
|
input: ("image" | "text")[];
|
|
1115
1118
|
cost: {
|
|
1116
1119
|
input: number;
|
|
@@ -1121,13 +1124,13 @@ export declare const MODELS: {
|
|
|
1121
1124
|
contextWindow: number;
|
|
1122
1125
|
maxTokens: number;
|
|
1123
1126
|
};
|
|
1124
|
-
readonly "
|
|
1127
|
+
readonly "google.gemma-4-e2b": {
|
|
1125
1128
|
id: string;
|
|
1126
1129
|
name: string;
|
|
1127
1130
|
api: "bedrock-converse-stream";
|
|
1128
1131
|
provider: string;
|
|
1129
1132
|
baseUrl: string;
|
|
1130
|
-
reasoning:
|
|
1133
|
+
reasoning: true;
|
|
1131
1134
|
input: ("image" | "text")[];
|
|
1132
1135
|
cost: {
|
|
1133
1136
|
input: number;
|
|
@@ -1138,14 +1141,17 @@ export declare const MODELS: {
|
|
|
1138
1141
|
contextWindow: number;
|
|
1139
1142
|
maxTokens: number;
|
|
1140
1143
|
};
|
|
1141
|
-
readonly "
|
|
1144
|
+
readonly "in.openai.gpt-5.6-luna": {
|
|
1142
1145
|
id: string;
|
|
1143
1146
|
name: string;
|
|
1144
1147
|
api: "bedrock-converse-stream";
|
|
1145
1148
|
provider: string;
|
|
1146
1149
|
baseUrl: string;
|
|
1147
1150
|
reasoning: true;
|
|
1148
|
-
|
|
1151
|
+
thinkingLevelMap: {
|
|
1152
|
+
xhigh: string;
|
|
1153
|
+
};
|
|
1154
|
+
input: ("image" | "text")[];
|
|
1149
1155
|
cost: {
|
|
1150
1156
|
input: number;
|
|
1151
1157
|
output: number;
|
|
@@ -1155,14 +1161,17 @@ export declare const MODELS: {
|
|
|
1155
1161
|
contextWindow: number;
|
|
1156
1162
|
maxTokens: number;
|
|
1157
1163
|
};
|
|
1158
|
-
readonly "
|
|
1164
|
+
readonly "in.openai.gpt-5.6-terra": {
|
|
1159
1165
|
id: string;
|
|
1160
1166
|
name: string;
|
|
1161
1167
|
api: "bedrock-converse-stream";
|
|
1162
1168
|
provider: string;
|
|
1163
1169
|
baseUrl: string;
|
|
1164
1170
|
reasoning: true;
|
|
1165
|
-
|
|
1171
|
+
thinkingLevelMap: {
|
|
1172
|
+
xhigh: string;
|
|
1173
|
+
};
|
|
1174
|
+
input: ("image" | "text")[];
|
|
1166
1175
|
cost: {
|
|
1167
1176
|
input: number;
|
|
1168
1177
|
output: number;
|
|
@@ -1172,14 +1181,14 @@ export declare const MODELS: {
|
|
|
1172
1181
|
contextWindow: number;
|
|
1173
1182
|
maxTokens: number;
|
|
1174
1183
|
};
|
|
1175
|
-
readonly "
|
|
1184
|
+
readonly "jp.amazon.nova-2-lite-v1:0": {
|
|
1176
1185
|
id: string;
|
|
1177
1186
|
name: string;
|
|
1178
1187
|
api: "bedrock-converse-stream";
|
|
1179
1188
|
provider: string;
|
|
1180
1189
|
baseUrl: string;
|
|
1181
1190
|
reasoning: true;
|
|
1182
|
-
input: "text"[];
|
|
1191
|
+
input: ("image" | "text")[];
|
|
1183
1192
|
cost: {
|
|
1184
1193
|
input: number;
|
|
1185
1194
|
output: number;
|
|
@@ -1189,14 +1198,14 @@ export declare const MODELS: {
|
|
|
1189
1198
|
contextWindow: number;
|
|
1190
1199
|
maxTokens: number;
|
|
1191
1200
|
};
|
|
1192
|
-
readonly "
|
|
1201
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1193
1202
|
id: string;
|
|
1194
1203
|
name: string;
|
|
1195
1204
|
api: "bedrock-converse-stream";
|
|
1196
1205
|
provider: string;
|
|
1197
1206
|
baseUrl: string;
|
|
1198
|
-
reasoning:
|
|
1199
|
-
input: "text"[];
|
|
1207
|
+
reasoning: true;
|
|
1208
|
+
input: ("image" | "text")[];
|
|
1200
1209
|
cost: {
|
|
1201
1210
|
input: number;
|
|
1202
1211
|
output: number;
|
|
@@ -1206,13 +1215,16 @@ export declare const MODELS: {
|
|
|
1206
1215
|
contextWindow: number;
|
|
1207
1216
|
maxTokens: number;
|
|
1208
1217
|
};
|
|
1209
|
-
readonly "
|
|
1218
|
+
readonly "jp.anthropic.claude-opus-4-7": {
|
|
1210
1219
|
id: string;
|
|
1211
1220
|
name: string;
|
|
1212
1221
|
api: "bedrock-converse-stream";
|
|
1213
1222
|
provider: string;
|
|
1214
1223
|
baseUrl: string;
|
|
1215
1224
|
reasoning: true;
|
|
1225
|
+
thinkingLevelMap: {
|
|
1226
|
+
xhigh: string;
|
|
1227
|
+
};
|
|
1216
1228
|
input: ("image" | "text")[];
|
|
1217
1229
|
cost: {
|
|
1218
1230
|
input: number;
|
|
@@ -1223,14 +1235,14 @@ export declare const MODELS: {
|
|
|
1223
1235
|
contextWindow: number;
|
|
1224
1236
|
maxTokens: number;
|
|
1225
1237
|
};
|
|
1226
|
-
readonly "
|
|
1238
|
+
readonly "jp.anthropic.claude-opus-4-8": {
|
|
1227
1239
|
id: string;
|
|
1228
1240
|
name: string;
|
|
1229
1241
|
api: "bedrock-converse-stream";
|
|
1230
1242
|
provider: string;
|
|
1231
1243
|
baseUrl: string;
|
|
1232
|
-
reasoning:
|
|
1233
|
-
input: "text"[];
|
|
1244
|
+
reasoning: true;
|
|
1245
|
+
input: ("image" | "text")[];
|
|
1234
1246
|
cost: {
|
|
1235
1247
|
input: number;
|
|
1236
1248
|
output: number;
|
|
@@ -1240,13 +1252,13 @@ export declare const MODELS: {
|
|
|
1240
1252
|
contextWindow: number;
|
|
1241
1253
|
maxTokens: number;
|
|
1242
1254
|
};
|
|
1243
|
-
readonly "
|
|
1255
|
+
readonly "jp.anthropic.claude-opus-5": {
|
|
1244
1256
|
id: string;
|
|
1245
1257
|
name: string;
|
|
1246
1258
|
api: "bedrock-converse-stream";
|
|
1247
1259
|
provider: string;
|
|
1248
1260
|
baseUrl: string;
|
|
1249
|
-
reasoning:
|
|
1261
|
+
reasoning: true;
|
|
1250
1262
|
input: ("image" | "text")[];
|
|
1251
1263
|
cost: {
|
|
1252
1264
|
input: number;
|
|
@@ -1257,14 +1269,14 @@ export declare const MODELS: {
|
|
|
1257
1269
|
contextWindow: number;
|
|
1258
1270
|
maxTokens: number;
|
|
1259
1271
|
};
|
|
1260
|
-
readonly "
|
|
1272
|
+
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1261
1273
|
id: string;
|
|
1262
1274
|
name: string;
|
|
1263
1275
|
api: "bedrock-converse-stream";
|
|
1264
1276
|
provider: string;
|
|
1265
1277
|
baseUrl: string;
|
|
1266
|
-
reasoning:
|
|
1267
|
-
input: "text"[];
|
|
1278
|
+
reasoning: true;
|
|
1279
|
+
input: ("image" | "text")[];
|
|
1268
1280
|
cost: {
|
|
1269
1281
|
input: number;
|
|
1270
1282
|
output: number;
|
|
@@ -1274,13 +1286,13 @@ export declare const MODELS: {
|
|
|
1274
1286
|
contextWindow: number;
|
|
1275
1287
|
maxTokens: number;
|
|
1276
1288
|
};
|
|
1277
|
-
readonly "
|
|
1289
|
+
readonly "jp.anthropic.claude-sonnet-4-6": {
|
|
1278
1290
|
id: string;
|
|
1279
1291
|
name: string;
|
|
1280
1292
|
api: "bedrock-converse-stream";
|
|
1281
1293
|
provider: string;
|
|
1282
1294
|
baseUrl: string;
|
|
1283
|
-
reasoning:
|
|
1295
|
+
reasoning: true;
|
|
1284
1296
|
input: ("image" | "text")[];
|
|
1285
1297
|
cost: {
|
|
1286
1298
|
input: number;
|
|
@@ -1291,13 +1303,13 @@ export declare const MODELS: {
|
|
|
1291
1303
|
contextWindow: number;
|
|
1292
1304
|
maxTokens: number;
|
|
1293
1305
|
};
|
|
1294
|
-
readonly "
|
|
1306
|
+
readonly "jp.anthropic.claude-sonnet-5": {
|
|
1295
1307
|
id: string;
|
|
1296
1308
|
name: string;
|
|
1297
1309
|
api: "bedrock-converse-stream";
|
|
1298
1310
|
provider: string;
|
|
1299
1311
|
baseUrl: string;
|
|
1300
|
-
reasoning:
|
|
1312
|
+
reasoning: true;
|
|
1301
1313
|
input: ("image" | "text")[];
|
|
1302
1314
|
cost: {
|
|
1303
1315
|
input: number;
|
|
@@ -1308,7 +1320,7 @@ export declare const MODELS: {
|
|
|
1308
1320
|
contextWindow: number;
|
|
1309
1321
|
maxTokens: number;
|
|
1310
1322
|
};
|
|
1311
|
-
readonly "
|
|
1323
|
+
readonly "meta.llama3-1-70b-instruct-v1:0": {
|
|
1312
1324
|
id: string;
|
|
1313
1325
|
name: string;
|
|
1314
1326
|
api: "bedrock-converse-stream";
|
|
@@ -1325,7 +1337,7 @@ export declare const MODELS: {
|
|
|
1325
1337
|
contextWindow: number;
|
|
1326
1338
|
maxTokens: number;
|
|
1327
1339
|
};
|
|
1328
|
-
readonly "
|
|
1340
|
+
readonly "meta.llama3-1-8b-instruct-v1:0": {
|
|
1329
1341
|
id: string;
|
|
1330
1342
|
name: string;
|
|
1331
1343
|
api: "bedrock-converse-stream";
|
|
@@ -1342,13 +1354,13 @@ export declare const MODELS: {
|
|
|
1342
1354
|
contextWindow: number;
|
|
1343
1355
|
maxTokens: number;
|
|
1344
1356
|
};
|
|
1345
|
-
readonly "
|
|
1357
|
+
readonly "meta.llama3-3-70b-instruct-v1:0": {
|
|
1346
1358
|
id: string;
|
|
1347
1359
|
name: string;
|
|
1348
1360
|
api: "bedrock-converse-stream";
|
|
1349
1361
|
provider: string;
|
|
1350
1362
|
baseUrl: string;
|
|
1351
|
-
reasoning:
|
|
1363
|
+
reasoning: false;
|
|
1352
1364
|
input: "text"[];
|
|
1353
1365
|
cost: {
|
|
1354
1366
|
input: number;
|
|
@@ -1359,13 +1371,13 @@ export declare const MODELS: {
|
|
|
1359
1371
|
contextWindow: number;
|
|
1360
1372
|
maxTokens: number;
|
|
1361
1373
|
};
|
|
1362
|
-
readonly "
|
|
1374
|
+
readonly "meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1363
1375
|
id: string;
|
|
1364
1376
|
name: string;
|
|
1365
1377
|
api: "bedrock-converse-stream";
|
|
1366
1378
|
provider: string;
|
|
1367
1379
|
baseUrl: string;
|
|
1368
|
-
reasoning:
|
|
1380
|
+
reasoning: false;
|
|
1369
1381
|
input: ("image" | "text")[];
|
|
1370
1382
|
cost: {
|
|
1371
1383
|
input: number;
|
|
@@ -1376,7 +1388,7 @@ export declare const MODELS: {
|
|
|
1376
1388
|
contextWindow: number;
|
|
1377
1389
|
maxTokens: number;
|
|
1378
1390
|
};
|
|
1379
|
-
readonly "
|
|
1391
|
+
readonly "meta.llama4-scout-17b-instruct-v1:0": {
|
|
1380
1392
|
id: string;
|
|
1381
1393
|
name: string;
|
|
1382
1394
|
api: "bedrock-converse-stream";
|
|
@@ -1393,7 +1405,7 @@ export declare const MODELS: {
|
|
|
1393
1405
|
contextWindow: number;
|
|
1394
1406
|
maxTokens: number;
|
|
1395
1407
|
};
|
|
1396
|
-
readonly "
|
|
1408
|
+
readonly "minimax.minimax-m2": {
|
|
1397
1409
|
id: string;
|
|
1398
1410
|
name: string;
|
|
1399
1411
|
api: "bedrock-converse-stream";
|
|
@@ -1410,13 +1422,13 @@ export declare const MODELS: {
|
|
|
1410
1422
|
contextWindow: number;
|
|
1411
1423
|
maxTokens: number;
|
|
1412
1424
|
};
|
|
1413
|
-
readonly "
|
|
1425
|
+
readonly "minimax.minimax-m2.1": {
|
|
1414
1426
|
id: string;
|
|
1415
1427
|
name: string;
|
|
1416
1428
|
api: "bedrock-converse-stream";
|
|
1417
1429
|
provider: string;
|
|
1418
1430
|
baseUrl: string;
|
|
1419
|
-
reasoning:
|
|
1431
|
+
reasoning: true;
|
|
1420
1432
|
input: "text"[];
|
|
1421
1433
|
cost: {
|
|
1422
1434
|
input: number;
|
|
@@ -1427,7 +1439,7 @@ export declare const MODELS: {
|
|
|
1427
1439
|
contextWindow: number;
|
|
1428
1440
|
maxTokens: number;
|
|
1429
1441
|
};
|
|
1430
|
-
readonly "
|
|
1442
|
+
readonly "minimax.minimax-m2.5": {
|
|
1431
1443
|
id: string;
|
|
1432
1444
|
name: string;
|
|
1433
1445
|
api: "bedrock-converse-stream";
|
|
@@ -1444,16 +1456,64 @@ export declare const MODELS: {
|
|
|
1444
1456
|
contextWindow: number;
|
|
1445
1457
|
maxTokens: number;
|
|
1446
1458
|
};
|
|
1447
|
-
readonly "
|
|
1459
|
+
readonly "mistral.devstral-2-123b": {
|
|
1460
|
+
id: string;
|
|
1461
|
+
name: string;
|
|
1462
|
+
api: "bedrock-converse-stream";
|
|
1463
|
+
provider: string;
|
|
1464
|
+
baseUrl: string;
|
|
1465
|
+
reasoning: false;
|
|
1466
|
+
input: "text"[];
|
|
1467
|
+
cost: {
|
|
1468
|
+
input: number;
|
|
1469
|
+
output: number;
|
|
1470
|
+
cacheRead: number;
|
|
1471
|
+
cacheWrite: number;
|
|
1472
|
+
};
|
|
1473
|
+
contextWindow: number;
|
|
1474
|
+
maxTokens: number;
|
|
1475
|
+
};
|
|
1476
|
+
readonly "mistral.magistral-small-2509": {
|
|
1448
1477
|
id: string;
|
|
1449
1478
|
name: string;
|
|
1450
1479
|
api: "bedrock-converse-stream";
|
|
1451
1480
|
provider: string;
|
|
1452
1481
|
baseUrl: string;
|
|
1453
1482
|
reasoning: true;
|
|
1454
|
-
|
|
1455
|
-
|
|
1483
|
+
input: ("image" | "text")[];
|
|
1484
|
+
cost: {
|
|
1485
|
+
input: number;
|
|
1486
|
+
output: number;
|
|
1487
|
+
cacheRead: number;
|
|
1488
|
+
cacheWrite: number;
|
|
1489
|
+
};
|
|
1490
|
+
contextWindow: number;
|
|
1491
|
+
maxTokens: number;
|
|
1492
|
+
};
|
|
1493
|
+
readonly "mistral.ministral-3-14b-instruct": {
|
|
1494
|
+
id: string;
|
|
1495
|
+
name: string;
|
|
1496
|
+
api: "bedrock-converse-stream";
|
|
1497
|
+
provider: string;
|
|
1498
|
+
baseUrl: string;
|
|
1499
|
+
reasoning: false;
|
|
1500
|
+
input: ("image" | "text")[];
|
|
1501
|
+
cost: {
|
|
1502
|
+
input: number;
|
|
1503
|
+
output: number;
|
|
1504
|
+
cacheRead: number;
|
|
1505
|
+
cacheWrite: number;
|
|
1456
1506
|
};
|
|
1507
|
+
contextWindow: number;
|
|
1508
|
+
maxTokens: number;
|
|
1509
|
+
};
|
|
1510
|
+
readonly "mistral.ministral-3-3b-instruct": {
|
|
1511
|
+
id: string;
|
|
1512
|
+
name: string;
|
|
1513
|
+
api: "bedrock-converse-stream";
|
|
1514
|
+
provider: string;
|
|
1515
|
+
baseUrl: string;
|
|
1516
|
+
reasoning: false;
|
|
1457
1517
|
input: ("image" | "text")[];
|
|
1458
1518
|
cost: {
|
|
1459
1519
|
input: number;
|
|
@@ -1464,16 +1524,132 @@ export declare const MODELS: {
|
|
|
1464
1524
|
contextWindow: number;
|
|
1465
1525
|
maxTokens: number;
|
|
1466
1526
|
};
|
|
1467
|
-
readonly "
|
|
1527
|
+
readonly "mistral.ministral-3-8b-instruct": {
|
|
1528
|
+
id: string;
|
|
1529
|
+
name: string;
|
|
1530
|
+
api: "bedrock-converse-stream";
|
|
1531
|
+
provider: string;
|
|
1532
|
+
baseUrl: string;
|
|
1533
|
+
reasoning: false;
|
|
1534
|
+
input: ("image" | "text")[];
|
|
1535
|
+
cost: {
|
|
1536
|
+
input: number;
|
|
1537
|
+
output: number;
|
|
1538
|
+
cacheRead: number;
|
|
1539
|
+
cacheWrite: number;
|
|
1540
|
+
};
|
|
1541
|
+
contextWindow: number;
|
|
1542
|
+
maxTokens: number;
|
|
1543
|
+
};
|
|
1544
|
+
readonly "mistral.mistral-large-3-675b-instruct": {
|
|
1545
|
+
id: string;
|
|
1546
|
+
name: string;
|
|
1547
|
+
api: "bedrock-converse-stream";
|
|
1548
|
+
provider: string;
|
|
1549
|
+
baseUrl: string;
|
|
1550
|
+
reasoning: false;
|
|
1551
|
+
input: ("image" | "text")[];
|
|
1552
|
+
cost: {
|
|
1553
|
+
input: number;
|
|
1554
|
+
output: number;
|
|
1555
|
+
cacheRead: number;
|
|
1556
|
+
cacheWrite: number;
|
|
1557
|
+
};
|
|
1558
|
+
contextWindow: number;
|
|
1559
|
+
maxTokens: number;
|
|
1560
|
+
};
|
|
1561
|
+
readonly "mistral.pixtral-large-2502-v1:0": {
|
|
1562
|
+
id: string;
|
|
1563
|
+
name: string;
|
|
1564
|
+
api: "bedrock-converse-stream";
|
|
1565
|
+
provider: string;
|
|
1566
|
+
baseUrl: string;
|
|
1567
|
+
reasoning: false;
|
|
1568
|
+
input: ("image" | "text")[];
|
|
1569
|
+
cost: {
|
|
1570
|
+
input: number;
|
|
1571
|
+
output: number;
|
|
1572
|
+
cacheRead: number;
|
|
1573
|
+
cacheWrite: number;
|
|
1574
|
+
};
|
|
1575
|
+
contextWindow: number;
|
|
1576
|
+
maxTokens: number;
|
|
1577
|
+
};
|
|
1578
|
+
readonly "mistral.voxtral-mini-3b-2507": {
|
|
1579
|
+
id: string;
|
|
1580
|
+
name: string;
|
|
1581
|
+
api: "bedrock-converse-stream";
|
|
1582
|
+
provider: string;
|
|
1583
|
+
baseUrl: string;
|
|
1584
|
+
reasoning: false;
|
|
1585
|
+
input: "text"[];
|
|
1586
|
+
cost: {
|
|
1587
|
+
input: number;
|
|
1588
|
+
output: number;
|
|
1589
|
+
cacheRead: number;
|
|
1590
|
+
cacheWrite: number;
|
|
1591
|
+
};
|
|
1592
|
+
contextWindow: number;
|
|
1593
|
+
maxTokens: number;
|
|
1594
|
+
};
|
|
1595
|
+
readonly "mistral.voxtral-small-24b-2507": {
|
|
1596
|
+
id: string;
|
|
1597
|
+
name: string;
|
|
1598
|
+
api: "bedrock-converse-stream";
|
|
1599
|
+
provider: string;
|
|
1600
|
+
baseUrl: string;
|
|
1601
|
+
reasoning: false;
|
|
1602
|
+
input: "text"[];
|
|
1603
|
+
cost: {
|
|
1604
|
+
input: number;
|
|
1605
|
+
output: number;
|
|
1606
|
+
cacheRead: number;
|
|
1607
|
+
cacheWrite: number;
|
|
1608
|
+
};
|
|
1609
|
+
contextWindow: number;
|
|
1610
|
+
maxTokens: number;
|
|
1611
|
+
};
|
|
1612
|
+
readonly "moonshot.kimi-k2-thinking": {
|
|
1468
1613
|
id: string;
|
|
1469
1614
|
name: string;
|
|
1470
1615
|
api: "bedrock-converse-stream";
|
|
1471
1616
|
provider: string;
|
|
1472
1617
|
baseUrl: string;
|
|
1473
1618
|
reasoning: true;
|
|
1474
|
-
|
|
1475
|
-
|
|
1619
|
+
input: "text"[];
|
|
1620
|
+
cost: {
|
|
1621
|
+
input: number;
|
|
1622
|
+
output: number;
|
|
1623
|
+
cacheRead: number;
|
|
1624
|
+
cacheWrite: number;
|
|
1625
|
+
};
|
|
1626
|
+
contextWindow: number;
|
|
1627
|
+
maxTokens: number;
|
|
1628
|
+
};
|
|
1629
|
+
readonly "moonshotai.kimi-k2.5": {
|
|
1630
|
+
id: string;
|
|
1631
|
+
name: string;
|
|
1632
|
+
api: "bedrock-converse-stream";
|
|
1633
|
+
provider: string;
|
|
1634
|
+
baseUrl: string;
|
|
1635
|
+
reasoning: true;
|
|
1636
|
+
input: ("image" | "text")[];
|
|
1637
|
+
cost: {
|
|
1638
|
+
input: number;
|
|
1639
|
+
output: number;
|
|
1640
|
+
cacheRead: number;
|
|
1641
|
+
cacheWrite: number;
|
|
1476
1642
|
};
|
|
1643
|
+
contextWindow: number;
|
|
1644
|
+
maxTokens: number;
|
|
1645
|
+
};
|
|
1646
|
+
readonly "nvidia.nemotron-nano-12b-v2": {
|
|
1647
|
+
id: string;
|
|
1648
|
+
name: string;
|
|
1649
|
+
api: "bedrock-converse-stream";
|
|
1650
|
+
provider: string;
|
|
1651
|
+
baseUrl: string;
|
|
1652
|
+
reasoning: false;
|
|
1477
1653
|
input: ("image" | "text")[];
|
|
1478
1654
|
cost: {
|
|
1479
1655
|
input: number;
|
|
@@ -1484,7 +1660,58 @@ export declare const MODELS: {
|
|
|
1484
1660
|
contextWindow: number;
|
|
1485
1661
|
maxTokens: number;
|
|
1486
1662
|
};
|
|
1487
|
-
readonly "
|
|
1663
|
+
readonly "nvidia.nemotron-nano-3-30b": {
|
|
1664
|
+
id: string;
|
|
1665
|
+
name: string;
|
|
1666
|
+
api: "bedrock-converse-stream";
|
|
1667
|
+
provider: string;
|
|
1668
|
+
baseUrl: string;
|
|
1669
|
+
reasoning: true;
|
|
1670
|
+
input: "text"[];
|
|
1671
|
+
cost: {
|
|
1672
|
+
input: number;
|
|
1673
|
+
output: number;
|
|
1674
|
+
cacheRead: number;
|
|
1675
|
+
cacheWrite: number;
|
|
1676
|
+
};
|
|
1677
|
+
contextWindow: number;
|
|
1678
|
+
maxTokens: number;
|
|
1679
|
+
};
|
|
1680
|
+
readonly "nvidia.nemotron-nano-9b-v2": {
|
|
1681
|
+
id: string;
|
|
1682
|
+
name: string;
|
|
1683
|
+
api: "bedrock-converse-stream";
|
|
1684
|
+
provider: string;
|
|
1685
|
+
baseUrl: string;
|
|
1686
|
+
reasoning: false;
|
|
1687
|
+
input: "text"[];
|
|
1688
|
+
cost: {
|
|
1689
|
+
input: number;
|
|
1690
|
+
output: number;
|
|
1691
|
+
cacheRead: number;
|
|
1692
|
+
cacheWrite: number;
|
|
1693
|
+
};
|
|
1694
|
+
contextWindow: number;
|
|
1695
|
+
maxTokens: number;
|
|
1696
|
+
};
|
|
1697
|
+
readonly "nvidia.nemotron-super-3-120b": {
|
|
1698
|
+
id: string;
|
|
1699
|
+
name: string;
|
|
1700
|
+
api: "bedrock-converse-stream";
|
|
1701
|
+
provider: string;
|
|
1702
|
+
baseUrl: string;
|
|
1703
|
+
reasoning: true;
|
|
1704
|
+
input: "text"[];
|
|
1705
|
+
cost: {
|
|
1706
|
+
input: number;
|
|
1707
|
+
output: number;
|
|
1708
|
+
cacheRead: number;
|
|
1709
|
+
cacheWrite: number;
|
|
1710
|
+
};
|
|
1711
|
+
contextWindow: number;
|
|
1712
|
+
maxTokens: number;
|
|
1713
|
+
};
|
|
1714
|
+
readonly "openai.gpt-5.4": {
|
|
1488
1715
|
id: string;
|
|
1489
1716
|
name: string;
|
|
1490
1717
|
api: "bedrock-converse-stream";
|
|
@@ -1504,7 +1731,7 @@ export declare const MODELS: {
|
|
|
1504
1731
|
contextWindow: number;
|
|
1505
1732
|
maxTokens: number;
|
|
1506
1733
|
};
|
|
1507
|
-
readonly "openai.gpt-5.
|
|
1734
|
+
readonly "openai.gpt-5.5": {
|
|
1508
1735
|
id: string;
|
|
1509
1736
|
name: string;
|
|
1510
1737
|
api: "bedrock-converse-stream";
|
|
@@ -1524,7 +1751,7 @@ export declare const MODELS: {
|
|
|
1524
1751
|
contextWindow: number;
|
|
1525
1752
|
maxTokens: number;
|
|
1526
1753
|
};
|
|
1527
|
-
readonly "openai.gpt-5.6-
|
|
1754
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1528
1755
|
id: string;
|
|
1529
1756
|
name: string;
|
|
1530
1757
|
api: "bedrock-converse-stream";
|
|
@@ -1544,14 +1771,17 @@ export declare const MODELS: {
|
|
|
1544
1771
|
contextWindow: number;
|
|
1545
1772
|
maxTokens: number;
|
|
1546
1773
|
};
|
|
1547
|
-
readonly "openai.gpt-
|
|
1774
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1548
1775
|
id: string;
|
|
1549
1776
|
name: string;
|
|
1550
1777
|
api: "bedrock-converse-stream";
|
|
1551
1778
|
provider: string;
|
|
1552
1779
|
baseUrl: string;
|
|
1553
1780
|
reasoning: true;
|
|
1554
|
-
|
|
1781
|
+
thinkingLevelMap: {
|
|
1782
|
+
xhigh: string;
|
|
1783
|
+
};
|
|
1784
|
+
input: ("image" | "text")[];
|
|
1555
1785
|
cost: {
|
|
1556
1786
|
input: number;
|
|
1557
1787
|
output: number;
|
|
@@ -1561,14 +1791,17 @@ export declare const MODELS: {
|
|
|
1561
1791
|
contextWindow: number;
|
|
1562
1792
|
maxTokens: number;
|
|
1563
1793
|
};
|
|
1564
|
-
readonly "openai.gpt-
|
|
1794
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1565
1795
|
id: string;
|
|
1566
1796
|
name: string;
|
|
1567
1797
|
api: "bedrock-converse-stream";
|
|
1568
1798
|
provider: string;
|
|
1569
1799
|
baseUrl: string;
|
|
1570
1800
|
reasoning: true;
|
|
1571
|
-
|
|
1801
|
+
thinkingLevelMap: {
|
|
1802
|
+
xhigh: string;
|
|
1803
|
+
};
|
|
1804
|
+
input: ("image" | "text")[];
|
|
1572
1805
|
cost: {
|
|
1573
1806
|
input: number;
|
|
1574
1807
|
output: number;
|
|
@@ -1578,14 +1811,340 @@ export declare const MODELS: {
|
|
|
1578
1811
|
contextWindow: number;
|
|
1579
1812
|
maxTokens: number;
|
|
1580
1813
|
};
|
|
1581
|
-
readonly "openai.gpt-
|
|
1814
|
+
readonly "openai.gpt-6-astra": {
|
|
1582
1815
|
id: string;
|
|
1583
1816
|
name: string;
|
|
1584
1817
|
api: "bedrock-converse-stream";
|
|
1585
1818
|
provider: string;
|
|
1586
1819
|
baseUrl: string;
|
|
1587
1820
|
reasoning: true;
|
|
1588
|
-
|
|
1821
|
+
thinkingLevelMap: {
|
|
1822
|
+
xhigh: string;
|
|
1823
|
+
};
|
|
1824
|
+
input: ("image" | "text")[];
|
|
1825
|
+
cost: {
|
|
1826
|
+
input: number;
|
|
1827
|
+
output: number;
|
|
1828
|
+
cacheRead: number;
|
|
1829
|
+
cacheWrite: number;
|
|
1830
|
+
};
|
|
1831
|
+
contextWindow: number;
|
|
1832
|
+
maxTokens: number;
|
|
1833
|
+
};
|
|
1834
|
+
readonly "openai.gpt-oss-120b": {
|
|
1835
|
+
id: string;
|
|
1836
|
+
name: string;
|
|
1837
|
+
api: "bedrock-converse-stream";
|
|
1838
|
+
provider: string;
|
|
1839
|
+
baseUrl: string;
|
|
1840
|
+
reasoning: true;
|
|
1841
|
+
input: "text"[];
|
|
1842
|
+
cost: {
|
|
1843
|
+
input: number;
|
|
1844
|
+
output: number;
|
|
1845
|
+
cacheRead: number;
|
|
1846
|
+
cacheWrite: number;
|
|
1847
|
+
};
|
|
1848
|
+
contextWindow: number;
|
|
1849
|
+
maxTokens: number;
|
|
1850
|
+
};
|
|
1851
|
+
readonly "openai.gpt-oss-120b-1:0": {
|
|
1852
|
+
id: string;
|
|
1853
|
+
name: string;
|
|
1854
|
+
api: "bedrock-converse-stream";
|
|
1855
|
+
provider: string;
|
|
1856
|
+
baseUrl: string;
|
|
1857
|
+
reasoning: true;
|
|
1858
|
+
input: "text"[];
|
|
1859
|
+
cost: {
|
|
1860
|
+
input: number;
|
|
1861
|
+
output: number;
|
|
1862
|
+
cacheRead: number;
|
|
1863
|
+
cacheWrite: number;
|
|
1864
|
+
};
|
|
1865
|
+
contextWindow: number;
|
|
1866
|
+
maxTokens: number;
|
|
1867
|
+
};
|
|
1868
|
+
readonly "openai.gpt-oss-20b": {
|
|
1869
|
+
id: string;
|
|
1870
|
+
name: string;
|
|
1871
|
+
api: "bedrock-converse-stream";
|
|
1872
|
+
provider: string;
|
|
1873
|
+
baseUrl: string;
|
|
1874
|
+
reasoning: true;
|
|
1875
|
+
input: "text"[];
|
|
1876
|
+
cost: {
|
|
1877
|
+
input: number;
|
|
1878
|
+
output: number;
|
|
1879
|
+
cacheRead: number;
|
|
1880
|
+
cacheWrite: number;
|
|
1881
|
+
};
|
|
1882
|
+
contextWindow: number;
|
|
1883
|
+
maxTokens: number;
|
|
1884
|
+
};
|
|
1885
|
+
readonly "openai.gpt-oss-20b-1:0": {
|
|
1886
|
+
id: string;
|
|
1887
|
+
name: string;
|
|
1888
|
+
api: "bedrock-converse-stream";
|
|
1889
|
+
provider: string;
|
|
1890
|
+
baseUrl: string;
|
|
1891
|
+
reasoning: true;
|
|
1892
|
+
input: "text"[];
|
|
1893
|
+
cost: {
|
|
1894
|
+
input: number;
|
|
1895
|
+
output: number;
|
|
1896
|
+
cacheRead: number;
|
|
1897
|
+
cacheWrite: number;
|
|
1898
|
+
};
|
|
1899
|
+
contextWindow: number;
|
|
1900
|
+
maxTokens: number;
|
|
1901
|
+
};
|
|
1902
|
+
readonly "openai.gpt-oss-safeguard-120b": {
|
|
1903
|
+
id: string;
|
|
1904
|
+
name: string;
|
|
1905
|
+
api: "bedrock-converse-stream";
|
|
1906
|
+
provider: string;
|
|
1907
|
+
baseUrl: string;
|
|
1908
|
+
reasoning: true;
|
|
1909
|
+
input: "text"[];
|
|
1910
|
+
cost: {
|
|
1911
|
+
input: number;
|
|
1912
|
+
output: number;
|
|
1913
|
+
cacheRead: number;
|
|
1914
|
+
cacheWrite: number;
|
|
1915
|
+
};
|
|
1916
|
+
contextWindow: number;
|
|
1917
|
+
maxTokens: number;
|
|
1918
|
+
};
|
|
1919
|
+
readonly "openai.gpt-oss-safeguard-20b": {
|
|
1920
|
+
id: string;
|
|
1921
|
+
name: string;
|
|
1922
|
+
api: "bedrock-converse-stream";
|
|
1923
|
+
provider: string;
|
|
1924
|
+
baseUrl: string;
|
|
1925
|
+
reasoning: true;
|
|
1926
|
+
input: "text"[];
|
|
1927
|
+
cost: {
|
|
1928
|
+
input: number;
|
|
1929
|
+
output: number;
|
|
1930
|
+
cacheRead: number;
|
|
1931
|
+
cacheWrite: number;
|
|
1932
|
+
};
|
|
1933
|
+
contextWindow: number;
|
|
1934
|
+
maxTokens: number;
|
|
1935
|
+
};
|
|
1936
|
+
readonly "qwen.qwen3-235b-a22b-2507-v1:0": {
|
|
1937
|
+
id: string;
|
|
1938
|
+
name: string;
|
|
1939
|
+
api: "bedrock-converse-stream";
|
|
1940
|
+
provider: string;
|
|
1941
|
+
baseUrl: string;
|
|
1942
|
+
reasoning: false;
|
|
1943
|
+
input: "text"[];
|
|
1944
|
+
cost: {
|
|
1945
|
+
input: number;
|
|
1946
|
+
output: number;
|
|
1947
|
+
cacheRead: number;
|
|
1948
|
+
cacheWrite: number;
|
|
1949
|
+
};
|
|
1950
|
+
contextWindow: number;
|
|
1951
|
+
maxTokens: number;
|
|
1952
|
+
};
|
|
1953
|
+
readonly "qwen.qwen3-32b-v1:0": {
|
|
1954
|
+
id: string;
|
|
1955
|
+
name: string;
|
|
1956
|
+
api: "bedrock-converse-stream";
|
|
1957
|
+
provider: string;
|
|
1958
|
+
baseUrl: string;
|
|
1959
|
+
reasoning: true;
|
|
1960
|
+
input: "text"[];
|
|
1961
|
+
cost: {
|
|
1962
|
+
input: number;
|
|
1963
|
+
output: number;
|
|
1964
|
+
cacheRead: number;
|
|
1965
|
+
cacheWrite: number;
|
|
1966
|
+
};
|
|
1967
|
+
contextWindow: number;
|
|
1968
|
+
maxTokens: number;
|
|
1969
|
+
};
|
|
1970
|
+
readonly "qwen.qwen3-coder-30b-a3b-v1:0": {
|
|
1971
|
+
id: string;
|
|
1972
|
+
name: string;
|
|
1973
|
+
api: "bedrock-converse-stream";
|
|
1974
|
+
provider: string;
|
|
1975
|
+
baseUrl: string;
|
|
1976
|
+
reasoning: false;
|
|
1977
|
+
input: "text"[];
|
|
1978
|
+
cost: {
|
|
1979
|
+
input: number;
|
|
1980
|
+
output: number;
|
|
1981
|
+
cacheRead: number;
|
|
1982
|
+
cacheWrite: number;
|
|
1983
|
+
};
|
|
1984
|
+
contextWindow: number;
|
|
1985
|
+
maxTokens: number;
|
|
1986
|
+
};
|
|
1987
|
+
readonly "qwen.qwen3-coder-480b-a35b-v1:0": {
|
|
1988
|
+
id: string;
|
|
1989
|
+
name: string;
|
|
1990
|
+
api: "bedrock-converse-stream";
|
|
1991
|
+
provider: string;
|
|
1992
|
+
baseUrl: string;
|
|
1993
|
+
reasoning: false;
|
|
1994
|
+
input: "text"[];
|
|
1995
|
+
cost: {
|
|
1996
|
+
input: number;
|
|
1997
|
+
output: number;
|
|
1998
|
+
cacheRead: number;
|
|
1999
|
+
cacheWrite: number;
|
|
2000
|
+
};
|
|
2001
|
+
contextWindow: number;
|
|
2002
|
+
maxTokens: number;
|
|
2003
|
+
};
|
|
2004
|
+
readonly "qwen.qwen3-coder-next": {
|
|
2005
|
+
id: string;
|
|
2006
|
+
name: string;
|
|
2007
|
+
api: "bedrock-converse-stream";
|
|
2008
|
+
provider: string;
|
|
2009
|
+
baseUrl: string;
|
|
2010
|
+
reasoning: false;
|
|
2011
|
+
input: "text"[];
|
|
2012
|
+
cost: {
|
|
2013
|
+
input: number;
|
|
2014
|
+
output: number;
|
|
2015
|
+
cacheRead: number;
|
|
2016
|
+
cacheWrite: number;
|
|
2017
|
+
};
|
|
2018
|
+
contextWindow: number;
|
|
2019
|
+
maxTokens: number;
|
|
2020
|
+
};
|
|
2021
|
+
readonly "qwen.qwen3-next-80b-a3b": {
|
|
2022
|
+
id: string;
|
|
2023
|
+
name: string;
|
|
2024
|
+
api: "bedrock-converse-stream";
|
|
2025
|
+
provider: string;
|
|
2026
|
+
baseUrl: string;
|
|
2027
|
+
reasoning: false;
|
|
2028
|
+
input: "text"[];
|
|
2029
|
+
cost: {
|
|
2030
|
+
input: number;
|
|
2031
|
+
output: number;
|
|
2032
|
+
cacheRead: number;
|
|
2033
|
+
cacheWrite: number;
|
|
2034
|
+
};
|
|
2035
|
+
contextWindow: number;
|
|
2036
|
+
maxTokens: number;
|
|
2037
|
+
};
|
|
2038
|
+
readonly "qwen.qwen3-vl-235b-a22b": {
|
|
2039
|
+
id: string;
|
|
2040
|
+
name: string;
|
|
2041
|
+
api: "bedrock-converse-stream";
|
|
2042
|
+
provider: string;
|
|
2043
|
+
baseUrl: string;
|
|
2044
|
+
reasoning: false;
|
|
2045
|
+
input: ("image" | "text")[];
|
|
2046
|
+
cost: {
|
|
2047
|
+
input: number;
|
|
2048
|
+
output: number;
|
|
2049
|
+
cacheRead: number;
|
|
2050
|
+
cacheWrite: number;
|
|
2051
|
+
};
|
|
2052
|
+
contextWindow: number;
|
|
2053
|
+
maxTokens: number;
|
|
2054
|
+
};
|
|
2055
|
+
readonly "us-gov.openai.gpt-oss-120b-1:0": {
|
|
2056
|
+
id: string;
|
|
2057
|
+
name: string;
|
|
2058
|
+
api: "bedrock-converse-stream";
|
|
2059
|
+
provider: string;
|
|
2060
|
+
baseUrl: string;
|
|
2061
|
+
reasoning: true;
|
|
2062
|
+
input: "text"[];
|
|
2063
|
+
cost: {
|
|
2064
|
+
input: number;
|
|
2065
|
+
output: number;
|
|
2066
|
+
cacheRead: number;
|
|
2067
|
+
cacheWrite: number;
|
|
2068
|
+
};
|
|
2069
|
+
contextWindow: number;
|
|
2070
|
+
maxTokens: number;
|
|
2071
|
+
};
|
|
2072
|
+
readonly "us-gov.openai.gpt-oss-20b-1:0": {
|
|
2073
|
+
id: string;
|
|
2074
|
+
name: string;
|
|
2075
|
+
api: "bedrock-converse-stream";
|
|
2076
|
+
provider: string;
|
|
2077
|
+
baseUrl: string;
|
|
2078
|
+
reasoning: true;
|
|
2079
|
+
input: "text"[];
|
|
2080
|
+
cost: {
|
|
2081
|
+
input: number;
|
|
2082
|
+
output: number;
|
|
2083
|
+
cacheRead: number;
|
|
2084
|
+
cacheWrite: number;
|
|
2085
|
+
};
|
|
2086
|
+
contextWindow: number;
|
|
2087
|
+
maxTokens: number;
|
|
2088
|
+
};
|
|
2089
|
+
readonly "us.amazon.nova-2-lite-v1:0": {
|
|
2090
|
+
id: string;
|
|
2091
|
+
name: string;
|
|
2092
|
+
api: "bedrock-converse-stream";
|
|
2093
|
+
provider: string;
|
|
2094
|
+
baseUrl: string;
|
|
2095
|
+
reasoning: true;
|
|
2096
|
+
input: ("image" | "text")[];
|
|
2097
|
+
cost: {
|
|
2098
|
+
input: number;
|
|
2099
|
+
output: number;
|
|
2100
|
+
cacheRead: number;
|
|
2101
|
+
cacheWrite: number;
|
|
2102
|
+
};
|
|
2103
|
+
contextWindow: number;
|
|
2104
|
+
maxTokens: number;
|
|
2105
|
+
};
|
|
2106
|
+
readonly "us.amazon.nova-lite-v1:0": {
|
|
2107
|
+
id: string;
|
|
2108
|
+
name: string;
|
|
2109
|
+
api: "bedrock-converse-stream";
|
|
2110
|
+
provider: string;
|
|
2111
|
+
baseUrl: string;
|
|
2112
|
+
reasoning: false;
|
|
2113
|
+
input: ("image" | "text")[];
|
|
2114
|
+
cost: {
|
|
2115
|
+
input: number;
|
|
2116
|
+
output: number;
|
|
2117
|
+
cacheRead: number;
|
|
2118
|
+
cacheWrite: number;
|
|
2119
|
+
};
|
|
2120
|
+
contextWindow: number;
|
|
2121
|
+
maxTokens: number;
|
|
2122
|
+
};
|
|
2123
|
+
readonly "us.amazon.nova-micro-v1:0": {
|
|
2124
|
+
id: string;
|
|
2125
|
+
name: string;
|
|
2126
|
+
api: "bedrock-converse-stream";
|
|
2127
|
+
provider: string;
|
|
2128
|
+
baseUrl: string;
|
|
2129
|
+
reasoning: false;
|
|
2130
|
+
input: "text"[];
|
|
2131
|
+
cost: {
|
|
2132
|
+
input: number;
|
|
2133
|
+
output: number;
|
|
2134
|
+
cacheRead: number;
|
|
2135
|
+
cacheWrite: number;
|
|
2136
|
+
};
|
|
2137
|
+
contextWindow: number;
|
|
2138
|
+
maxTokens: number;
|
|
2139
|
+
};
|
|
2140
|
+
readonly "us.amazon.nova-premier-v1:0": {
|
|
2141
|
+
id: string;
|
|
2142
|
+
name: string;
|
|
2143
|
+
api: "bedrock-converse-stream";
|
|
2144
|
+
provider: string;
|
|
2145
|
+
baseUrl: string;
|
|
2146
|
+
reasoning: false;
|
|
2147
|
+
input: ("image" | "text")[];
|
|
1589
2148
|
cost: {
|
|
1590
2149
|
input: number;
|
|
1591
2150
|
output: number;
|
|
@@ -1595,14 +2154,14 @@ export declare const MODELS: {
|
|
|
1595
2154
|
contextWindow: number;
|
|
1596
2155
|
maxTokens: number;
|
|
1597
2156
|
};
|
|
1598
|
-
readonly "
|
|
2157
|
+
readonly "us.amazon.nova-pro-v1:0": {
|
|
1599
2158
|
id: string;
|
|
1600
2159
|
name: string;
|
|
1601
2160
|
api: "bedrock-converse-stream";
|
|
1602
2161
|
provider: string;
|
|
1603
2162
|
baseUrl: string;
|
|
1604
|
-
reasoning:
|
|
1605
|
-
input: "text"[];
|
|
2163
|
+
reasoning: false;
|
|
2164
|
+
input: ("image" | "text")[];
|
|
1606
2165
|
cost: {
|
|
1607
2166
|
input: number;
|
|
1608
2167
|
output: number;
|
|
@@ -1612,14 +2171,14 @@ export declare const MODELS: {
|
|
|
1612
2171
|
contextWindow: number;
|
|
1613
2172
|
maxTokens: number;
|
|
1614
2173
|
};
|
|
1615
|
-
readonly "
|
|
2174
|
+
readonly "us.anthropic.claude-fable-5": {
|
|
1616
2175
|
id: string;
|
|
1617
2176
|
name: string;
|
|
1618
2177
|
api: "bedrock-converse-stream";
|
|
1619
2178
|
provider: string;
|
|
1620
2179
|
baseUrl: string;
|
|
1621
|
-
reasoning:
|
|
1622
|
-
input: "text"[];
|
|
2180
|
+
reasoning: true;
|
|
2181
|
+
input: ("image" | "text")[];
|
|
1623
2182
|
cost: {
|
|
1624
2183
|
input: number;
|
|
1625
2184
|
output: number;
|
|
@@ -1629,14 +2188,14 @@ export declare const MODELS: {
|
|
|
1629
2188
|
contextWindow: number;
|
|
1630
2189
|
maxTokens: number;
|
|
1631
2190
|
};
|
|
1632
|
-
readonly "
|
|
2191
|
+
readonly "us.anthropic.claude-fable-5-1": {
|
|
1633
2192
|
id: string;
|
|
1634
2193
|
name: string;
|
|
1635
2194
|
api: "bedrock-converse-stream";
|
|
1636
2195
|
provider: string;
|
|
1637
2196
|
baseUrl: string;
|
|
1638
|
-
reasoning:
|
|
1639
|
-
input: "text"[];
|
|
2197
|
+
reasoning: true;
|
|
2198
|
+
input: ("image" | "text")[];
|
|
1640
2199
|
cost: {
|
|
1641
2200
|
input: number;
|
|
1642
2201
|
output: number;
|
|
@@ -1646,14 +2205,14 @@ export declare const MODELS: {
|
|
|
1646
2205
|
contextWindow: number;
|
|
1647
2206
|
maxTokens: number;
|
|
1648
2207
|
};
|
|
1649
|
-
readonly "
|
|
2208
|
+
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1650
2209
|
id: string;
|
|
1651
2210
|
name: string;
|
|
1652
2211
|
api: "bedrock-converse-stream";
|
|
1653
2212
|
provider: string;
|
|
1654
2213
|
baseUrl: string;
|
|
1655
|
-
reasoning:
|
|
1656
|
-
input: "text"[];
|
|
2214
|
+
reasoning: true;
|
|
2215
|
+
input: ("image" | "text")[];
|
|
1657
2216
|
cost: {
|
|
1658
2217
|
input: number;
|
|
1659
2218
|
output: number;
|
|
@@ -1663,14 +2222,14 @@ export declare const MODELS: {
|
|
|
1663
2222
|
contextWindow: number;
|
|
1664
2223
|
maxTokens: number;
|
|
1665
2224
|
};
|
|
1666
|
-
readonly "
|
|
2225
|
+
readonly "us.anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
1667
2226
|
id: string;
|
|
1668
2227
|
name: string;
|
|
1669
2228
|
api: "bedrock-converse-stream";
|
|
1670
2229
|
provider: string;
|
|
1671
2230
|
baseUrl: string;
|
|
1672
2231
|
reasoning: true;
|
|
1673
|
-
input: "text"[];
|
|
2232
|
+
input: ("image" | "text")[];
|
|
1674
2233
|
cost: {
|
|
1675
2234
|
input: number;
|
|
1676
2235
|
output: number;
|
|
@@ -1680,14 +2239,14 @@ export declare const MODELS: {
|
|
|
1680
2239
|
contextWindow: number;
|
|
1681
2240
|
maxTokens: number;
|
|
1682
2241
|
};
|
|
1683
|
-
readonly "
|
|
2242
|
+
readonly "us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1684
2243
|
id: string;
|
|
1685
2244
|
name: string;
|
|
1686
2245
|
api: "bedrock-converse-stream";
|
|
1687
2246
|
provider: string;
|
|
1688
2247
|
baseUrl: string;
|
|
1689
|
-
reasoning:
|
|
1690
|
-
input: "text"[];
|
|
2248
|
+
reasoning: true;
|
|
2249
|
+
input: ("image" | "text")[];
|
|
1691
2250
|
cost: {
|
|
1692
2251
|
input: number;
|
|
1693
2252
|
output: number;
|
|
@@ -1697,14 +2256,17 @@ export declare const MODELS: {
|
|
|
1697
2256
|
contextWindow: number;
|
|
1698
2257
|
maxTokens: number;
|
|
1699
2258
|
};
|
|
1700
|
-
readonly "
|
|
2259
|
+
readonly "us.anthropic.claude-opus-4-6-v1": {
|
|
1701
2260
|
id: string;
|
|
1702
2261
|
name: string;
|
|
1703
2262
|
api: "bedrock-converse-stream";
|
|
1704
2263
|
provider: string;
|
|
1705
2264
|
baseUrl: string;
|
|
1706
|
-
reasoning:
|
|
1707
|
-
|
|
2265
|
+
reasoning: true;
|
|
2266
|
+
thinkingLevelMap: {
|
|
2267
|
+
xhigh: string;
|
|
2268
|
+
};
|
|
2269
|
+
input: ("image" | "text")[];
|
|
1708
2270
|
cost: {
|
|
1709
2271
|
input: number;
|
|
1710
2272
|
output: number;
|
|
@@ -1714,14 +2276,17 @@ export declare const MODELS: {
|
|
|
1714
2276
|
contextWindow: number;
|
|
1715
2277
|
maxTokens: number;
|
|
1716
2278
|
};
|
|
1717
|
-
readonly "
|
|
2279
|
+
readonly "us.anthropic.claude-opus-4-7": {
|
|
1718
2280
|
id: string;
|
|
1719
2281
|
name: string;
|
|
1720
2282
|
api: "bedrock-converse-stream";
|
|
1721
2283
|
provider: string;
|
|
1722
2284
|
baseUrl: string;
|
|
1723
2285
|
reasoning: true;
|
|
1724
|
-
|
|
2286
|
+
thinkingLevelMap: {
|
|
2287
|
+
xhigh: string;
|
|
2288
|
+
};
|
|
2289
|
+
input: ("image" | "text")[];
|
|
1725
2290
|
cost: {
|
|
1726
2291
|
input: number;
|
|
1727
2292
|
output: number;
|
|
@@ -1731,14 +2296,14 @@ export declare const MODELS: {
|
|
|
1731
2296
|
contextWindow: number;
|
|
1732
2297
|
maxTokens: number;
|
|
1733
2298
|
};
|
|
1734
|
-
readonly "
|
|
2299
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1735
2300
|
id: string;
|
|
1736
2301
|
name: string;
|
|
1737
2302
|
api: "bedrock-converse-stream";
|
|
1738
2303
|
provider: string;
|
|
1739
2304
|
baseUrl: string;
|
|
1740
|
-
reasoning:
|
|
1741
|
-
input: "text"[];
|
|
2305
|
+
reasoning: true;
|
|
2306
|
+
input: ("image" | "text")[];
|
|
1742
2307
|
cost: {
|
|
1743
2308
|
input: number;
|
|
1744
2309
|
output: number;
|
|
@@ -1748,13 +2313,13 @@ export declare const MODELS: {
|
|
|
1748
2313
|
contextWindow: number;
|
|
1749
2314
|
maxTokens: number;
|
|
1750
2315
|
};
|
|
1751
|
-
readonly "
|
|
2316
|
+
readonly "us.anthropic.claude-opus-5": {
|
|
1752
2317
|
id: string;
|
|
1753
2318
|
name: string;
|
|
1754
2319
|
api: "bedrock-converse-stream";
|
|
1755
2320
|
provider: string;
|
|
1756
2321
|
baseUrl: string;
|
|
1757
|
-
reasoning:
|
|
2322
|
+
reasoning: true;
|
|
1758
2323
|
input: ("image" | "text")[];
|
|
1759
2324
|
cost: {
|
|
1760
2325
|
input: number;
|
|
@@ -1765,7 +2330,7 @@ export declare const MODELS: {
|
|
|
1765
2330
|
contextWindow: number;
|
|
1766
2331
|
maxTokens: number;
|
|
1767
2332
|
};
|
|
1768
|
-
readonly "us.anthropic.claude-
|
|
2333
|
+
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1769
2334
|
id: string;
|
|
1770
2335
|
name: string;
|
|
1771
2336
|
api: "bedrock-converse-stream";
|
|
@@ -1782,7 +2347,7 @@ export declare const MODELS: {
|
|
|
1782
2347
|
contextWindow: number;
|
|
1783
2348
|
maxTokens: number;
|
|
1784
2349
|
};
|
|
1785
|
-
readonly "us.anthropic.claude-
|
|
2350
|
+
readonly "us.anthropic.claude-sonnet-4-6": {
|
|
1786
2351
|
id: string;
|
|
1787
2352
|
name: string;
|
|
1788
2353
|
api: "bedrock-converse-stream";
|
|
@@ -1799,7 +2364,7 @@ export declare const MODELS: {
|
|
|
1799
2364
|
contextWindow: number;
|
|
1800
2365
|
maxTokens: number;
|
|
1801
2366
|
};
|
|
1802
|
-
readonly "us.anthropic.claude-
|
|
2367
|
+
readonly "us.anthropic.claude-sonnet-5": {
|
|
1803
2368
|
id: string;
|
|
1804
2369
|
name: string;
|
|
1805
2370
|
api: "bedrock-converse-stream";
|
|
@@ -1816,14 +2381,14 @@ export declare const MODELS: {
|
|
|
1816
2381
|
contextWindow: number;
|
|
1817
2382
|
maxTokens: number;
|
|
1818
2383
|
};
|
|
1819
|
-
readonly "us.
|
|
2384
|
+
readonly "us.meta.llama3-1-70b-instruct-v1:0": {
|
|
1820
2385
|
id: string;
|
|
1821
2386
|
name: string;
|
|
1822
2387
|
api: "bedrock-converse-stream";
|
|
1823
2388
|
provider: string;
|
|
1824
2389
|
baseUrl: string;
|
|
1825
|
-
reasoning:
|
|
1826
|
-
input:
|
|
2390
|
+
reasoning: false;
|
|
2391
|
+
input: "text"[];
|
|
1827
2392
|
cost: {
|
|
1828
2393
|
input: number;
|
|
1829
2394
|
output: number;
|
|
@@ -1833,14 +2398,14 @@ export declare const MODELS: {
|
|
|
1833
2398
|
contextWindow: number;
|
|
1834
2399
|
maxTokens: number;
|
|
1835
2400
|
};
|
|
1836
|
-
readonly "us.
|
|
2401
|
+
readonly "us.meta.llama3-1-8b-instruct-v1:0": {
|
|
1837
2402
|
id: string;
|
|
1838
2403
|
name: string;
|
|
1839
2404
|
api: "bedrock-converse-stream";
|
|
1840
2405
|
provider: string;
|
|
1841
2406
|
baseUrl: string;
|
|
1842
|
-
reasoning:
|
|
1843
|
-
input:
|
|
2407
|
+
reasoning: false;
|
|
2408
|
+
input: "text"[];
|
|
1844
2409
|
cost: {
|
|
1845
2410
|
input: number;
|
|
1846
2411
|
output: number;
|
|
@@ -1850,17 +2415,14 @@ export declare const MODELS: {
|
|
|
1850
2415
|
contextWindow: number;
|
|
1851
2416
|
maxTokens: number;
|
|
1852
2417
|
};
|
|
1853
|
-
readonly "us.
|
|
2418
|
+
readonly "us.meta.llama3-3-70b-instruct-v1:0": {
|
|
1854
2419
|
id: string;
|
|
1855
2420
|
name: string;
|
|
1856
2421
|
api: "bedrock-converse-stream";
|
|
1857
2422
|
provider: string;
|
|
1858
2423
|
baseUrl: string;
|
|
1859
|
-
reasoning:
|
|
1860
|
-
|
|
1861
|
-
xhigh: string;
|
|
1862
|
-
};
|
|
1863
|
-
input: ("image" | "text")[];
|
|
2424
|
+
reasoning: false;
|
|
2425
|
+
input: "text"[];
|
|
1864
2426
|
cost: {
|
|
1865
2427
|
input: number;
|
|
1866
2428
|
output: number;
|
|
@@ -1870,16 +2432,13 @@ export declare const MODELS: {
|
|
|
1870
2432
|
contextWindow: number;
|
|
1871
2433
|
maxTokens: number;
|
|
1872
2434
|
};
|
|
1873
|
-
readonly "us.
|
|
2435
|
+
readonly "us.meta.llama4-maverick-17b-instruct-v1:0": {
|
|
1874
2436
|
id: string;
|
|
1875
2437
|
name: string;
|
|
1876
2438
|
api: "bedrock-converse-stream";
|
|
1877
2439
|
provider: string;
|
|
1878
2440
|
baseUrl: string;
|
|
1879
|
-
reasoning:
|
|
1880
|
-
thinkingLevelMap: {
|
|
1881
|
-
xhigh: string;
|
|
1882
|
-
};
|
|
2441
|
+
reasoning: false;
|
|
1883
2442
|
input: ("image" | "text")[];
|
|
1884
2443
|
cost: {
|
|
1885
2444
|
input: number;
|
|
@@ -1890,13 +2449,13 @@ export declare const MODELS: {
|
|
|
1890
2449
|
contextWindow: number;
|
|
1891
2450
|
maxTokens: number;
|
|
1892
2451
|
};
|
|
1893
|
-
readonly "us.
|
|
2452
|
+
readonly "us.meta.llama4-scout-17b-instruct-v1:0": {
|
|
1894
2453
|
id: string;
|
|
1895
2454
|
name: string;
|
|
1896
2455
|
api: "bedrock-converse-stream";
|
|
1897
2456
|
provider: string;
|
|
1898
2457
|
baseUrl: string;
|
|
1899
|
-
reasoning:
|
|
2458
|
+
reasoning: false;
|
|
1900
2459
|
input: ("image" | "text")[];
|
|
1901
2460
|
cost: {
|
|
1902
2461
|
input: number;
|
|
@@ -1907,13 +2466,13 @@ export declare const MODELS: {
|
|
|
1907
2466
|
contextWindow: number;
|
|
1908
2467
|
maxTokens: number;
|
|
1909
2468
|
};
|
|
1910
|
-
readonly "us.
|
|
2469
|
+
readonly "us.mistral.pixtral-large-2502-v1:0": {
|
|
1911
2470
|
id: string;
|
|
1912
2471
|
name: string;
|
|
1913
2472
|
api: "bedrock-converse-stream";
|
|
1914
2473
|
provider: string;
|
|
1915
2474
|
baseUrl: string;
|
|
1916
|
-
reasoning:
|
|
2475
|
+
reasoning: false;
|
|
1917
2476
|
input: ("image" | "text")[];
|
|
1918
2477
|
cost: {
|
|
1919
2478
|
input: number;
|
|
@@ -1924,13 +2483,16 @@ export declare const MODELS: {
|
|
|
1924
2483
|
contextWindow: number;
|
|
1925
2484
|
maxTokens: number;
|
|
1926
2485
|
};
|
|
1927
|
-
readonly "us.
|
|
2486
|
+
readonly "us.openai.gpt-5.6-luna": {
|
|
1928
2487
|
id: string;
|
|
1929
2488
|
name: string;
|
|
1930
2489
|
api: "bedrock-converse-stream";
|
|
1931
2490
|
provider: string;
|
|
1932
2491
|
baseUrl: string;
|
|
1933
2492
|
reasoning: true;
|
|
2493
|
+
thinkingLevelMap: {
|
|
2494
|
+
xhigh: string;
|
|
2495
|
+
};
|
|
1934
2496
|
input: ("image" | "text")[];
|
|
1935
2497
|
cost: {
|
|
1936
2498
|
input: number;
|
|
@@ -1941,13 +2503,16 @@ export declare const MODELS: {
|
|
|
1941
2503
|
contextWindow: number;
|
|
1942
2504
|
maxTokens: number;
|
|
1943
2505
|
};
|
|
1944
|
-
readonly "us.
|
|
2506
|
+
readonly "us.openai.gpt-5.6-sol": {
|
|
1945
2507
|
id: string;
|
|
1946
2508
|
name: string;
|
|
1947
2509
|
api: "bedrock-converse-stream";
|
|
1948
2510
|
provider: string;
|
|
1949
2511
|
baseUrl: string;
|
|
1950
2512
|
reasoning: true;
|
|
2513
|
+
thinkingLevelMap: {
|
|
2514
|
+
xhigh: string;
|
|
2515
|
+
};
|
|
1951
2516
|
input: ("image" | "text")[];
|
|
1952
2517
|
cost: {
|
|
1953
2518
|
input: number;
|
|
@@ -1958,13 +2523,16 @@ export declare const MODELS: {
|
|
|
1958
2523
|
contextWindow: number;
|
|
1959
2524
|
maxTokens: number;
|
|
1960
2525
|
};
|
|
1961
|
-
readonly "us.
|
|
2526
|
+
readonly "us.openai.gpt-5.6-terra": {
|
|
1962
2527
|
id: string;
|
|
1963
2528
|
name: string;
|
|
1964
2529
|
api: "bedrock-converse-stream";
|
|
1965
2530
|
provider: string;
|
|
1966
2531
|
baseUrl: string;
|
|
1967
2532
|
reasoning: true;
|
|
2533
|
+
thinkingLevelMap: {
|
|
2534
|
+
xhigh: string;
|
|
2535
|
+
};
|
|
1968
2536
|
input: ("image" | "text")[];
|
|
1969
2537
|
cost: {
|
|
1970
2538
|
input: number;
|
|
@@ -1975,14 +2543,17 @@ export declare const MODELS: {
|
|
|
1975
2543
|
contextWindow: number;
|
|
1976
2544
|
maxTokens: number;
|
|
1977
2545
|
};
|
|
1978
|
-
readonly "us.
|
|
2546
|
+
readonly "us.openai.gpt-6-astra": {
|
|
1979
2547
|
id: string;
|
|
1980
2548
|
name: string;
|
|
1981
2549
|
api: "bedrock-converse-stream";
|
|
1982
2550
|
provider: string;
|
|
1983
2551
|
baseUrl: string;
|
|
1984
2552
|
reasoning: true;
|
|
1985
|
-
|
|
2553
|
+
thinkingLevelMap: {
|
|
2554
|
+
xhigh: string;
|
|
2555
|
+
};
|
|
2556
|
+
input: ("image" | "text")[];
|
|
1986
2557
|
cost: {
|
|
1987
2558
|
input: number;
|
|
1988
2559
|
output: number;
|
|
@@ -1992,14 +2563,14 @@ export declare const MODELS: {
|
|
|
1992
2563
|
contextWindow: number;
|
|
1993
2564
|
maxTokens: number;
|
|
1994
2565
|
};
|
|
1995
|
-
readonly "us.
|
|
2566
|
+
readonly "us.writer.palmyra-x4-v1:0": {
|
|
1996
2567
|
id: string;
|
|
1997
2568
|
name: string;
|
|
1998
2569
|
api: "bedrock-converse-stream";
|
|
1999
2570
|
provider: string;
|
|
2000
2571
|
baseUrl: string;
|
|
2001
|
-
reasoning:
|
|
2002
|
-
input:
|
|
2572
|
+
reasoning: true;
|
|
2573
|
+
input: "text"[];
|
|
2003
2574
|
cost: {
|
|
2004
2575
|
input: number;
|
|
2005
2576
|
output: number;
|
|
@@ -2009,14 +2580,14 @@ export declare const MODELS: {
|
|
|
2009
2580
|
contextWindow: number;
|
|
2010
2581
|
maxTokens: number;
|
|
2011
2582
|
};
|
|
2012
|
-
readonly "us.
|
|
2583
|
+
readonly "us.writer.palmyra-x5-v1:0": {
|
|
2013
2584
|
id: string;
|
|
2014
2585
|
name: string;
|
|
2015
2586
|
api: "bedrock-converse-stream";
|
|
2016
2587
|
provider: string;
|
|
2017
2588
|
baseUrl: string;
|
|
2018
|
-
reasoning:
|
|
2019
|
-
input:
|
|
2589
|
+
reasoning: true;
|
|
2590
|
+
input: "text"[];
|
|
2020
2591
|
cost: {
|
|
2021
2592
|
input: number;
|
|
2022
2593
|
output: number;
|
|
@@ -2187,7 +2758,15 @@ export declare const MODELS: {
|
|
|
2187
2758
|
api: "anthropic-messages";
|
|
2188
2759
|
provider: string;
|
|
2189
2760
|
baseUrl: string;
|
|
2761
|
+
compat: {
|
|
2762
|
+
supportsTemperature: false;
|
|
2763
|
+
};
|
|
2190
2764
|
reasoning: true;
|
|
2765
|
+
thinkingLevelMap: {
|
|
2766
|
+
off: string;
|
|
2767
|
+
minimal: string;
|
|
2768
|
+
xhigh: string;
|
|
2769
|
+
};
|
|
2191
2770
|
input: ("image" | "text")[];
|
|
2192
2771
|
cost: {
|
|
2193
2772
|
input: number;
|
|
@@ -4415,6 +4994,29 @@ export declare const MODELS: {
|
|
|
4415
4994
|
contextWindow: number;
|
|
4416
4995
|
maxTokens: number;
|
|
4417
4996
|
};
|
|
4997
|
+
readonly "accounts/fireworks/models/deepseek-v4p1-flash": {
|
|
4998
|
+
id: string;
|
|
4999
|
+
name: string;
|
|
5000
|
+
api: "anthropic-messages";
|
|
5001
|
+
provider: string;
|
|
5002
|
+
baseUrl: string;
|
|
5003
|
+
compat: {
|
|
5004
|
+
sendSessionAffinityHeaders: true;
|
|
5005
|
+
supportsEagerToolInputStreaming: false;
|
|
5006
|
+
supportsCacheControlOnTools: false;
|
|
5007
|
+
supportsLongCacheRetention: false;
|
|
5008
|
+
};
|
|
5009
|
+
reasoning: true;
|
|
5010
|
+
input: ("image" | "text")[];
|
|
5011
|
+
cost: {
|
|
5012
|
+
input: number;
|
|
5013
|
+
output: number;
|
|
5014
|
+
cacheRead: number;
|
|
5015
|
+
cacheWrite: number;
|
|
5016
|
+
};
|
|
5017
|
+
contextWindow: number;
|
|
5018
|
+
maxTokens: number;
|
|
5019
|
+
};
|
|
4418
5020
|
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4419
5021
|
id: string;
|
|
4420
5022
|
name: string;
|
|
@@ -4622,6 +5224,29 @@ export declare const MODELS: {
|
|
|
4622
5224
|
contextWindow: number;
|
|
4623
5225
|
maxTokens: number;
|
|
4624
5226
|
};
|
|
5227
|
+
readonly "accounts/fireworks/models/mistral-large-3-fp8": {
|
|
5228
|
+
id: string;
|
|
5229
|
+
name: string;
|
|
5230
|
+
api: "anthropic-messages";
|
|
5231
|
+
provider: string;
|
|
5232
|
+
baseUrl: string;
|
|
5233
|
+
compat: {
|
|
5234
|
+
sendSessionAffinityHeaders: true;
|
|
5235
|
+
supportsEagerToolInputStreaming: false;
|
|
5236
|
+
supportsCacheControlOnTools: false;
|
|
5237
|
+
supportsLongCacheRetention: false;
|
|
5238
|
+
};
|
|
5239
|
+
reasoning: false;
|
|
5240
|
+
input: ("image" | "text")[];
|
|
5241
|
+
cost: {
|
|
5242
|
+
input: number;
|
|
5243
|
+
output: number;
|
|
5244
|
+
cacheRead: number;
|
|
5245
|
+
cacheWrite: number;
|
|
5246
|
+
};
|
|
5247
|
+
contextWindow: number;
|
|
5248
|
+
maxTokens: number;
|
|
5249
|
+
};
|
|
4625
5250
|
readonly "accounts/fireworks/models/muse-glimmer-30b": {
|
|
4626
5251
|
id: string;
|
|
4627
5252
|
name: string;
|
|
@@ -6984,7 +7609,87 @@ export declare const MODELS: {
|
|
|
6984
7609
|
contextWindow: number;
|
|
6985
7610
|
maxTokens: number;
|
|
6986
7611
|
};
|
|
6987
|
-
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
7612
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
7613
|
+
id: string;
|
|
7614
|
+
name: string;
|
|
7615
|
+
api: "openai-completions";
|
|
7616
|
+
provider: string;
|
|
7617
|
+
baseUrl: string;
|
|
7618
|
+
compat: {
|
|
7619
|
+
supportsDeveloperRole: false;
|
|
7620
|
+
};
|
|
7621
|
+
reasoning: true;
|
|
7622
|
+
input: "text"[];
|
|
7623
|
+
cost: {
|
|
7624
|
+
input: number;
|
|
7625
|
+
output: number;
|
|
7626
|
+
cacheRead: number;
|
|
7627
|
+
cacheWrite: number;
|
|
7628
|
+
};
|
|
7629
|
+
contextWindow: number;
|
|
7630
|
+
maxTokens: number;
|
|
7631
|
+
};
|
|
7632
|
+
readonly "XiaomiMiMo/MiMo-V2.5": {
|
|
7633
|
+
id: string;
|
|
7634
|
+
name: string;
|
|
7635
|
+
api: "openai-completions";
|
|
7636
|
+
provider: string;
|
|
7637
|
+
baseUrl: string;
|
|
7638
|
+
compat: {
|
|
7639
|
+
supportsDeveloperRole: false;
|
|
7640
|
+
};
|
|
7641
|
+
reasoning: true;
|
|
7642
|
+
input: "text"[];
|
|
7643
|
+
cost: {
|
|
7644
|
+
input: number;
|
|
7645
|
+
output: number;
|
|
7646
|
+
cacheRead: number;
|
|
7647
|
+
cacheWrite: number;
|
|
7648
|
+
};
|
|
7649
|
+
contextWindow: number;
|
|
7650
|
+
maxTokens: number;
|
|
7651
|
+
};
|
|
7652
|
+
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
7653
|
+
id: string;
|
|
7654
|
+
name: string;
|
|
7655
|
+
api: "openai-completions";
|
|
7656
|
+
provider: string;
|
|
7657
|
+
baseUrl: string;
|
|
7658
|
+
compat: {
|
|
7659
|
+
supportsDeveloperRole: false;
|
|
7660
|
+
};
|
|
7661
|
+
reasoning: true;
|
|
7662
|
+
input: "text"[];
|
|
7663
|
+
cost: {
|
|
7664
|
+
input: number;
|
|
7665
|
+
output: number;
|
|
7666
|
+
cacheRead: number;
|
|
7667
|
+
cacheWrite: number;
|
|
7668
|
+
};
|
|
7669
|
+
contextWindow: number;
|
|
7670
|
+
maxTokens: number;
|
|
7671
|
+
};
|
|
7672
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
7673
|
+
id: string;
|
|
7674
|
+
name: string;
|
|
7675
|
+
api: "openai-completions";
|
|
7676
|
+
provider: string;
|
|
7677
|
+
baseUrl: string;
|
|
7678
|
+
compat: {
|
|
7679
|
+
supportsDeveloperRole: false;
|
|
7680
|
+
};
|
|
7681
|
+
reasoning: true;
|
|
7682
|
+
input: "text"[];
|
|
7683
|
+
cost: {
|
|
7684
|
+
input: number;
|
|
7685
|
+
output: number;
|
|
7686
|
+
cacheRead: number;
|
|
7687
|
+
cacheWrite: number;
|
|
7688
|
+
};
|
|
7689
|
+
contextWindow: number;
|
|
7690
|
+
maxTokens: number;
|
|
7691
|
+
};
|
|
7692
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
6988
7693
|
id: string;
|
|
6989
7694
|
name: string;
|
|
6990
7695
|
api: "openai-completions";
|
|
@@ -7004,7 +7709,7 @@ export declare const MODELS: {
|
|
|
7004
7709
|
contextWindow: number;
|
|
7005
7710
|
maxTokens: number;
|
|
7006
7711
|
};
|
|
7007
|
-
readonly "
|
|
7712
|
+
readonly "deepseek-ai/DeepSeek-V3": {
|
|
7008
7713
|
id: string;
|
|
7009
7714
|
name: string;
|
|
7010
7715
|
api: "openai-completions";
|
|
@@ -7013,7 +7718,7 @@ export declare const MODELS: {
|
|
|
7013
7718
|
compat: {
|
|
7014
7719
|
supportsDeveloperRole: false;
|
|
7015
7720
|
};
|
|
7016
|
-
reasoning:
|
|
7721
|
+
reasoning: false;
|
|
7017
7722
|
input: "text"[];
|
|
7018
7723
|
cost: {
|
|
7019
7724
|
input: number;
|
|
@@ -7024,7 +7729,7 @@ export declare const MODELS: {
|
|
|
7024
7729
|
contextWindow: number;
|
|
7025
7730
|
maxTokens: number;
|
|
7026
7731
|
};
|
|
7027
|
-
readonly "
|
|
7732
|
+
readonly "deepseek-ai/DeepSeek-V3-0324": {
|
|
7028
7733
|
id: string;
|
|
7029
7734
|
name: string;
|
|
7030
7735
|
api: "openai-completions";
|
|
@@ -7033,7 +7738,7 @@ export declare const MODELS: {
|
|
|
7033
7738
|
compat: {
|
|
7034
7739
|
supportsDeveloperRole: false;
|
|
7035
7740
|
};
|
|
7036
|
-
reasoning:
|
|
7741
|
+
reasoning: false;
|
|
7037
7742
|
input: "text"[];
|
|
7038
7743
|
cost: {
|
|
7039
7744
|
input: number;
|
|
@@ -7044,7 +7749,7 @@ export declare const MODELS: {
|
|
|
7044
7749
|
contextWindow: number;
|
|
7045
7750
|
maxTokens: number;
|
|
7046
7751
|
};
|
|
7047
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7752
|
+
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
7048
7753
|
id: string;
|
|
7049
7754
|
name: string;
|
|
7050
7755
|
api: "openai-completions";
|
|
@@ -7064,7 +7769,7 @@ export declare const MODELS: {
|
|
|
7064
7769
|
contextWindow: number;
|
|
7065
7770
|
maxTokens: number;
|
|
7066
7771
|
};
|
|
7067
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7772
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
7068
7773
|
id: string;
|
|
7069
7774
|
name: string;
|
|
7070
7775
|
api: "openai-completions";
|
|
@@ -7084,7 +7789,7 @@ export declare const MODELS: {
|
|
|
7084
7789
|
contextWindow: number;
|
|
7085
7790
|
maxTokens: number;
|
|
7086
7791
|
};
|
|
7087
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7792
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
7088
7793
|
id: string;
|
|
7089
7794
|
name: string;
|
|
7090
7795
|
api: "openai-completions";
|
|
@@ -7093,7 +7798,7 @@ export declare const MODELS: {
|
|
|
7093
7798
|
compat: {
|
|
7094
7799
|
supportsDeveloperRole: false;
|
|
7095
7800
|
};
|
|
7096
|
-
reasoning:
|
|
7801
|
+
reasoning: true;
|
|
7097
7802
|
input: "text"[];
|
|
7098
7803
|
cost: {
|
|
7099
7804
|
input: number;
|
|
@@ -7104,7 +7809,7 @@ export declare const MODELS: {
|
|
|
7104
7809
|
contextWindow: number;
|
|
7105
7810
|
maxTokens: number;
|
|
7106
7811
|
};
|
|
7107
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7812
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-0731": {
|
|
7108
7813
|
id: string;
|
|
7109
7814
|
name: string;
|
|
7110
7815
|
api: "openai-completions";
|
|
@@ -7113,7 +7818,7 @@ export declare const MODELS: {
|
|
|
7113
7818
|
compat: {
|
|
7114
7819
|
supportsDeveloperRole: false;
|
|
7115
7820
|
};
|
|
7116
|
-
reasoning:
|
|
7821
|
+
reasoning: true;
|
|
7117
7822
|
input: "text"[];
|
|
7118
7823
|
cost: {
|
|
7119
7824
|
input: number;
|
|
@@ -7124,7 +7829,7 @@ export declare const MODELS: {
|
|
|
7124
7829
|
contextWindow: number;
|
|
7125
7830
|
maxTokens: number;
|
|
7126
7831
|
};
|
|
7127
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7832
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
7128
7833
|
id: string;
|
|
7129
7834
|
name: string;
|
|
7130
7835
|
api: "openai-completions";
|
|
@@ -7134,7 +7839,7 @@ export declare const MODELS: {
|
|
|
7134
7839
|
supportsDeveloperRole: false;
|
|
7135
7840
|
};
|
|
7136
7841
|
reasoning: true;
|
|
7137
|
-
input: "text"[];
|
|
7842
|
+
input: ("image" | "text")[];
|
|
7138
7843
|
cost: {
|
|
7139
7844
|
input: number;
|
|
7140
7845
|
output: number;
|
|
@@ -7144,7 +7849,7 @@ export declare const MODELS: {
|
|
|
7144
7849
|
contextWindow: number;
|
|
7145
7850
|
maxTokens: number;
|
|
7146
7851
|
};
|
|
7147
|
-
readonly "deepseek-ai/DeepSeek-
|
|
7852
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7148
7853
|
id: string;
|
|
7149
7854
|
name: string;
|
|
7150
7855
|
api: "openai-completions";
|
|
@@ -7164,7 +7869,7 @@ export declare const MODELS: {
|
|
|
7164
7869
|
contextWindow: number;
|
|
7165
7870
|
maxTokens: number;
|
|
7166
7871
|
};
|
|
7167
|
-
readonly "deepseek-ai/DeepSeek-V4-
|
|
7872
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
7168
7873
|
id: string;
|
|
7169
7874
|
name: string;
|
|
7170
7875
|
api: "openai-completions";
|
|
@@ -7184,7 +7889,7 @@ export declare const MODELS: {
|
|
|
7184
7889
|
contextWindow: number;
|
|
7185
7890
|
maxTokens: number;
|
|
7186
7891
|
};
|
|
7187
|
-
readonly "deepseek-ai/DeepSeek-V4-Flash
|
|
7892
|
+
readonly "deepseek-ai/DeepSeek-V4.1-Flash": {
|
|
7188
7893
|
id: string;
|
|
7189
7894
|
name: string;
|
|
7190
7895
|
api: "openai-completions";
|
|
@@ -7194,7 +7899,7 @@ export declare const MODELS: {
|
|
|
7194
7899
|
supportsDeveloperRole: false;
|
|
7195
7900
|
};
|
|
7196
7901
|
reasoning: true;
|
|
7197
|
-
input: "text"[];
|
|
7902
|
+
input: ("image" | "text")[];
|
|
7198
7903
|
cost: {
|
|
7199
7904
|
input: number;
|
|
7200
7905
|
output: number;
|
|
@@ -7204,7 +7909,7 @@ export declare const MODELS: {
|
|
|
7204
7909
|
contextWindow: number;
|
|
7205
7910
|
maxTokens: number;
|
|
7206
7911
|
};
|
|
7207
|
-
readonly "
|
|
7912
|
+
readonly "google/gemma-3-12b-it": {
|
|
7208
7913
|
id: string;
|
|
7209
7914
|
name: string;
|
|
7210
7915
|
api: "openai-completions";
|
|
@@ -7213,7 +7918,7 @@ export declare const MODELS: {
|
|
|
7213
7918
|
compat: {
|
|
7214
7919
|
supportsDeveloperRole: false;
|
|
7215
7920
|
};
|
|
7216
|
-
reasoning:
|
|
7921
|
+
reasoning: false;
|
|
7217
7922
|
input: ("image" | "text")[];
|
|
7218
7923
|
cost: {
|
|
7219
7924
|
input: number;
|
|
@@ -7224,7 +7929,7 @@ export declare const MODELS: {
|
|
|
7224
7929
|
contextWindow: number;
|
|
7225
7930
|
maxTokens: number;
|
|
7226
7931
|
};
|
|
7227
|
-
readonly "
|
|
7932
|
+
readonly "google/gemma-3-27b-it": {
|
|
7228
7933
|
id: string;
|
|
7229
7934
|
name: string;
|
|
7230
7935
|
api: "openai-completions";
|
|
@@ -7233,8 +7938,8 @@ export declare const MODELS: {
|
|
|
7233
7938
|
compat: {
|
|
7234
7939
|
supportsDeveloperRole: false;
|
|
7235
7940
|
};
|
|
7236
|
-
reasoning:
|
|
7237
|
-
input: "text"[];
|
|
7941
|
+
reasoning: false;
|
|
7942
|
+
input: ("image" | "text")[];
|
|
7238
7943
|
cost: {
|
|
7239
7944
|
input: number;
|
|
7240
7945
|
output: number;
|
|
@@ -7244,7 +7949,7 @@ export declare const MODELS: {
|
|
|
7244
7949
|
contextWindow: number;
|
|
7245
7950
|
maxTokens: number;
|
|
7246
7951
|
};
|
|
7247
|
-
readonly "
|
|
7952
|
+
readonly "google/gemma-3-4b-it": {
|
|
7248
7953
|
id: string;
|
|
7249
7954
|
name: string;
|
|
7250
7955
|
api: "openai-completions";
|
|
@@ -7253,8 +7958,8 @@ export declare const MODELS: {
|
|
|
7253
7958
|
compat: {
|
|
7254
7959
|
supportsDeveloperRole: false;
|
|
7255
7960
|
};
|
|
7256
|
-
reasoning:
|
|
7257
|
-
input: "text"[];
|
|
7961
|
+
reasoning: false;
|
|
7962
|
+
input: ("image" | "text")[];
|
|
7258
7963
|
cost: {
|
|
7259
7964
|
input: number;
|
|
7260
7965
|
output: number;
|
|
@@ -11219,6 +11924,34 @@ export declare const MODELS: {
|
|
|
11219
11924
|
contextWindow: number;
|
|
11220
11925
|
maxTokens: number;
|
|
11221
11926
|
};
|
|
11927
|
+
readonly "deepseek-v4.1-flash": {
|
|
11928
|
+
id: string;
|
|
11929
|
+
name: string;
|
|
11930
|
+
api: "openai-completions";
|
|
11931
|
+
provider: string;
|
|
11932
|
+
baseUrl: string;
|
|
11933
|
+
compat: {
|
|
11934
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
11935
|
+
thinkingFormat: "deepseek";
|
|
11936
|
+
};
|
|
11937
|
+
reasoning: true;
|
|
11938
|
+
thinkingLevelMap: {
|
|
11939
|
+
minimal: null;
|
|
11940
|
+
low: null;
|
|
11941
|
+
medium: null;
|
|
11942
|
+
high: string;
|
|
11943
|
+
xhigh: string;
|
|
11944
|
+
};
|
|
11945
|
+
input: ("image" | "text")[];
|
|
11946
|
+
cost: {
|
|
11947
|
+
input: number;
|
|
11948
|
+
output: number;
|
|
11949
|
+
cacheRead: number;
|
|
11950
|
+
cacheWrite: number;
|
|
11951
|
+
};
|
|
11952
|
+
contextWindow: number;
|
|
11953
|
+
maxTokens: number;
|
|
11954
|
+
};
|
|
11222
11955
|
readonly "glm-5.1": {
|
|
11223
11956
|
id: string;
|
|
11224
11957
|
name: string;
|
|
@@ -11538,23 +12271,6 @@ export declare const MODELS: {
|
|
|
11538
12271
|
contextWindow: number;
|
|
11539
12272
|
maxTokens: number;
|
|
11540
12273
|
};
|
|
11541
|
-
readonly "omen-alpha": {
|
|
11542
|
-
id: string;
|
|
11543
|
-
name: string;
|
|
11544
|
-
api: "openai-completions";
|
|
11545
|
-
provider: string;
|
|
11546
|
-
baseUrl: string;
|
|
11547
|
-
reasoning: true;
|
|
11548
|
-
input: ("image" | "text")[];
|
|
11549
|
-
cost: {
|
|
11550
|
-
input: number;
|
|
11551
|
-
output: number;
|
|
11552
|
-
cacheRead: number;
|
|
11553
|
-
cacheWrite: number;
|
|
11554
|
-
};
|
|
11555
|
-
contextWindow: number;
|
|
11556
|
-
maxTokens: number;
|
|
11557
|
-
};
|
|
11558
12274
|
readonly "qwen3.6-plus": {
|
|
11559
12275
|
id: string;
|
|
11560
12276
|
name: string;
|
|
@@ -12683,6 +13399,33 @@ export declare const MODELS: {
|
|
|
12683
13399
|
contextWindow: number;
|
|
12684
13400
|
maxTokens: number;
|
|
12685
13401
|
};
|
|
13402
|
+
readonly "deepseek/deepseek-v4-flash-vision-exp:batch": {
|
|
13403
|
+
id: string;
|
|
13404
|
+
name: string;
|
|
13405
|
+
api: "openai-completions";
|
|
13406
|
+
provider: string;
|
|
13407
|
+
baseUrl: string;
|
|
13408
|
+
compat: {
|
|
13409
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
13410
|
+
};
|
|
13411
|
+
reasoning: true;
|
|
13412
|
+
thinkingLevelMap: {
|
|
13413
|
+
minimal: null;
|
|
13414
|
+
low: null;
|
|
13415
|
+
medium: null;
|
|
13416
|
+
high: string;
|
|
13417
|
+
xhigh: string;
|
|
13418
|
+
};
|
|
13419
|
+
input: ("image" | "text")[];
|
|
13420
|
+
cost: {
|
|
13421
|
+
input: number;
|
|
13422
|
+
output: number;
|
|
13423
|
+
cacheRead: number;
|
|
13424
|
+
cacheWrite: number;
|
|
13425
|
+
};
|
|
13426
|
+
contextWindow: number;
|
|
13427
|
+
maxTokens: number;
|
|
13428
|
+
};
|
|
12686
13429
|
readonly "deepseek/deepseek-v4-pro": {
|
|
12687
13430
|
id: string;
|
|
12688
13431
|
name: string;
|
|
@@ -12764,6 +13507,33 @@ export declare const MODELS: {
|
|
|
12764
13507
|
contextWindow: number;
|
|
12765
13508
|
maxTokens: number;
|
|
12766
13509
|
};
|
|
13510
|
+
readonly "deepseek/deepseek-v4.1-flash": {
|
|
13511
|
+
id: string;
|
|
13512
|
+
name: string;
|
|
13513
|
+
api: "openai-completions";
|
|
13514
|
+
provider: string;
|
|
13515
|
+
baseUrl: string;
|
|
13516
|
+
compat: {
|
|
13517
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
13518
|
+
};
|
|
13519
|
+
reasoning: true;
|
|
13520
|
+
thinkingLevelMap: {
|
|
13521
|
+
minimal: null;
|
|
13522
|
+
low: null;
|
|
13523
|
+
medium: null;
|
|
13524
|
+
high: string;
|
|
13525
|
+
xhigh: string;
|
|
13526
|
+
};
|
|
13527
|
+
input: ("image" | "text")[];
|
|
13528
|
+
cost: {
|
|
13529
|
+
input: number;
|
|
13530
|
+
output: number;
|
|
13531
|
+
cacheRead: number;
|
|
13532
|
+
cacheWrite: number;
|
|
13533
|
+
};
|
|
13534
|
+
contextWindow: number;
|
|
13535
|
+
maxTokens: number;
|
|
13536
|
+
};
|
|
12767
13537
|
readonly "dots-studio/dots-3-note-preview:free": {
|
|
12768
13538
|
id: string;
|
|
12769
13539
|
name: string;
|
|
@@ -13396,7 +14166,7 @@ export declare const MODELS: {
|
|
|
13396
14166
|
contextWindow: number;
|
|
13397
14167
|
maxTokens: number;
|
|
13398
14168
|
};
|
|
13399
|
-
readonly "inception/mercury-2.5
|
|
14169
|
+
readonly "inception/mercury-2.5": {
|
|
13400
14170
|
id: string;
|
|
13401
14171
|
name: string;
|
|
13402
14172
|
api: "openai-completions";
|
|
@@ -13484,6 +14254,40 @@ export declare const MODELS: {
|
|
|
13484
14254
|
contextWindow: number;
|
|
13485
14255
|
maxTokens: number;
|
|
13486
14256
|
};
|
|
14257
|
+
readonly "inclusionai/ling-3.0-flash-vl": {
|
|
14258
|
+
id: string;
|
|
14259
|
+
name: string;
|
|
14260
|
+
api: "openai-completions";
|
|
14261
|
+
provider: string;
|
|
14262
|
+
baseUrl: string;
|
|
14263
|
+
reasoning: true;
|
|
14264
|
+
input: ("image" | "text")[];
|
|
14265
|
+
cost: {
|
|
14266
|
+
input: number;
|
|
14267
|
+
output: number;
|
|
14268
|
+
cacheRead: number;
|
|
14269
|
+
cacheWrite: number;
|
|
14270
|
+
};
|
|
14271
|
+
contextWindow: number;
|
|
14272
|
+
maxTokens: number;
|
|
14273
|
+
};
|
|
14274
|
+
readonly "inclusionai/ling-3.0-flash-vl:free": {
|
|
14275
|
+
id: string;
|
|
14276
|
+
name: string;
|
|
14277
|
+
api: "openai-completions";
|
|
14278
|
+
provider: string;
|
|
14279
|
+
baseUrl: string;
|
|
14280
|
+
reasoning: true;
|
|
14281
|
+
input: ("image" | "text")[];
|
|
14282
|
+
cost: {
|
|
14283
|
+
input: number;
|
|
14284
|
+
output: number;
|
|
14285
|
+
cacheRead: number;
|
|
14286
|
+
cacheWrite: number;
|
|
14287
|
+
};
|
|
14288
|
+
contextWindow: number;
|
|
14289
|
+
maxTokens: number;
|
|
14290
|
+
};
|
|
13487
14291
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
13488
14292
|
id: string;
|
|
13489
14293
|
name: string;
|
|
@@ -13892,6 +14696,23 @@ export declare const MODELS: {
|
|
|
13892
14696
|
contextWindow: number;
|
|
13893
14697
|
maxTokens: number;
|
|
13894
14698
|
};
|
|
14699
|
+
readonly "mistralai/codestral-2508:batch": {
|
|
14700
|
+
id: string;
|
|
14701
|
+
name: string;
|
|
14702
|
+
api: "openai-completions";
|
|
14703
|
+
provider: string;
|
|
14704
|
+
baseUrl: string;
|
|
14705
|
+
reasoning: false;
|
|
14706
|
+
input: "text"[];
|
|
14707
|
+
cost: {
|
|
14708
|
+
input: number;
|
|
14709
|
+
output: number;
|
|
14710
|
+
cacheRead: number;
|
|
14711
|
+
cacheWrite: number;
|
|
14712
|
+
};
|
|
14713
|
+
contextWindow: number;
|
|
14714
|
+
maxTokens: number;
|
|
14715
|
+
};
|
|
13895
14716
|
readonly "mistralai/devstral-2512": {
|
|
13896
14717
|
id: string;
|
|
13897
14718
|
name: string;
|
|
@@ -13960,6 +14781,23 @@ export declare const MODELS: {
|
|
|
13960
14781
|
contextWindow: number;
|
|
13961
14782
|
maxTokens: number;
|
|
13962
14783
|
};
|
|
14784
|
+
readonly "mistralai/ministral-8b-2512:batch": {
|
|
14785
|
+
id: string;
|
|
14786
|
+
name: string;
|
|
14787
|
+
api: "openai-completions";
|
|
14788
|
+
provider: string;
|
|
14789
|
+
baseUrl: string;
|
|
14790
|
+
reasoning: false;
|
|
14791
|
+
input: ("image" | "text")[];
|
|
14792
|
+
cost: {
|
|
14793
|
+
input: number;
|
|
14794
|
+
output: number;
|
|
14795
|
+
cacheRead: number;
|
|
14796
|
+
cacheWrite: number;
|
|
14797
|
+
};
|
|
14798
|
+
contextWindow: number;
|
|
14799
|
+
maxTokens: number;
|
|
14800
|
+
};
|
|
13963
14801
|
readonly "mistralai/mistral-large": {
|
|
13964
14802
|
id: string;
|
|
13965
14803
|
name: string;
|
|
@@ -14011,6 +14849,23 @@ export declare const MODELS: {
|
|
|
14011
14849
|
contextWindow: number;
|
|
14012
14850
|
maxTokens: number;
|
|
14013
14851
|
};
|
|
14852
|
+
readonly "mistralai/mistral-large-2512:batch": {
|
|
14853
|
+
id: string;
|
|
14854
|
+
name: string;
|
|
14855
|
+
api: "openai-completions";
|
|
14856
|
+
provider: string;
|
|
14857
|
+
baseUrl: string;
|
|
14858
|
+
reasoning: false;
|
|
14859
|
+
input: ("image" | "text")[];
|
|
14860
|
+
cost: {
|
|
14861
|
+
input: number;
|
|
14862
|
+
output: number;
|
|
14863
|
+
cacheRead: number;
|
|
14864
|
+
cacheWrite: number;
|
|
14865
|
+
};
|
|
14866
|
+
contextWindow: number;
|
|
14867
|
+
maxTokens: number;
|
|
14868
|
+
};
|
|
14014
14869
|
readonly "mistralai/mistral-medium-3": {
|
|
14015
14870
|
id: string;
|
|
14016
14871
|
name: string;
|
|
@@ -14079,6 +14934,23 @@ export declare const MODELS: {
|
|
|
14079
14934
|
contextWindow: number;
|
|
14080
14935
|
maxTokens: number;
|
|
14081
14936
|
};
|
|
14937
|
+
readonly "mistralai/mistral-medium-3.1:batch": {
|
|
14938
|
+
id: string;
|
|
14939
|
+
name: string;
|
|
14940
|
+
api: "openai-completions";
|
|
14941
|
+
provider: string;
|
|
14942
|
+
baseUrl: string;
|
|
14943
|
+
reasoning: false;
|
|
14944
|
+
input: ("image" | "text")[];
|
|
14945
|
+
cost: {
|
|
14946
|
+
input: number;
|
|
14947
|
+
output: number;
|
|
14948
|
+
cacheRead: number;
|
|
14949
|
+
cacheWrite: number;
|
|
14950
|
+
};
|
|
14951
|
+
contextWindow: number;
|
|
14952
|
+
maxTokens: number;
|
|
14953
|
+
};
|
|
14082
14954
|
readonly "mistralai/mistral-nemo": {
|
|
14083
14955
|
id: string;
|
|
14084
14956
|
name: string;
|
|
@@ -14130,6 +15002,23 @@ export declare const MODELS: {
|
|
|
14130
15002
|
contextWindow: number;
|
|
14131
15003
|
maxTokens: number;
|
|
14132
15004
|
};
|
|
15005
|
+
readonly "mistralai/mistral-small-2603:batch": {
|
|
15006
|
+
id: string;
|
|
15007
|
+
name: string;
|
|
15008
|
+
api: "openai-completions";
|
|
15009
|
+
provider: string;
|
|
15010
|
+
baseUrl: string;
|
|
15011
|
+
reasoning: true;
|
|
15012
|
+
input: ("image" | "text")[];
|
|
15013
|
+
cost: {
|
|
15014
|
+
input: number;
|
|
15015
|
+
output: number;
|
|
15016
|
+
cacheRead: number;
|
|
15017
|
+
cacheWrite: number;
|
|
15018
|
+
};
|
|
15019
|
+
contextWindow: number;
|
|
15020
|
+
maxTokens: number;
|
|
15021
|
+
};
|
|
14133
15022
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
14134
15023
|
id: string;
|
|
14135
15024
|
name: string;
|
|
@@ -14320,7 +15209,7 @@ export declare const MODELS: {
|
|
|
14320
15209
|
contextWindow: number;
|
|
14321
15210
|
maxTokens: number;
|
|
14322
15211
|
};
|
|
14323
|
-
readonly "nex-agi/nex-n2-mini": {
|
|
15212
|
+
readonly "nex-agi/nex-n2.5-mini:free": {
|
|
14324
15213
|
id: string;
|
|
14325
15214
|
name: string;
|
|
14326
15215
|
api: "openai-completions";
|
|
@@ -14337,7 +15226,7 @@ export declare const MODELS: {
|
|
|
14337
15226
|
contextWindow: number;
|
|
14338
15227
|
maxTokens: number;
|
|
14339
15228
|
};
|
|
14340
|
-
readonly "nex-agi/nex-n2-pro": {
|
|
15229
|
+
readonly "nex-agi/nex-n2.5-pro:free": {
|
|
14341
15230
|
id: string;
|
|
14342
15231
|
name: string;
|
|
14343
15232
|
api: "openai-completions";
|
|
@@ -17106,6 +17995,23 @@ export declare const MODELS: {
|
|
|
17106
17995
|
contextWindow: number;
|
|
17107
17996
|
maxTokens: number;
|
|
17108
17997
|
};
|
|
17998
|
+
readonly "sakana/fugu-max": {
|
|
17999
|
+
id: string;
|
|
18000
|
+
name: string;
|
|
18001
|
+
api: "openai-completions";
|
|
18002
|
+
provider: string;
|
|
18003
|
+
baseUrl: string;
|
|
18004
|
+
reasoning: true;
|
|
18005
|
+
input: ("image" | "text")[];
|
|
18006
|
+
cost: {
|
|
18007
|
+
input: number;
|
|
18008
|
+
output: number;
|
|
18009
|
+
cacheRead: number;
|
|
18010
|
+
cacheWrite: number;
|
|
18011
|
+
};
|
|
18012
|
+
contextWindow: number;
|
|
18013
|
+
maxTokens: number;
|
|
18014
|
+
};
|
|
17109
18015
|
readonly "sakana/fugu-ultra": {
|
|
17110
18016
|
id: string;
|
|
17111
18017
|
name: string;
|
|
@@ -17123,6 +18029,23 @@ export declare const MODELS: {
|
|
|
17123
18029
|
contextWindow: number;
|
|
17124
18030
|
maxTokens: number;
|
|
17125
18031
|
};
|
|
18032
|
+
readonly "sakana/fugu-ultra-v2": {
|
|
18033
|
+
id: string;
|
|
18034
|
+
name: string;
|
|
18035
|
+
api: "openai-completions";
|
|
18036
|
+
provider: string;
|
|
18037
|
+
baseUrl: string;
|
|
18038
|
+
reasoning: true;
|
|
18039
|
+
input: ("image" | "text")[];
|
|
18040
|
+
cost: {
|
|
18041
|
+
input: number;
|
|
18042
|
+
output: number;
|
|
18043
|
+
cacheRead: number;
|
|
18044
|
+
cacheWrite: number;
|
|
18045
|
+
};
|
|
18046
|
+
contextWindow: number;
|
|
18047
|
+
maxTokens: number;
|
|
18048
|
+
};
|
|
17126
18049
|
readonly "sakana/sakana-namazu": {
|
|
17127
18050
|
id: string;
|
|
17128
18051
|
name: string;
|
|
@@ -17718,6 +18641,23 @@ export declare const MODELS: {
|
|
|
17718
18641
|
contextWindow: number;
|
|
17719
18642
|
maxTokens: number;
|
|
17720
18643
|
};
|
|
18644
|
+
readonly "z-ai/glm-5.2:batch": {
|
|
18645
|
+
id: string;
|
|
18646
|
+
name: string;
|
|
18647
|
+
api: "openai-completions";
|
|
18648
|
+
provider: string;
|
|
18649
|
+
baseUrl: string;
|
|
18650
|
+
reasoning: true;
|
|
18651
|
+
input: "text"[];
|
|
18652
|
+
cost: {
|
|
18653
|
+
input: number;
|
|
18654
|
+
output: number;
|
|
18655
|
+
cacheRead: number;
|
|
18656
|
+
cacheWrite: number;
|
|
18657
|
+
};
|
|
18658
|
+
contextWindow: number;
|
|
18659
|
+
maxTokens: number;
|
|
18660
|
+
};
|
|
17721
18661
|
readonly "z-ai/glm-5.3": {
|
|
17722
18662
|
id: string;
|
|
17723
18663
|
name: string;
|
|
@@ -17769,6 +18709,23 @@ export declare const MODELS: {
|
|
|
17769
18709
|
contextWindow: number;
|
|
17770
18710
|
maxTokens: number;
|
|
17771
18711
|
};
|
|
18712
|
+
readonly "z-ai/glm-5.3:batch": {
|
|
18713
|
+
id: string;
|
|
18714
|
+
name: string;
|
|
18715
|
+
api: "openai-completions";
|
|
18716
|
+
provider: string;
|
|
18717
|
+
baseUrl: string;
|
|
18718
|
+
reasoning: true;
|
|
18719
|
+
input: "text"[];
|
|
18720
|
+
cost: {
|
|
18721
|
+
input: number;
|
|
18722
|
+
output: number;
|
|
18723
|
+
cacheRead: number;
|
|
18724
|
+
cacheWrite: number;
|
|
18725
|
+
};
|
|
18726
|
+
contextWindow: number;
|
|
18727
|
+
maxTokens: number;
|
|
18728
|
+
};
|
|
17772
18729
|
readonly "z-ai/glm-5v-turbo": {
|
|
17773
18730
|
id: string;
|
|
17774
18731
|
name: string;
|
|
@@ -17932,7 +18889,24 @@ export declare const MODELS: {
|
|
|
17932
18889
|
contextWindow: number;
|
|
17933
18890
|
maxTokens: number;
|
|
17934
18891
|
};
|
|
17935
|
-
readonly "~openai/gpt-latest": {
|
|
18892
|
+
readonly "~openai/gpt-astra-latest": {
|
|
18893
|
+
id: string;
|
|
18894
|
+
name: string;
|
|
18895
|
+
api: "openai-completions";
|
|
18896
|
+
provider: string;
|
|
18897
|
+
baseUrl: string;
|
|
18898
|
+
reasoning: true;
|
|
18899
|
+
input: ("image" | "text")[];
|
|
18900
|
+
cost: {
|
|
18901
|
+
input: number;
|
|
18902
|
+
output: number;
|
|
18903
|
+
cacheRead: number;
|
|
18904
|
+
cacheWrite: number;
|
|
18905
|
+
};
|
|
18906
|
+
contextWindow: number;
|
|
18907
|
+
maxTokens: number;
|
|
18908
|
+
};
|
|
18909
|
+
readonly "~openai/gpt-luna-latest": {
|
|
17936
18910
|
id: string;
|
|
17937
18911
|
name: string;
|
|
17938
18912
|
api: "openai-completions";
|
|
@@ -17966,6 +18940,40 @@ export declare const MODELS: {
|
|
|
17966
18940
|
contextWindow: number;
|
|
17967
18941
|
maxTokens: number;
|
|
17968
18942
|
};
|
|
18943
|
+
readonly "~openai/gpt-sol-latest": {
|
|
18944
|
+
id: string;
|
|
18945
|
+
name: string;
|
|
18946
|
+
api: "openai-completions";
|
|
18947
|
+
provider: string;
|
|
18948
|
+
baseUrl: string;
|
|
18949
|
+
reasoning: true;
|
|
18950
|
+
input: ("image" | "text")[];
|
|
18951
|
+
cost: {
|
|
18952
|
+
input: number;
|
|
18953
|
+
output: number;
|
|
18954
|
+
cacheRead: number;
|
|
18955
|
+
cacheWrite: number;
|
|
18956
|
+
};
|
|
18957
|
+
contextWindow: number;
|
|
18958
|
+
maxTokens: number;
|
|
18959
|
+
};
|
|
18960
|
+
readonly "~openai/gpt-terra-latest": {
|
|
18961
|
+
id: string;
|
|
18962
|
+
name: string;
|
|
18963
|
+
api: "openai-completions";
|
|
18964
|
+
provider: string;
|
|
18965
|
+
baseUrl: string;
|
|
18966
|
+
reasoning: true;
|
|
18967
|
+
input: ("image" | "text")[];
|
|
18968
|
+
cost: {
|
|
18969
|
+
input: number;
|
|
18970
|
+
output: number;
|
|
18971
|
+
cacheRead: number;
|
|
18972
|
+
cacheWrite: number;
|
|
18973
|
+
};
|
|
18974
|
+
contextWindow: number;
|
|
18975
|
+
maxTokens: number;
|
|
18976
|
+
};
|
|
17969
18977
|
readonly "~x-ai/grok-latest": {
|
|
17970
18978
|
id: string;
|
|
17971
18979
|
name: string;
|
|
@@ -19130,23 +20138,6 @@ export declare const MODELS: {
|
|
|
19130
20138
|
contextWindow: number;
|
|
19131
20139
|
maxTokens: number;
|
|
19132
20140
|
};
|
|
19133
|
-
readonly "alibaba/qwen3.8-flash-next": {
|
|
19134
|
-
id: string;
|
|
19135
|
-
name: string;
|
|
19136
|
-
api: "anthropic-messages";
|
|
19137
|
-
provider: string;
|
|
19138
|
-
baseUrl: string;
|
|
19139
|
-
reasoning: true;
|
|
19140
|
-
input: ("image" | "text")[];
|
|
19141
|
-
cost: {
|
|
19142
|
-
input: number;
|
|
19143
|
-
output: number;
|
|
19144
|
-
cacheRead: number;
|
|
19145
|
-
cacheWrite: number;
|
|
19146
|
-
};
|
|
19147
|
-
contextWindow: number;
|
|
19148
|
-
maxTokens: number;
|
|
19149
|
-
};
|
|
19150
20141
|
readonly "alibaba/qwen3.8-max": {
|
|
19151
20142
|
id: string;
|
|
19152
20143
|
name: string;
|
|
@@ -19783,6 +20774,23 @@ export declare const MODELS: {
|
|
|
19783
20774
|
contextWindow: number;
|
|
19784
20775
|
maxTokens: number;
|
|
19785
20776
|
};
|
|
20777
|
+
readonly "deepseek/deepseek-v4.1-flash": {
|
|
20778
|
+
id: string;
|
|
20779
|
+
name: string;
|
|
20780
|
+
api: "anthropic-messages";
|
|
20781
|
+
provider: string;
|
|
20782
|
+
baseUrl: string;
|
|
20783
|
+
reasoning: true;
|
|
20784
|
+
input: ("image" | "text")[];
|
|
20785
|
+
cost: {
|
|
20786
|
+
input: number;
|
|
20787
|
+
output: number;
|
|
20788
|
+
cacheRead: number;
|
|
20789
|
+
cacheWrite: number;
|
|
20790
|
+
};
|
|
20791
|
+
contextWindow: number;
|
|
20792
|
+
maxTokens: number;
|
|
20793
|
+
};
|
|
19786
20794
|
readonly "google/gemini-2.5-flash": {
|
|
19787
20795
|
id: string;
|
|
19788
20796
|
name: string;
|
|
@@ -20021,6 +21029,23 @@ export declare const MODELS: {
|
|
|
20021
21029
|
contextWindow: number;
|
|
20022
21030
|
maxTokens: number;
|
|
20023
21031
|
};
|
|
21032
|
+
readonly "inception/mercury-2.5": {
|
|
21033
|
+
id: string;
|
|
21034
|
+
name: string;
|
|
21035
|
+
api: "anthropic-messages";
|
|
21036
|
+
provider: string;
|
|
21037
|
+
baseUrl: string;
|
|
21038
|
+
reasoning: true;
|
|
21039
|
+
input: "text"[];
|
|
21040
|
+
cost: {
|
|
21041
|
+
input: number;
|
|
21042
|
+
output: number;
|
|
21043
|
+
cacheRead: number;
|
|
21044
|
+
cacheWrite: number;
|
|
21045
|
+
};
|
|
21046
|
+
contextWindow: number;
|
|
21047
|
+
maxTokens: number;
|
|
21048
|
+
};
|
|
20024
21049
|
readonly "inception/mercury-coder-small": {
|
|
20025
21050
|
id: string;
|
|
20026
21051
|
name: string;
|
|
@@ -20123,6 +21148,40 @@ export declare const MODELS: {
|
|
|
20123
21148
|
contextWindow: number;
|
|
20124
21149
|
maxTokens: number;
|
|
20125
21150
|
};
|
|
21151
|
+
readonly "inclusionai/ling-3.0-flash-vl": {
|
|
21152
|
+
id: string;
|
|
21153
|
+
name: string;
|
|
21154
|
+
api: "anthropic-messages";
|
|
21155
|
+
provider: string;
|
|
21156
|
+
baseUrl: string;
|
|
21157
|
+
reasoning: true;
|
|
21158
|
+
input: ("image" | "text")[];
|
|
21159
|
+
cost: {
|
|
21160
|
+
input: number;
|
|
21161
|
+
output: number;
|
|
21162
|
+
cacheRead: number;
|
|
21163
|
+
cacheWrite: number;
|
|
21164
|
+
};
|
|
21165
|
+
contextWindow: number;
|
|
21166
|
+
maxTokens: number;
|
|
21167
|
+
};
|
|
21168
|
+
readonly "inclusionai/ling-3.0-flash-vl-free": {
|
|
21169
|
+
id: string;
|
|
21170
|
+
name: string;
|
|
21171
|
+
api: "anthropic-messages";
|
|
21172
|
+
provider: string;
|
|
21173
|
+
baseUrl: string;
|
|
21174
|
+
reasoning: true;
|
|
21175
|
+
input: ("image" | "text")[];
|
|
21176
|
+
cost: {
|
|
21177
|
+
input: number;
|
|
21178
|
+
output: number;
|
|
21179
|
+
cacheRead: number;
|
|
21180
|
+
cacheWrite: number;
|
|
21181
|
+
};
|
|
21182
|
+
contextWindow: number;
|
|
21183
|
+
maxTokens: number;
|
|
21184
|
+
};
|
|
20126
21185
|
readonly "interfaze/interfaze-beta": {
|
|
20127
21186
|
id: string;
|
|
20128
21187
|
name: string;
|
|
@@ -22065,6 +23124,23 @@ export declare const MODELS: {
|
|
|
22065
23124
|
contextWindow: number;
|
|
22066
23125
|
maxTokens: number;
|
|
22067
23126
|
};
|
|
23127
|
+
readonly "sakana/fugu-max": {
|
|
23128
|
+
id: string;
|
|
23129
|
+
name: string;
|
|
23130
|
+
api: "anthropic-messages";
|
|
23131
|
+
provider: string;
|
|
23132
|
+
baseUrl: string;
|
|
23133
|
+
reasoning: true;
|
|
23134
|
+
input: ("image" | "text")[];
|
|
23135
|
+
cost: {
|
|
23136
|
+
input: number;
|
|
23137
|
+
output: number;
|
|
23138
|
+
cacheRead: number;
|
|
23139
|
+
cacheWrite: number;
|
|
23140
|
+
};
|
|
23141
|
+
contextWindow: number;
|
|
23142
|
+
maxTokens: number;
|
|
23143
|
+
};
|
|
22068
23144
|
readonly "sakana/fugu-ultra": {
|
|
22069
23145
|
id: string;
|
|
22070
23146
|
name: string;
|
|
@@ -22082,6 +23158,23 @@ export declare const MODELS: {
|
|
|
22082
23158
|
contextWindow: number;
|
|
22083
23159
|
maxTokens: number;
|
|
22084
23160
|
};
|
|
23161
|
+
readonly "sakana/fugu-ultra-v2": {
|
|
23162
|
+
id: string;
|
|
23163
|
+
name: string;
|
|
23164
|
+
api: "anthropic-messages";
|
|
23165
|
+
provider: string;
|
|
23166
|
+
baseUrl: string;
|
|
23167
|
+
reasoning: true;
|
|
23168
|
+
input: ("image" | "text")[];
|
|
23169
|
+
cost: {
|
|
23170
|
+
input: number;
|
|
23171
|
+
output: number;
|
|
23172
|
+
cacheRead: number;
|
|
23173
|
+
cacheWrite: number;
|
|
23174
|
+
};
|
|
23175
|
+
contextWindow: number;
|
|
23176
|
+
maxTokens: number;
|
|
23177
|
+
};
|
|
22085
23178
|
readonly "sakana/namazu": {
|
|
22086
23179
|
id: string;
|
|
22087
23180
|
name: string;
|
|
@@ -22439,23 +23532,6 @@ export declare const MODELS: {
|
|
|
22439
23532
|
contextWindow: number;
|
|
22440
23533
|
maxTokens: number;
|
|
22441
23534
|
};
|
|
22442
|
-
readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
22443
|
-
id: string;
|
|
22444
|
-
name: string;
|
|
22445
|
-
api: "anthropic-messages";
|
|
22446
|
-
provider: string;
|
|
22447
|
-
baseUrl: string;
|
|
22448
|
-
reasoning: true;
|
|
22449
|
-
input: "text"[];
|
|
22450
|
-
cost: {
|
|
22451
|
-
input: number;
|
|
22452
|
-
output: number;
|
|
22453
|
-
cacheRead: number;
|
|
22454
|
-
cacheWrite: number;
|
|
22455
|
-
};
|
|
22456
|
-
contextWindow: number;
|
|
22457
|
-
maxTokens: number;
|
|
22458
|
-
};
|
|
22459
23535
|
readonly "zai/glm-4.5": {
|
|
22460
23536
|
id: string;
|
|
22461
23537
|
name: string;
|
|
@@ -22711,23 +23787,6 @@ export declare const MODELS: {
|
|
|
22711
23787
|
contextWindow: number;
|
|
22712
23788
|
maxTokens: number;
|
|
22713
23789
|
};
|
|
22714
|
-
readonly "zai/glm-5.3-promo-50": {
|
|
22715
|
-
id: string;
|
|
22716
|
-
name: string;
|
|
22717
|
-
api: "anthropic-messages";
|
|
22718
|
-
provider: string;
|
|
22719
|
-
baseUrl: string;
|
|
22720
|
-
reasoning: true;
|
|
22721
|
-
input: "text"[];
|
|
22722
|
-
cost: {
|
|
22723
|
-
input: number;
|
|
22724
|
-
output: number;
|
|
22725
|
-
cacheRead: number;
|
|
22726
|
-
cacheWrite: number;
|
|
22727
|
-
};
|
|
22728
|
-
contextWindow: number;
|
|
22729
|
-
maxTokens: number;
|
|
22730
|
-
};
|
|
22731
23790
|
readonly "zai/glm-5v-turbo": {
|
|
22732
23791
|
id: string;
|
|
22733
23792
|
name: string;
|