@pydantic/genai-prices 0.0.54 → 0.0.56
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/cli.js +1852 -1283
- package/dist/index.cjs +4 -4
- package/dist/index.js +1674 -1105
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -337,44 +337,60 @@ const I = [
|
|
|
337
337
|
]
|
|
338
338
|
},
|
|
339
339
|
context_window: 2e5,
|
|
340
|
-
prices:
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
340
|
+
prices: [
|
|
341
|
+
{
|
|
342
|
+
prices: {
|
|
343
|
+
input_mtok: {
|
|
344
|
+
base: 5,
|
|
345
|
+
tiers: [
|
|
346
|
+
{
|
|
347
|
+
start: 2e5,
|
|
348
|
+
price: 10
|
|
349
|
+
}
|
|
350
|
+
]
|
|
351
|
+
},
|
|
352
|
+
cache_write_mtok: {
|
|
353
|
+
base: 6.25,
|
|
354
|
+
tiers: [
|
|
355
|
+
{
|
|
356
|
+
start: 2e5,
|
|
357
|
+
price: 12.5
|
|
358
|
+
}
|
|
359
|
+
]
|
|
360
|
+
},
|
|
361
|
+
cache_read_mtok: {
|
|
362
|
+
base: 0.5,
|
|
363
|
+
tiers: [
|
|
364
|
+
{
|
|
365
|
+
start: 2e5,
|
|
366
|
+
price: 1
|
|
367
|
+
}
|
|
368
|
+
]
|
|
369
|
+
},
|
|
370
|
+
output_mtok: {
|
|
371
|
+
base: 25,
|
|
372
|
+
tiers: [
|
|
373
|
+
{
|
|
374
|
+
start: 2e5,
|
|
375
|
+
price: 37.5
|
|
376
|
+
}
|
|
377
|
+
]
|
|
365
378
|
}
|
|
366
|
-
|
|
379
|
+
}
|
|
367
380
|
},
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
381
|
+
{
|
|
382
|
+
constraint: {
|
|
383
|
+
start_date: "2026-03-13",
|
|
384
|
+
type: "start_date"
|
|
385
|
+
},
|
|
386
|
+
prices: {
|
|
387
|
+
input_mtok: 5,
|
|
388
|
+
cache_write_mtok: 6.25,
|
|
389
|
+
cache_read_mtok: 0.5,
|
|
390
|
+
output_mtok: 25
|
|
391
|
+
}
|
|
376
392
|
}
|
|
377
|
-
|
|
393
|
+
]
|
|
378
394
|
},
|
|
379
395
|
{
|
|
380
396
|
id: "claude-sonnet-4-0",
|
|
@@ -476,44 +492,60 @@ const I = [
|
|
|
476
492
|
]
|
|
477
493
|
},
|
|
478
494
|
context_window: 1e6,
|
|
479
|
-
prices:
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
495
|
+
prices: [
|
|
496
|
+
{
|
|
497
|
+
prices: {
|
|
498
|
+
input_mtok: {
|
|
499
|
+
base: 3,
|
|
500
|
+
tiers: [
|
|
501
|
+
{
|
|
502
|
+
start: 2e5,
|
|
503
|
+
price: 6
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
cache_write_mtok: {
|
|
508
|
+
base: 3.75,
|
|
509
|
+
tiers: [
|
|
510
|
+
{
|
|
511
|
+
start: 2e5,
|
|
512
|
+
price: 7.5
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
cache_read_mtok: {
|
|
517
|
+
base: 0.3,
|
|
518
|
+
tiers: [
|
|
519
|
+
{
|
|
520
|
+
start: 2e5,
|
|
521
|
+
price: 0.6
|
|
522
|
+
}
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
output_mtok: {
|
|
526
|
+
base: 15,
|
|
527
|
+
tiers: [
|
|
528
|
+
{
|
|
529
|
+
start: 2e5,
|
|
530
|
+
price: 22.5
|
|
531
|
+
}
|
|
532
|
+
]
|
|
504
533
|
}
|
|
505
|
-
|
|
534
|
+
}
|
|
506
535
|
},
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
536
|
+
{
|
|
537
|
+
constraint: {
|
|
538
|
+
start_date: "2026-03-13",
|
|
539
|
+
type: "start_date"
|
|
540
|
+
},
|
|
541
|
+
prices: {
|
|
542
|
+
input_mtok: 3,
|
|
543
|
+
cache_write_mtok: 3.75,
|
|
544
|
+
cache_read_mtok: 0.3,
|
|
545
|
+
output_mtok: 15
|
|
546
|
+
}
|
|
515
547
|
}
|
|
516
|
-
|
|
548
|
+
]
|
|
517
549
|
},
|
|
518
550
|
{
|
|
519
551
|
id: "claude-v1",
|
|
@@ -646,7 +678,7 @@ const I = [
|
|
|
646
678
|
name: "Nova Lite",
|
|
647
679
|
description: "Amazon Nova Lite 1.0 is a very low-cost multimodal model from Amazon that focused on fast processing of image, video, and text inputs to generate text output. Amazon Nova Lite can handle real-time customer interactions, document analysis, and visual question-answering tasks with high accuracy.",
|
|
648
680
|
match: {
|
|
649
|
-
contains: "amazon.nova-lite
|
|
681
|
+
contains: "amazon.nova-lite"
|
|
650
682
|
},
|
|
651
683
|
prices: {
|
|
652
684
|
input_mtok: 0.06,
|
|
@@ -659,7 +691,7 @@ const I = [
|
|
|
659
691
|
name: "Nova Micro",
|
|
660
692
|
description: "Amazon Nova Micro 1.0 is a text-only model that delivers the lowest latency responses in the Amazon Nova family of models at a very low cost. With a context length of 128K tokens and optimized for speed and cost, Amazon Nova Micro excels at tasks such as text summarization, translation, content classification, interactive chat, and brainstorming. It has simple mathematical reasoning and coding abilities.",
|
|
661
693
|
match: {
|
|
662
|
-
contains: "amazon.nova-micro
|
|
694
|
+
contains: "amazon.nova-micro"
|
|
663
695
|
},
|
|
664
696
|
prices: {
|
|
665
697
|
input_mtok: 0.035,
|
|
@@ -671,7 +703,7 @@ const I = [
|
|
|
671
703
|
id: "amazon.nova-premier-v1:0",
|
|
672
704
|
name: "Nova Premier",
|
|
673
705
|
match: {
|
|
674
|
-
contains: "amazon.nova-premier
|
|
706
|
+
contains: "amazon.nova-premier"
|
|
675
707
|
},
|
|
676
708
|
prices: {
|
|
677
709
|
input_mtok: 2.5,
|
|
@@ -684,7 +716,7 @@ const I = [
|
|
|
684
716
|
name: "Nova Pro",
|
|
685
717
|
description: "Amazon Nova Pro 1.0 is a capable multimodal model from Amazon focused on providing a combination of accuracy, speed, and cost for a wide range of tasks. As of December 2024, it achieves state-of-the-art performance on key benchmarks including visual question answering (TextVQA) and video understanding (VATEX).",
|
|
686
718
|
match: {
|
|
687
|
-
contains: "amazon.nova-pro
|
|
719
|
+
contains: "amazon.nova-pro"
|
|
688
720
|
},
|
|
689
721
|
prices: {
|
|
690
722
|
input_mtok: 0.8,
|
|
@@ -696,7 +728,7 @@ const I = [
|
|
|
696
728
|
id: "amazon.nova-sonic-v1:0",
|
|
697
729
|
name: "Nova Sonic",
|
|
698
730
|
match: {
|
|
699
|
-
contains: "amazon.nova-sonic
|
|
731
|
+
contains: "amazon.nova-sonic"
|
|
700
732
|
},
|
|
701
733
|
prices: {
|
|
702
734
|
input_mtok: 0.06,
|
|
@@ -709,7 +741,7 @@ const I = [
|
|
|
709
741
|
id: "amazon.titan-embed-text-v1",
|
|
710
742
|
name: "Titan Embeddings G1 - Text",
|
|
711
743
|
match: {
|
|
712
|
-
contains: "amazon.titan-embed-text
|
|
744
|
+
contains: "amazon.titan-embed-text"
|
|
713
745
|
},
|
|
714
746
|
prices: {
|
|
715
747
|
input_mtok: 0.1
|
|
@@ -741,7 +773,7 @@ const I = [
|
|
|
741
773
|
id: "deepseek.r1-v1:0",
|
|
742
774
|
name: "DeepSeek-R1",
|
|
743
775
|
match: {
|
|
744
|
-
contains: "deepseek.r1
|
|
776
|
+
contains: "deepseek.r1"
|
|
745
777
|
},
|
|
746
778
|
prices: {
|
|
747
779
|
input_mtok: 1.35,
|
|
@@ -751,7 +783,7 @@ const I = [
|
|
|
751
783
|
{
|
|
752
784
|
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
753
785
|
match: {
|
|
754
|
-
|
|
786
|
+
contains: "global.anthropic.claude-haiku-4-5-20251001"
|
|
755
787
|
},
|
|
756
788
|
prices: {
|
|
757
789
|
input_mtok: 1,
|
|
@@ -760,10 +792,66 @@ const I = [
|
|
|
760
792
|
output_mtok: 5
|
|
761
793
|
}
|
|
762
794
|
},
|
|
795
|
+
{
|
|
796
|
+
id: "global.anthropic.claude-opus-4-5-v1:0",
|
|
797
|
+
match: {
|
|
798
|
+
contains: "global.anthropic.claude-opus-4-5"
|
|
799
|
+
},
|
|
800
|
+
prices: {
|
|
801
|
+
input_mtok: 5,
|
|
802
|
+
cache_write_mtok: 6.25,
|
|
803
|
+
cache_read_mtok: 0.5,
|
|
804
|
+
output_mtok: 25
|
|
805
|
+
}
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
id: "global.anthropic.claude-opus-4-6-v1:0",
|
|
809
|
+
match: {
|
|
810
|
+
contains: "global.anthropic.claude-opus-4-6"
|
|
811
|
+
},
|
|
812
|
+
prices: {
|
|
813
|
+
input_mtok: {
|
|
814
|
+
base: 5,
|
|
815
|
+
tiers: [
|
|
816
|
+
{
|
|
817
|
+
start: 2e5,
|
|
818
|
+
price: 10
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
cache_write_mtok: {
|
|
823
|
+
base: 6.25,
|
|
824
|
+
tiers: [
|
|
825
|
+
{
|
|
826
|
+
start: 2e5,
|
|
827
|
+
price: 12.5
|
|
828
|
+
}
|
|
829
|
+
]
|
|
830
|
+
},
|
|
831
|
+
cache_read_mtok: {
|
|
832
|
+
base: 0.5,
|
|
833
|
+
tiers: [
|
|
834
|
+
{
|
|
835
|
+
start: 2e5,
|
|
836
|
+
price: 1
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
},
|
|
840
|
+
output_mtok: {
|
|
841
|
+
base: 25,
|
|
842
|
+
tiers: [
|
|
843
|
+
{
|
|
844
|
+
start: 2e5,
|
|
845
|
+
price: 37.5
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
}
|
|
849
|
+
}
|
|
850
|
+
},
|
|
763
851
|
{
|
|
764
852
|
id: "global.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
765
853
|
match: {
|
|
766
|
-
|
|
854
|
+
contains: "global.anthropic.claude-sonnet-4-20250514"
|
|
767
855
|
},
|
|
768
856
|
prices: {
|
|
769
857
|
input_mtok: 3,
|
|
@@ -775,7 +863,7 @@ const I = [
|
|
|
775
863
|
{
|
|
776
864
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
777
865
|
match: {
|
|
778
|
-
|
|
866
|
+
contains: "global.anthropic.claude-sonnet-4-5-20250929"
|
|
779
867
|
},
|
|
780
868
|
prices: {
|
|
781
869
|
input_mtok: 3,
|
|
@@ -784,11 +872,55 @@ const I = [
|
|
|
784
872
|
output_mtok: 15
|
|
785
873
|
}
|
|
786
874
|
},
|
|
875
|
+
{
|
|
876
|
+
id: "global.anthropic.claude-sonnet-4-6-v1:0",
|
|
877
|
+
match: {
|
|
878
|
+
contains: "global.anthropic.claude-sonnet-4-6"
|
|
879
|
+
},
|
|
880
|
+
prices: {
|
|
881
|
+
input_mtok: {
|
|
882
|
+
base: 3,
|
|
883
|
+
tiers: [
|
|
884
|
+
{
|
|
885
|
+
start: 2e5,
|
|
886
|
+
price: 6
|
|
887
|
+
}
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
cache_write_mtok: {
|
|
891
|
+
base: 3.75,
|
|
892
|
+
tiers: [
|
|
893
|
+
{
|
|
894
|
+
start: 2e5,
|
|
895
|
+
price: 7.5
|
|
896
|
+
}
|
|
897
|
+
]
|
|
898
|
+
},
|
|
899
|
+
cache_read_mtok: {
|
|
900
|
+
base: 0.3,
|
|
901
|
+
tiers: [
|
|
902
|
+
{
|
|
903
|
+
start: 2e5,
|
|
904
|
+
price: 0.6
|
|
905
|
+
}
|
|
906
|
+
]
|
|
907
|
+
},
|
|
908
|
+
output_mtok: {
|
|
909
|
+
base: 15,
|
|
910
|
+
tiers: [
|
|
911
|
+
{
|
|
912
|
+
start: 2e5,
|
|
913
|
+
price: 22.5
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
},
|
|
787
919
|
{
|
|
788
920
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
789
921
|
name: "Llama 3.1 70B Instruct",
|
|
790
922
|
match: {
|
|
791
|
-
contains: "meta.llama3-1-70b-instruct
|
|
923
|
+
contains: "meta.llama3-1-70b-instruct"
|
|
792
924
|
},
|
|
793
925
|
prices: {
|
|
794
926
|
input_mtok: 0.72,
|
|
@@ -799,7 +931,7 @@ const I = [
|
|
|
799
931
|
id: "meta.llama3-1-8b-instruct-v1:0",
|
|
800
932
|
name: "Llama 3.1 8B Instruct",
|
|
801
933
|
match: {
|
|
802
|
-
contains: "meta.llama3-1-8b-instruct
|
|
934
|
+
contains: "meta.llama3-1-8b-instruct"
|
|
803
935
|
},
|
|
804
936
|
prices: {
|
|
805
937
|
input_mtok: 0.22,
|
|
@@ -810,7 +942,7 @@ const I = [
|
|
|
810
942
|
id: "meta.llama3-2-11b-instruct-v1:0",
|
|
811
943
|
name: "Llama 3.2 11B Instruct",
|
|
812
944
|
match: {
|
|
813
|
-
contains: "meta.llama3-2-11b-instruct
|
|
945
|
+
contains: "meta.llama3-2-11b-instruct"
|
|
814
946
|
},
|
|
815
947
|
prices: {
|
|
816
948
|
input_mtok: 0.16,
|
|
@@ -821,7 +953,7 @@ const I = [
|
|
|
821
953
|
id: "meta.llama3-2-1b-instruct-v1:0",
|
|
822
954
|
name: "Llama 3.2 1B Instruct",
|
|
823
955
|
match: {
|
|
824
|
-
contains: "meta.llama3-2-1b-instruct
|
|
956
|
+
contains: "meta.llama3-2-1b-instruct"
|
|
825
957
|
},
|
|
826
958
|
prices: {
|
|
827
959
|
input_mtok: 0.1,
|
|
@@ -832,7 +964,7 @@ const I = [
|
|
|
832
964
|
id: "meta.llama3-2-3b-instruct-v1:0",
|
|
833
965
|
name: "Llama 3.2 3B Instruct",
|
|
834
966
|
match: {
|
|
835
|
-
contains: "meta.llama3-2-3b-instruct
|
|
967
|
+
contains: "meta.llama3-2-3b-instruct"
|
|
836
968
|
},
|
|
837
969
|
prices: {
|
|
838
970
|
input_mtok: 0.15,
|
|
@@ -843,7 +975,7 @@ const I = [
|
|
|
843
975
|
id: "meta.llama3-2-90b-instruct-v1:0",
|
|
844
976
|
name: "Llama 3.2 90B Instruct",
|
|
845
977
|
match: {
|
|
846
|
-
contains: "meta.llama3-2-90b-instruct
|
|
978
|
+
contains: "meta.llama3-2-90b-instruct"
|
|
847
979
|
},
|
|
848
980
|
prices: {
|
|
849
981
|
input_mtok: 0.72,
|
|
@@ -854,7 +986,7 @@ const I = [
|
|
|
854
986
|
id: "meta.llama3-3-70b-instruct-v1:0",
|
|
855
987
|
name: "Llama 3.3 70B Instruct",
|
|
856
988
|
match: {
|
|
857
|
-
contains: "meta.llama3-3-70b-instruct
|
|
989
|
+
contains: "meta.llama3-3-70b-instruct"
|
|
858
990
|
},
|
|
859
991
|
prices: {
|
|
860
992
|
input_mtok: 0.72,
|
|
@@ -865,7 +997,7 @@ const I = [
|
|
|
865
997
|
id: "meta.llama3-70b-instruct-v1:0",
|
|
866
998
|
name: "Llama 3 70B Instruct",
|
|
867
999
|
match: {
|
|
868
|
-
contains: "meta.llama3-70b-instruct
|
|
1000
|
+
contains: "meta.llama3-70b-instruct"
|
|
869
1001
|
},
|
|
870
1002
|
prices: {
|
|
871
1003
|
input_mtok: 2.65,
|
|
@@ -876,7 +1008,7 @@ const I = [
|
|
|
876
1008
|
id: "meta.llama3-8b-instruct-v1:0",
|
|
877
1009
|
name: "Llama 3 8B Instruct",
|
|
878
1010
|
match: {
|
|
879
|
-
contains: "meta.llama3-8b-instruct
|
|
1011
|
+
contains: "meta.llama3-8b-instruct"
|
|
880
1012
|
},
|
|
881
1013
|
prices: {
|
|
882
1014
|
input_mtok: 0.3,
|
|
@@ -887,7 +1019,7 @@ const I = [
|
|
|
887
1019
|
id: "meta.llama4-maverick-17b-instruct-v1:0",
|
|
888
1020
|
name: "Llama 4 Maverick 17B Instruct",
|
|
889
1021
|
match: {
|
|
890
|
-
contains: "meta.llama4-maverick-17b-instruct
|
|
1022
|
+
contains: "meta.llama4-maverick-17b-instruct"
|
|
891
1023
|
},
|
|
892
1024
|
prices: {
|
|
893
1025
|
input_mtok: 0.24,
|
|
@@ -898,7 +1030,7 @@ const I = [
|
|
|
898
1030
|
id: "meta.llama4-scout-17b-instruct-v1:0",
|
|
899
1031
|
name: "Llama 4 Scout 17B Instruct",
|
|
900
1032
|
match: {
|
|
901
|
-
contains: "meta.llama4-scout-17b-instruct
|
|
1033
|
+
contains: "meta.llama4-scout-17b-instruct"
|
|
902
1034
|
},
|
|
903
1035
|
prices: {
|
|
904
1036
|
input_mtok: 0.17,
|
|
@@ -920,7 +1052,7 @@ const I = [
|
|
|
920
1052
|
id: "mistral.mistral-large-2402-v1:0",
|
|
921
1053
|
name: "Mistral Large (24.02)",
|
|
922
1054
|
match: {
|
|
923
|
-
contains: "mistral.mistral-large-2402
|
|
1055
|
+
contains: "mistral.mistral-large-2402"
|
|
924
1056
|
},
|
|
925
1057
|
prices: {
|
|
926
1058
|
input_mtok: 4,
|
|
@@ -931,7 +1063,7 @@ const I = [
|
|
|
931
1063
|
id: "mistral.mistral-small-2402-v1:0",
|
|
932
1064
|
name: "Mistral Small (24.02)",
|
|
933
1065
|
match: {
|
|
934
|
-
contains: "mistral.mistral-small-2402
|
|
1066
|
+
contains: "mistral.mistral-small-2402"
|
|
935
1067
|
},
|
|
936
1068
|
prices: {
|
|
937
1069
|
input_mtok: 1,
|
|
@@ -953,7 +1085,7 @@ const I = [
|
|
|
953
1085
|
id: "mistral.pixtral-large-2502-v1:0",
|
|
954
1086
|
name: "Pixtral Large (25.02)",
|
|
955
1087
|
match: {
|
|
956
|
-
contains: "mistral.pixtral-large-2502
|
|
1088
|
+
contains: "mistral.pixtral-large-2502"
|
|
957
1089
|
},
|
|
958
1090
|
prices: {
|
|
959
1091
|
input_mtok: 2,
|
|
@@ -986,7 +1118,7 @@ const I = [
|
|
|
986
1118
|
id: "qwen.qwen3-32b-v1:0",
|
|
987
1119
|
name: "Qwen3 32B (dense)",
|
|
988
1120
|
match: {
|
|
989
|
-
contains: "qwen.qwen3-32b
|
|
1121
|
+
contains: "qwen.qwen3-32b"
|
|
990
1122
|
},
|
|
991
1123
|
prices: {
|
|
992
1124
|
input_mtok: 0.15,
|
|
@@ -997,7 +1129,7 @@ const I = [
|
|
|
997
1129
|
id: "qwen.qwen3-coder-30b-a3b-v1:0",
|
|
998
1130
|
name: "Qwen3-Coder-30B-A3B-Instruct",
|
|
999
1131
|
match: {
|
|
1000
|
-
contains: "qwen.qwen3-coder-30b-a3b
|
|
1132
|
+
contains: "qwen.qwen3-coder-30b-a3b"
|
|
1001
1133
|
},
|
|
1002
1134
|
prices: {
|
|
1003
1135
|
input_mtok: 0.15,
|
|
@@ -1008,36 +1140,28 @@ const I = [
|
|
|
1008
1140
|
id: "qwen.qwen3-coder-480b-a35b-v1:0",
|
|
1009
1141
|
name: "Qwen3-Coder-480B-A35B-Instruct",
|
|
1010
1142
|
match: {
|
|
1011
|
-
contains: "qwen.qwen3-coder-480b-a35b
|
|
1143
|
+
contains: "qwen.qwen3-coder-480b-a35b"
|
|
1012
1144
|
},
|
|
1013
1145
|
prices: {
|
|
1014
1146
|
input_mtok: 0.45,
|
|
1015
1147
|
output_mtok: 1.8
|
|
1016
1148
|
}
|
|
1017
1149
|
},
|
|
1150
|
+
{
|
|
1151
|
+
id: "qwen.qwen3-vl-235b-a22b-v1:0",
|
|
1152
|
+
name: "Qwen3-VL-235B-A22B-Instruct",
|
|
1153
|
+
match: {
|
|
1154
|
+
contains: "qwen.qwen3-vl-235b-a22b"
|
|
1155
|
+
},
|
|
1156
|
+
prices: {
|
|
1157
|
+
input_mtok: 0.53,
|
|
1158
|
+
output_mtok: 2.66
|
|
1159
|
+
}
|
|
1160
|
+
},
|
|
1018
1161
|
{
|
|
1019
1162
|
id: "regional.anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
1020
1163
|
match: {
|
|
1021
|
-
|
|
1022
|
-
{
|
|
1023
|
-
starts_with: "us.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1024
|
-
},
|
|
1025
|
-
{
|
|
1026
|
-
starts_with: "au.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
starts_with: "apac.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1030
|
-
},
|
|
1031
|
-
{
|
|
1032
|
-
starts_with: "eu.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1033
|
-
},
|
|
1034
|
-
{
|
|
1035
|
-
starts_with: "us-gov.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
starts_with: "jp.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1039
|
-
}
|
|
1040
|
-
]
|
|
1164
|
+
contains: "claude-3-5-haiku-20241022"
|
|
1041
1165
|
},
|
|
1042
1166
|
prices: {
|
|
1043
1167
|
input_mtok: 0.8,
|
|
@@ -1049,26 +1173,7 @@ const I = [
|
|
|
1049
1173
|
{
|
|
1050
1174
|
id: "regional.anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
1051
1175
|
match: {
|
|
1052
|
-
|
|
1053
|
-
{
|
|
1054
|
-
starts_with: "us.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1055
|
-
},
|
|
1056
|
-
{
|
|
1057
|
-
starts_with: "au.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1058
|
-
},
|
|
1059
|
-
{
|
|
1060
|
-
starts_with: "apac.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1061
|
-
},
|
|
1062
|
-
{
|
|
1063
|
-
starts_with: "eu.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
starts_with: "us-gov.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
starts_with: "jp.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1070
|
-
}
|
|
1071
|
-
]
|
|
1176
|
+
contains: "claude-3-5-sonnet-20240620"
|
|
1072
1177
|
},
|
|
1073
1178
|
prices: {
|
|
1074
1179
|
input_mtok: 3,
|
|
@@ -1080,26 +1185,7 @@ const I = [
|
|
|
1080
1185
|
{
|
|
1081
1186
|
id: "regional.anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
1082
1187
|
match: {
|
|
1083
|
-
|
|
1084
|
-
{
|
|
1085
|
-
starts_with: "us.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1086
|
-
},
|
|
1087
|
-
{
|
|
1088
|
-
starts_with: "au.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1089
|
-
},
|
|
1090
|
-
{
|
|
1091
|
-
starts_with: "apac.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1092
|
-
},
|
|
1093
|
-
{
|
|
1094
|
-
starts_with: "eu.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1095
|
-
},
|
|
1096
|
-
{
|
|
1097
|
-
starts_with: "us-gov.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
starts_with: "jp.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1101
|
-
}
|
|
1102
|
-
]
|
|
1188
|
+
contains: "claude-3-5-sonnet-20241022"
|
|
1103
1189
|
},
|
|
1104
1190
|
prices: {
|
|
1105
1191
|
input_mtok: 3,
|
|
@@ -1111,26 +1197,7 @@ const I = [
|
|
|
1111
1197
|
{
|
|
1112
1198
|
id: "regional.anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
1113
1199
|
match: {
|
|
1114
|
-
|
|
1115
|
-
{
|
|
1116
|
-
starts_with: "us.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
starts_with: "au.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1120
|
-
},
|
|
1121
|
-
{
|
|
1122
|
-
starts_with: "apac.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1123
|
-
},
|
|
1124
|
-
{
|
|
1125
|
-
starts_with: "eu.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
starts_with: "us-gov.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1129
|
-
},
|
|
1130
|
-
{
|
|
1131
|
-
starts_with: "jp.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1132
|
-
}
|
|
1133
|
-
]
|
|
1200
|
+
contains: "claude-3-7-sonnet-20250219"
|
|
1134
1201
|
},
|
|
1135
1202
|
prices: {
|
|
1136
1203
|
input_mtok: 3,
|
|
@@ -1141,246 +1208,394 @@ const I = [
|
|
|
1141
1208
|
},
|
|
1142
1209
|
{
|
|
1143
1210
|
id: "regional.anthropic.claude-3-haiku-20240307-v1:0",
|
|
1211
|
+
match: {
|
|
1212
|
+
contains: "claude-3-haiku-20240307"
|
|
1213
|
+
},
|
|
1214
|
+
prices: {
|
|
1215
|
+
input_mtok: 0.25,
|
|
1216
|
+
output_mtok: 1.25
|
|
1217
|
+
}
|
|
1218
|
+
},
|
|
1219
|
+
{
|
|
1220
|
+
id: "regional.anthropic.claude-3-opus-20240229-v1:0",
|
|
1221
|
+
match: {
|
|
1222
|
+
contains: "claude-3-opus-20240229"
|
|
1223
|
+
},
|
|
1224
|
+
prices: {
|
|
1225
|
+
input_mtok: 15,
|
|
1226
|
+
output_mtok: 75
|
|
1227
|
+
}
|
|
1228
|
+
},
|
|
1229
|
+
{
|
|
1230
|
+
id: "regional.anthropic.claude-3-sonnet-20240229-v1:0",
|
|
1231
|
+
match: {
|
|
1232
|
+
contains: "claude-3-sonnet-20240229"
|
|
1233
|
+
},
|
|
1234
|
+
prices: {
|
|
1235
|
+
input_mtok: 3,
|
|
1236
|
+
cache_write_mtok: 3.75,
|
|
1237
|
+
cache_read_mtok: 0.3,
|
|
1238
|
+
output_mtok: 15
|
|
1239
|
+
}
|
|
1240
|
+
},
|
|
1241
|
+
{
|
|
1242
|
+
id: "regional.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
1144
1243
|
match: {
|
|
1145
1244
|
or: [
|
|
1146
1245
|
{
|
|
1147
|
-
starts_with: "
|
|
1246
|
+
starts_with: "anthropic.claude-haiku-4-5-20251001"
|
|
1247
|
+
},
|
|
1248
|
+
{
|
|
1249
|
+
starts_with: "claude-haiku-4-5-20251001"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
contains: "us.anthropic.claude-haiku-4-5-20251001"
|
|
1148
1253
|
},
|
|
1149
1254
|
{
|
|
1150
|
-
|
|
1255
|
+
contains: "au.anthropic.claude-haiku-4-5-20251001"
|
|
1151
1256
|
},
|
|
1152
1257
|
{
|
|
1153
|
-
|
|
1258
|
+
contains: "apac.anthropic.claude-haiku-4-5-20251001"
|
|
1154
1259
|
},
|
|
1155
1260
|
{
|
|
1156
|
-
|
|
1261
|
+
contains: "eu.anthropic.claude-haiku-4-5-20251001"
|
|
1157
1262
|
},
|
|
1158
1263
|
{
|
|
1159
|
-
|
|
1264
|
+
contains: "us-gov.anthropic.claude-haiku-4-5-20251001"
|
|
1160
1265
|
},
|
|
1161
1266
|
{
|
|
1162
|
-
|
|
1267
|
+
contains: "jp.anthropic.claude-haiku-4-5-20251001"
|
|
1163
1268
|
}
|
|
1164
1269
|
]
|
|
1165
1270
|
},
|
|
1166
1271
|
prices: {
|
|
1167
|
-
input_mtok:
|
|
1168
|
-
|
|
1272
|
+
input_mtok: 1.1,
|
|
1273
|
+
cache_write_mtok: 1.375,
|
|
1274
|
+
cache_read_mtok: 0.11,
|
|
1275
|
+
output_mtok: 5.5
|
|
1169
1276
|
}
|
|
1170
1277
|
},
|
|
1171
1278
|
{
|
|
1172
|
-
id: "regional.anthropic.claude-
|
|
1279
|
+
id: "regional.anthropic.claude-opus-4-1-20250805-v1:0",
|
|
1173
1280
|
match: {
|
|
1174
1281
|
or: [
|
|
1175
1282
|
{
|
|
1176
|
-
starts_with: "
|
|
1283
|
+
starts_with: "anthropic.claude-opus-4-1-20250805"
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
starts_with: "claude-opus-4-1-20250805"
|
|
1287
|
+
},
|
|
1288
|
+
{
|
|
1289
|
+
contains: "us.anthropic.claude-opus-4-1-20250805"
|
|
1177
1290
|
},
|
|
1178
1291
|
{
|
|
1179
|
-
|
|
1292
|
+
contains: "au.anthropic.claude-opus-4-1-20250805"
|
|
1180
1293
|
},
|
|
1181
1294
|
{
|
|
1182
|
-
|
|
1295
|
+
contains: "apac.anthropic.claude-opus-4-1-20250805"
|
|
1183
1296
|
},
|
|
1184
1297
|
{
|
|
1185
|
-
|
|
1298
|
+
contains: "eu.anthropic.claude-opus-4-1-20250805"
|
|
1186
1299
|
},
|
|
1187
1300
|
{
|
|
1188
|
-
|
|
1301
|
+
contains: "us-gov.anthropic.claude-opus-4-1-20250805"
|
|
1189
1302
|
},
|
|
1190
1303
|
{
|
|
1191
|
-
|
|
1304
|
+
contains: "jp.anthropic.claude-opus-4-1-20250805"
|
|
1192
1305
|
}
|
|
1193
1306
|
]
|
|
1194
1307
|
},
|
|
1195
1308
|
prices: {
|
|
1196
1309
|
input_mtok: 15,
|
|
1310
|
+
cache_write_mtok: 18.75,
|
|
1311
|
+
cache_read_mtok: 1.5,
|
|
1197
1312
|
output_mtok: 75
|
|
1198
1313
|
}
|
|
1199
1314
|
},
|
|
1200
1315
|
{
|
|
1201
|
-
id: "regional.anthropic.claude-
|
|
1316
|
+
id: "regional.anthropic.claude-opus-4-20250514-v1:0",
|
|
1202
1317
|
match: {
|
|
1203
1318
|
or: [
|
|
1204
1319
|
{
|
|
1205
|
-
starts_with: "
|
|
1320
|
+
starts_with: "anthropic.claude-opus-4-20250514"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
starts_with: "claude-opus-4-20250514"
|
|
1324
|
+
},
|
|
1325
|
+
{
|
|
1326
|
+
contains: "us.anthropic.claude-opus-4-20250514"
|
|
1206
1327
|
},
|
|
1207
1328
|
{
|
|
1208
|
-
|
|
1329
|
+
contains: "au.anthropic.claude-opus-4-20250514"
|
|
1209
1330
|
},
|
|
1210
1331
|
{
|
|
1211
|
-
|
|
1332
|
+
contains: "apac.anthropic.claude-opus-4-20250514"
|
|
1212
1333
|
},
|
|
1213
1334
|
{
|
|
1214
|
-
|
|
1335
|
+
contains: "eu.anthropic.claude-opus-4-20250514"
|
|
1215
1336
|
},
|
|
1216
1337
|
{
|
|
1217
|
-
|
|
1338
|
+
contains: "us-gov.anthropic.claude-opus-4-20250514"
|
|
1218
1339
|
},
|
|
1219
1340
|
{
|
|
1220
|
-
|
|
1341
|
+
contains: "jp.anthropic.claude-opus-4-20250514"
|
|
1221
1342
|
}
|
|
1222
1343
|
]
|
|
1223
1344
|
},
|
|
1224
1345
|
prices: {
|
|
1225
|
-
input_mtok:
|
|
1226
|
-
cache_write_mtok:
|
|
1227
|
-
cache_read_mtok:
|
|
1228
|
-
output_mtok:
|
|
1346
|
+
input_mtok: 15,
|
|
1347
|
+
cache_write_mtok: 18.75,
|
|
1348
|
+
cache_read_mtok: 1.5,
|
|
1349
|
+
output_mtok: 75
|
|
1229
1350
|
}
|
|
1230
1351
|
},
|
|
1231
1352
|
{
|
|
1232
|
-
id: "regional.anthropic.claude-
|
|
1353
|
+
id: "regional.anthropic.claude-opus-4-5-v1:0",
|
|
1233
1354
|
match: {
|
|
1234
1355
|
or: [
|
|
1235
1356
|
{
|
|
1236
|
-
starts_with: "
|
|
1357
|
+
starts_with: "anthropic.claude-opus-4-5"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
starts_with: "claude-opus-4-5"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
contains: "us.anthropic.claude-opus-4-5"
|
|
1237
1364
|
},
|
|
1238
1365
|
{
|
|
1239
|
-
|
|
1366
|
+
contains: "au.anthropic.claude-opus-4-5"
|
|
1240
1367
|
},
|
|
1241
1368
|
{
|
|
1242
|
-
|
|
1369
|
+
contains: "apac.anthropic.claude-opus-4-5"
|
|
1243
1370
|
},
|
|
1244
1371
|
{
|
|
1245
|
-
|
|
1372
|
+
contains: "eu.anthropic.claude-opus-4-5"
|
|
1246
1373
|
},
|
|
1247
1374
|
{
|
|
1248
|
-
|
|
1375
|
+
contains: "us-gov.anthropic.claude-opus-4-5"
|
|
1249
1376
|
},
|
|
1250
1377
|
{
|
|
1251
|
-
|
|
1378
|
+
contains: "jp.anthropic.claude-opus-4-5"
|
|
1252
1379
|
}
|
|
1253
1380
|
]
|
|
1254
1381
|
},
|
|
1255
1382
|
prices: {
|
|
1256
|
-
input_mtok:
|
|
1257
|
-
cache_write_mtok:
|
|
1258
|
-
cache_read_mtok: 0.
|
|
1259
|
-
output_mtok:
|
|
1383
|
+
input_mtok: 5.5,
|
|
1384
|
+
cache_write_mtok: 6.875,
|
|
1385
|
+
cache_read_mtok: 0.55,
|
|
1386
|
+
output_mtok: 27.5
|
|
1260
1387
|
}
|
|
1261
1388
|
},
|
|
1262
1389
|
{
|
|
1263
|
-
id: "regional.anthropic.claude-opus-4-
|
|
1390
|
+
id: "regional.anthropic.claude-opus-4-6-v1:0",
|
|
1264
1391
|
match: {
|
|
1265
1392
|
or: [
|
|
1266
1393
|
{
|
|
1267
|
-
starts_with: "
|
|
1394
|
+
starts_with: "anthropic.claude-opus-4-6"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
starts_with: "claude-opus-4-6"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
contains: "us.anthropic.claude-opus-4-6"
|
|
1268
1401
|
},
|
|
1269
1402
|
{
|
|
1270
|
-
|
|
1403
|
+
contains: "au.anthropic.claude-opus-4-6"
|
|
1271
1404
|
},
|
|
1272
1405
|
{
|
|
1273
|
-
|
|
1406
|
+
contains: "apac.anthropic.claude-opus-4-6"
|
|
1274
1407
|
},
|
|
1275
1408
|
{
|
|
1276
|
-
|
|
1409
|
+
contains: "eu.anthropic.claude-opus-4-6"
|
|
1277
1410
|
},
|
|
1278
1411
|
{
|
|
1279
|
-
|
|
1412
|
+
contains: "us-gov.anthropic.claude-opus-4-6"
|
|
1280
1413
|
},
|
|
1281
1414
|
{
|
|
1282
|
-
|
|
1415
|
+
contains: "jp.anthropic.claude-opus-4-6"
|
|
1283
1416
|
}
|
|
1284
1417
|
]
|
|
1285
1418
|
},
|
|
1286
1419
|
prices: {
|
|
1287
|
-
input_mtok:
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1420
|
+
input_mtok: {
|
|
1421
|
+
base: 5.5,
|
|
1422
|
+
tiers: [
|
|
1423
|
+
{
|
|
1424
|
+
start: 2e5,
|
|
1425
|
+
price: 11
|
|
1426
|
+
}
|
|
1427
|
+
]
|
|
1428
|
+
},
|
|
1429
|
+
cache_write_mtok: {
|
|
1430
|
+
base: 6.875,
|
|
1431
|
+
tiers: [
|
|
1432
|
+
{
|
|
1433
|
+
start: 2e5,
|
|
1434
|
+
price: 13.75
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
cache_read_mtok: {
|
|
1439
|
+
base: 0.55,
|
|
1440
|
+
tiers: [
|
|
1441
|
+
{
|
|
1442
|
+
start: 2e5,
|
|
1443
|
+
price: 1.1
|
|
1444
|
+
}
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
output_mtok: {
|
|
1448
|
+
base: 27.5,
|
|
1449
|
+
tiers: [
|
|
1450
|
+
{
|
|
1451
|
+
start: 2e5,
|
|
1452
|
+
price: 41.25
|
|
1453
|
+
}
|
|
1454
|
+
]
|
|
1455
|
+
}
|
|
1291
1456
|
}
|
|
1292
1457
|
},
|
|
1293
1458
|
{
|
|
1294
|
-
id: "regional.anthropic.claude-
|
|
1459
|
+
id: "regional.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
1295
1460
|
match: {
|
|
1296
1461
|
or: [
|
|
1297
1462
|
{
|
|
1298
|
-
starts_with: "
|
|
1463
|
+
starts_with: "anthropic.claude-sonnet-4-20250514"
|
|
1299
1464
|
},
|
|
1300
1465
|
{
|
|
1301
|
-
starts_with: "
|
|
1466
|
+
starts_with: "claude-sonnet-4-20250514"
|
|
1302
1467
|
},
|
|
1303
1468
|
{
|
|
1304
|
-
|
|
1469
|
+
contains: "us.anthropic.claude-sonnet-4-20250514"
|
|
1305
1470
|
},
|
|
1306
1471
|
{
|
|
1307
|
-
|
|
1472
|
+
contains: "au.anthropic.claude-sonnet-4-20250514"
|
|
1308
1473
|
},
|
|
1309
1474
|
{
|
|
1310
|
-
|
|
1475
|
+
contains: "apac.anthropic.claude-sonnet-4-20250514"
|
|
1311
1476
|
},
|
|
1312
1477
|
{
|
|
1313
|
-
|
|
1478
|
+
contains: "eu.anthropic.claude-sonnet-4-20250514"
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
contains: "us-gov.anthropic.claude-sonnet-4-20250514"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
contains: "jp.anthropic.claude-sonnet-4-20250514"
|
|
1314
1485
|
}
|
|
1315
1486
|
]
|
|
1316
1487
|
},
|
|
1317
1488
|
prices: {
|
|
1318
|
-
input_mtok:
|
|
1319
|
-
cache_write_mtok:
|
|
1320
|
-
cache_read_mtok:
|
|
1321
|
-
output_mtok:
|
|
1489
|
+
input_mtok: 3,
|
|
1490
|
+
cache_write_mtok: 3.75,
|
|
1491
|
+
cache_read_mtok: 0.3,
|
|
1492
|
+
output_mtok: 15
|
|
1322
1493
|
}
|
|
1323
1494
|
},
|
|
1324
1495
|
{
|
|
1325
|
-
id: "regional.anthropic.claude-sonnet-4-
|
|
1496
|
+
id: "regional.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1326
1497
|
match: {
|
|
1327
1498
|
or: [
|
|
1328
1499
|
{
|
|
1329
|
-
starts_with: "
|
|
1500
|
+
starts_with: "anthropic.claude-sonnet-4-5-20250929"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
starts_with: "claude-sonnet-4-5-20250929"
|
|
1330
1504
|
},
|
|
1331
1505
|
{
|
|
1332
|
-
|
|
1506
|
+
contains: "us.anthropic.claude-sonnet-4-5-20250929"
|
|
1333
1507
|
},
|
|
1334
1508
|
{
|
|
1335
|
-
|
|
1509
|
+
contains: "au.anthropic.claude-sonnet-4-5-20250929"
|
|
1336
1510
|
},
|
|
1337
1511
|
{
|
|
1338
|
-
|
|
1512
|
+
contains: "apac.anthropic.claude-sonnet-4-5-20250929"
|
|
1339
1513
|
},
|
|
1340
1514
|
{
|
|
1341
|
-
|
|
1515
|
+
contains: "eu.anthropic.claude-sonnet-4-5-20250929"
|
|
1342
1516
|
},
|
|
1343
1517
|
{
|
|
1344
|
-
|
|
1518
|
+
contains: "us-gov.anthropic.claude-sonnet-4-5-20250929"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
contains: "jp.anthropic.claude-sonnet-4-5-20250929"
|
|
1345
1522
|
}
|
|
1346
1523
|
]
|
|
1347
1524
|
},
|
|
1348
1525
|
prices: {
|
|
1349
|
-
input_mtok: 3,
|
|
1350
|
-
cache_write_mtok:
|
|
1351
|
-
cache_read_mtok: 0.
|
|
1352
|
-
output_mtok:
|
|
1526
|
+
input_mtok: 3.3,
|
|
1527
|
+
cache_write_mtok: 4.125,
|
|
1528
|
+
cache_read_mtok: 0.33,
|
|
1529
|
+
output_mtok: 16.5
|
|
1353
1530
|
}
|
|
1354
1531
|
},
|
|
1355
1532
|
{
|
|
1356
|
-
id: "regional.anthropic.claude-sonnet-4-
|
|
1533
|
+
id: "regional.anthropic.claude-sonnet-4-6-v1:0",
|
|
1357
1534
|
match: {
|
|
1358
1535
|
or: [
|
|
1359
1536
|
{
|
|
1360
|
-
starts_with: "
|
|
1537
|
+
starts_with: "anthropic.claude-sonnet-4-6"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
starts_with: "claude-sonnet-4-6"
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
contains: "us.anthropic.claude-sonnet-4-6"
|
|
1361
1544
|
},
|
|
1362
1545
|
{
|
|
1363
|
-
|
|
1546
|
+
contains: "au.anthropic.claude-sonnet-4-6"
|
|
1364
1547
|
},
|
|
1365
1548
|
{
|
|
1366
|
-
|
|
1549
|
+
contains: "apac.anthropic.claude-sonnet-4-6"
|
|
1367
1550
|
},
|
|
1368
1551
|
{
|
|
1369
|
-
|
|
1552
|
+
contains: "eu.anthropic.claude-sonnet-4-6"
|
|
1370
1553
|
},
|
|
1371
1554
|
{
|
|
1372
|
-
|
|
1555
|
+
contains: "us-gov.anthropic.claude-sonnet-4-6"
|
|
1373
1556
|
},
|
|
1374
1557
|
{
|
|
1375
|
-
|
|
1558
|
+
contains: "jp.anthropic.claude-sonnet-4-6"
|
|
1376
1559
|
}
|
|
1377
1560
|
]
|
|
1378
1561
|
},
|
|
1379
1562
|
prices: {
|
|
1380
|
-
input_mtok:
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1563
|
+
input_mtok: {
|
|
1564
|
+
base: 3.3,
|
|
1565
|
+
tiers: [
|
|
1566
|
+
{
|
|
1567
|
+
start: 2e5,
|
|
1568
|
+
price: 6.6
|
|
1569
|
+
}
|
|
1570
|
+
]
|
|
1571
|
+
},
|
|
1572
|
+
cache_write_mtok: {
|
|
1573
|
+
base: 4.125,
|
|
1574
|
+
tiers: [
|
|
1575
|
+
{
|
|
1576
|
+
start: 2e5,
|
|
1577
|
+
price: 8.25
|
|
1578
|
+
}
|
|
1579
|
+
]
|
|
1580
|
+
},
|
|
1581
|
+
cache_read_mtok: {
|
|
1582
|
+
base: 0.33,
|
|
1583
|
+
tiers: [
|
|
1584
|
+
{
|
|
1585
|
+
start: 2e5,
|
|
1586
|
+
price: 0.66
|
|
1587
|
+
}
|
|
1588
|
+
]
|
|
1589
|
+
},
|
|
1590
|
+
output_mtok: {
|
|
1591
|
+
base: 16.5,
|
|
1592
|
+
tiers: [
|
|
1593
|
+
{
|
|
1594
|
+
start: 2e5,
|
|
1595
|
+
price: 24.75
|
|
1596
|
+
}
|
|
1597
|
+
]
|
|
1598
|
+
}
|
|
1384
1599
|
}
|
|
1385
1600
|
}
|
|
1386
1601
|
]
|
|
@@ -3116,6 +3331,74 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
3116
3331
|
}
|
|
3117
3332
|
}
|
|
3118
3333
|
},
|
|
3334
|
+
{
|
|
3335
|
+
id: "gemini-3.1-flash-image-preview",
|
|
3336
|
+
name: "Gemini 3.1 Flash Image Preview",
|
|
3337
|
+
description: "Google's latest image generation model (Nano Banana 2) optimized for fast, high-quality image generation. Supports multiple output resolutions from 512px to 4K, with text and thinking output priced separately from image output tokens.",
|
|
3338
|
+
match: {
|
|
3339
|
+
starts_with: "gemini-3.1-flash-image-preview"
|
|
3340
|
+
},
|
|
3341
|
+
context_window: 1e6,
|
|
3342
|
+
price_comments: "See https://ai.google.dev/gemini-api/docs/pricing. Image output is priced at $60 per 1M tokens. Preview model - pricing may change.",
|
|
3343
|
+
prices: {
|
|
3344
|
+
input_mtok: 0.5,
|
|
3345
|
+
output_mtok: 60
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
id: "gemini-3.1-flash-lite-preview",
|
|
3350
|
+
name: "Gemini 3.1 Flash Lite Preview",
|
|
3351
|
+
description: "Google's fastest and most cost-efficient Gemini 3 series model, built for intelligence at scale. Optimized for high-volume, low-latency applications while maintaining strong multimodal capabilities.",
|
|
3352
|
+
match: {
|
|
3353
|
+
starts_with: "gemini-3.1-flash-lite-preview"
|
|
3354
|
+
},
|
|
3355
|
+
context_window: 1e6,
|
|
3356
|
+
price_comments: "See https://ai.google.dev/gemini-api/docs/pricing. Preview model - pricing may change before becoming stable.",
|
|
3357
|
+
prices: {
|
|
3358
|
+
input_mtok: 0.25,
|
|
3359
|
+
cache_read_mtok: 0.025,
|
|
3360
|
+
output_mtok: 1.5,
|
|
3361
|
+
input_audio_mtok: 0.5,
|
|
3362
|
+
cache_audio_read_mtok: 0.05
|
|
3363
|
+
}
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
id: "gemini-3.1-pro-preview",
|
|
3367
|
+
name: "Gemini 3.1 Pro Preview",
|
|
3368
|
+
description: "The latest performance, intelligence, and usability improvements to the best model family in the world for multimodal understanding, agentic capabilities, and vibe-coding.",
|
|
3369
|
+
match: {
|
|
3370
|
+
starts_with: "gemini-3.1-pro-preview"
|
|
3371
|
+
},
|
|
3372
|
+
prices: {
|
|
3373
|
+
input_mtok: {
|
|
3374
|
+
base: 2,
|
|
3375
|
+
tiers: [
|
|
3376
|
+
{
|
|
3377
|
+
start: 2e5,
|
|
3378
|
+
price: 4
|
|
3379
|
+
}
|
|
3380
|
+
]
|
|
3381
|
+
},
|
|
3382
|
+
cache_read_mtok: {
|
|
3383
|
+
base: 0.2,
|
|
3384
|
+
tiers: [
|
|
3385
|
+
{
|
|
3386
|
+
start: 2e5,
|
|
3387
|
+
price: 0.4
|
|
3388
|
+
}
|
|
3389
|
+
]
|
|
3390
|
+
},
|
|
3391
|
+
output_mtok: {
|
|
3392
|
+
base: 12,
|
|
3393
|
+
tiers: [
|
|
3394
|
+
{
|
|
3395
|
+
start: 2e5,
|
|
3396
|
+
price: 18
|
|
3397
|
+
}
|
|
3398
|
+
]
|
|
3399
|
+
}
|
|
3400
|
+
}
|
|
3401
|
+
},
|
|
3119
3402
|
{
|
|
3120
3403
|
id: "gemini-embedding-001",
|
|
3121
3404
|
match: {
|
|
@@ -3725,93 +4008,21 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
3725
4008
|
],
|
|
3726
4009
|
models: [
|
|
3727
4010
|
{
|
|
3728
|
-
id: "
|
|
3729
|
-
name: "
|
|
4011
|
+
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
4012
|
+
name: "Llama-3.1-8B-Instruct",
|
|
3730
4013
|
match: {
|
|
3731
4014
|
or: [
|
|
3732
4015
|
{
|
|
3733
|
-
equals: "
|
|
4016
|
+
equals: "meta-llama/llama-3.1-8b-instruct"
|
|
3734
4017
|
},
|
|
3735
4018
|
{
|
|
3736
|
-
equals: "
|
|
4019
|
+
equals: "meta-llama/llama-3.1-8b-instruct-fast"
|
|
3737
4020
|
}
|
|
3738
4021
|
]
|
|
3739
4022
|
},
|
|
3740
4023
|
prices: {
|
|
3741
|
-
input_mtok: 0.
|
|
3742
|
-
output_mtok: 1
|
|
3743
|
-
}
|
|
3744
|
-
},
|
|
3745
|
-
{
|
|
3746
|
-
id: "Qwen/Qwen3-32B",
|
|
3747
|
-
name: "Qwen3-32B",
|
|
3748
|
-
match: {
|
|
3749
|
-
or: [
|
|
3750
|
-
{
|
|
3751
|
-
equals: "qwen/qwen3-32b"
|
|
3752
|
-
},
|
|
3753
|
-
{
|
|
3754
|
-
equals: "qwen/qwen3-32b-fast"
|
|
3755
|
-
}
|
|
3756
|
-
]
|
|
3757
|
-
},
|
|
3758
|
-
prices: {
|
|
3759
|
-
input_mtok: 0.4,
|
|
3760
|
-
output_mtok: 0.8
|
|
3761
|
-
}
|
|
3762
|
-
},
|
|
3763
|
-
{
|
|
3764
|
-
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
3765
|
-
name: "Llama-3.1-8B-Instruct",
|
|
3766
|
-
match: {
|
|
3767
|
-
or: [
|
|
3768
|
-
{
|
|
3769
|
-
equals: "meta-llama/llama-3.1-8b-instruct"
|
|
3770
|
-
},
|
|
3771
|
-
{
|
|
3772
|
-
equals: "meta-llama/llama-3.1-8b-instruct-fast"
|
|
3773
|
-
}
|
|
3774
|
-
]
|
|
3775
|
-
},
|
|
3776
|
-
prices: {
|
|
3777
|
-
input_mtok: 0.1,
|
|
3778
|
-
output_mtok: 0.1
|
|
3779
|
-
}
|
|
3780
|
-
},
|
|
3781
|
-
{
|
|
3782
|
-
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
3783
|
-
name: "Llama-3.3-70B-Instruct",
|
|
3784
|
-
match: {
|
|
3785
|
-
or: [
|
|
3786
|
-
{
|
|
3787
|
-
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
3788
|
-
},
|
|
3789
|
-
{
|
|
3790
|
-
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
3791
|
-
}
|
|
3792
|
-
]
|
|
3793
|
-
},
|
|
3794
|
-
prices: {
|
|
3795
|
-
input_mtok: 0.85,
|
|
3796
|
-
output_mtok: 1.2
|
|
3797
|
-
}
|
|
3798
|
-
},
|
|
3799
|
-
{
|
|
3800
|
-
id: "openai/gpt-oss-120b",
|
|
3801
|
-
name: "gpt-oss-120b",
|
|
3802
|
-
match: {
|
|
3803
|
-
or: [
|
|
3804
|
-
{
|
|
3805
|
-
equals: "openai/gpt-oss-120b"
|
|
3806
|
-
},
|
|
3807
|
-
{
|
|
3808
|
-
equals: "openai/gpt-oss-120b-fast"
|
|
3809
|
-
}
|
|
3810
|
-
]
|
|
3811
|
-
},
|
|
3812
|
-
prices: {
|
|
3813
|
-
input_mtok: 0.25,
|
|
3814
|
-
output_mtok: 0.69
|
|
4024
|
+
input_mtok: 0.1,
|
|
4025
|
+
output_mtok: 0.1
|
|
3815
4026
|
}
|
|
3816
4027
|
}
|
|
3817
4028
|
]
|
|
@@ -3866,132 +4077,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
3866
4077
|
}
|
|
3867
4078
|
],
|
|
3868
4079
|
models: [
|
|
3869
|
-
{
|
|
3870
|
-
id: "Qwen/Qwen2.5-VL-32B-Instruct",
|
|
3871
|
-
name: "Qwen2.5-VL-32B-Instruct",
|
|
3872
|
-
match: {
|
|
3873
|
-
or: [
|
|
3874
|
-
{
|
|
3875
|
-
equals: "qwen/qwen2.5-vl-32b-instruct"
|
|
3876
|
-
},
|
|
3877
|
-
{
|
|
3878
|
-
equals: "qwen/qwen2.5-vl-32b-instruct-fast"
|
|
3879
|
-
}
|
|
3880
|
-
]
|
|
3881
|
-
},
|
|
3882
|
-
context_window: 128e3,
|
|
3883
|
-
prices: {
|
|
3884
|
-
input_mtok: 0.22,
|
|
3885
|
-
output_mtok: 0.88
|
|
3886
|
-
}
|
|
3887
|
-
},
|
|
3888
|
-
{
|
|
3889
|
-
id: "Qwen/Qwen3-235B-A22B",
|
|
3890
|
-
name: "Qwen3-235B-A22B",
|
|
3891
|
-
match: {
|
|
3892
|
-
or: [
|
|
3893
|
-
{
|
|
3894
|
-
equals: "qwen/qwen3-235b-a22b"
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
equals: "qwen/qwen3-235b-a22b-fast"
|
|
3898
|
-
},
|
|
3899
|
-
{
|
|
3900
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507"
|
|
3901
|
-
},
|
|
3902
|
-
{
|
|
3903
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507-fast"
|
|
3904
|
-
},
|
|
3905
|
-
{
|
|
3906
|
-
equals: "qwen/qwen3-235b-a22b-thinking-2507"
|
|
3907
|
-
},
|
|
3908
|
-
{
|
|
3909
|
-
equals: "qwen/qwen3-235b-a22b-thinking-2507-fast"
|
|
3910
|
-
}
|
|
3911
|
-
]
|
|
3912
|
-
},
|
|
3913
|
-
context_window: 131072,
|
|
3914
|
-
prices: {
|
|
3915
|
-
input_mtok: 0.22,
|
|
3916
|
-
output_mtok: 0.88
|
|
3917
|
-
}
|
|
3918
|
-
},
|
|
3919
|
-
{
|
|
3920
|
-
id: "Qwen/Qwen3-30B-A3B",
|
|
3921
|
-
name: "Qwen3-30B-A3B",
|
|
3922
|
-
match: {
|
|
3923
|
-
or: [
|
|
3924
|
-
{
|
|
3925
|
-
equals: "qwen/qwen3-30b-a3b"
|
|
3926
|
-
},
|
|
3927
|
-
{
|
|
3928
|
-
equals: "qwen/qwen3-30b-a3b-fast"
|
|
3929
|
-
}
|
|
3930
|
-
]
|
|
3931
|
-
},
|
|
3932
|
-
context_window: 131072,
|
|
3933
|
-
prices: {
|
|
3934
|
-
input_mtok: 0.15,
|
|
3935
|
-
output_mtok: 0.6
|
|
3936
|
-
}
|
|
3937
|
-
},
|
|
3938
|
-
{
|
|
3939
|
-
id: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
3940
|
-
name: "Qwen3-Coder-480B-A35B-Instruct",
|
|
3941
|
-
match: {
|
|
3942
|
-
or: [
|
|
3943
|
-
{
|
|
3944
|
-
equals: "qwen/qwen3-coder-480b-a35b-instruct"
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
equals: "qwen/qwen3-coder-480b-a35b-instruct-fast"
|
|
3948
|
-
}
|
|
3949
|
-
]
|
|
3950
|
-
},
|
|
3951
|
-
context_window: 262144,
|
|
3952
|
-
prices: {
|
|
3953
|
-
input_mtok: 0.45,
|
|
3954
|
-
output_mtok: 1.8
|
|
3955
|
-
}
|
|
3956
|
-
},
|
|
3957
|
-
{
|
|
3958
|
-
id: "deepseek-ai/DeepSeek-R1-0528",
|
|
3959
|
-
name: "DeepSeek-R1-0528",
|
|
3960
|
-
match: {
|
|
3961
|
-
or: [
|
|
3962
|
-
{
|
|
3963
|
-
equals: "deepseek-ai/deepseek-r1-0528"
|
|
3964
|
-
},
|
|
3965
|
-
{
|
|
3966
|
-
equals: "deepseek-ai/deepseek-r1-0528-fast"
|
|
3967
|
-
}
|
|
3968
|
-
]
|
|
3969
|
-
},
|
|
3970
|
-
context_window: 163840,
|
|
3971
|
-
prices: {
|
|
3972
|
-
input_mtok: 3,
|
|
3973
|
-
output_mtok: 8
|
|
3974
|
-
}
|
|
3975
|
-
},
|
|
3976
|
-
{
|
|
3977
|
-
id: "deepseek-ai/DeepSeek-V3-0324",
|
|
3978
|
-
name: "DeepSeek-V3-0324",
|
|
3979
|
-
match: {
|
|
3980
|
-
or: [
|
|
3981
|
-
{
|
|
3982
|
-
equals: "deepseek-ai/deepseek-v3-0324"
|
|
3983
|
-
},
|
|
3984
|
-
{
|
|
3985
|
-
equals: "deepseek-ai/deepseek-v3-0324-fast"
|
|
3986
|
-
}
|
|
3987
|
-
]
|
|
3988
|
-
},
|
|
3989
|
-
context_window: 163840,
|
|
3990
|
-
prices: {
|
|
3991
|
-
input_mtok: 0.9,
|
|
3992
|
-
output_mtok: 0.9
|
|
3993
|
-
}
|
|
3994
|
-
},
|
|
3995
4080
|
{
|
|
3996
4081
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
3997
4082
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -4031,22 +4116,22 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4031
4116
|
}
|
|
4032
4117
|
},
|
|
4033
4118
|
{
|
|
4034
|
-
id: "
|
|
4035
|
-
name: "
|
|
4119
|
+
id: "openai/gpt-oss-20b",
|
|
4120
|
+
name: "gpt-oss-20b",
|
|
4036
4121
|
match: {
|
|
4037
4122
|
or: [
|
|
4038
4123
|
{
|
|
4039
|
-
equals: "
|
|
4124
|
+
equals: "openai/gpt-oss-20b"
|
|
4040
4125
|
},
|
|
4041
4126
|
{
|
|
4042
|
-
equals: "
|
|
4127
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
4043
4128
|
}
|
|
4044
4129
|
]
|
|
4045
4130
|
},
|
|
4046
4131
|
context_window: 131072,
|
|
4047
4132
|
prices: {
|
|
4048
|
-
input_mtok: 0.
|
|
4049
|
-
output_mtok: 2
|
|
4133
|
+
input_mtok: 0.05,
|
|
4134
|
+
output_mtok: 0.2
|
|
4050
4135
|
}
|
|
4051
4136
|
}
|
|
4052
4137
|
]
|
|
@@ -4139,6 +4224,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4139
4224
|
output_mtok: 0.79
|
|
4140
4225
|
}
|
|
4141
4226
|
},
|
|
4227
|
+
{
|
|
4228
|
+
id: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
4229
|
+
name: "Llama-4-Scout-17B-16E-Instruct",
|
|
4230
|
+
match: {
|
|
4231
|
+
or: [
|
|
4232
|
+
{
|
|
4233
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct"
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct-fast"
|
|
4237
|
+
}
|
|
4238
|
+
]
|
|
4239
|
+
},
|
|
4240
|
+
context_window: 131072,
|
|
4241
|
+
prices: {
|
|
4242
|
+
input_mtok: 0.11,
|
|
4243
|
+
output_mtok: 0.34
|
|
4244
|
+
}
|
|
4245
|
+
},
|
|
4142
4246
|
{
|
|
4143
4247
|
id: "openai/gpt-oss-120b",
|
|
4144
4248
|
name: "gpt-oss-120b",
|
|
@@ -4157,6 +4261,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4157
4261
|
input_mtok: 0.15,
|
|
4158
4262
|
output_mtok: 0.75
|
|
4159
4263
|
}
|
|
4264
|
+
},
|
|
4265
|
+
{
|
|
4266
|
+
id: "openai/gpt-oss-20b",
|
|
4267
|
+
name: "gpt-oss-20b",
|
|
4268
|
+
match: {
|
|
4269
|
+
or: [
|
|
4270
|
+
{
|
|
4271
|
+
equals: "openai/gpt-oss-20b"
|
|
4272
|
+
},
|
|
4273
|
+
{
|
|
4274
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
4275
|
+
}
|
|
4276
|
+
]
|
|
4277
|
+
},
|
|
4278
|
+
context_window: 131072,
|
|
4279
|
+
prices: {
|
|
4280
|
+
input_mtok: 0.1,
|
|
4281
|
+
output_mtok: 0.5
|
|
4282
|
+
}
|
|
4160
4283
|
}
|
|
4161
4284
|
]
|
|
4162
4285
|
},
|
|
@@ -4207,66 +4330,9 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4207
4330
|
required: !0
|
|
4208
4331
|
}
|
|
4209
4332
|
]
|
|
4210
|
-
}
|
|
4211
|
-
],
|
|
4212
|
-
models: [
|
|
4213
|
-
{
|
|
4214
|
-
id: "Qwen/QwQ-32B",
|
|
4215
|
-
name: "QwQ-32B",
|
|
4216
|
-
match: {
|
|
4217
|
-
or: [
|
|
4218
|
-
{
|
|
4219
|
-
equals: "qwen/qwq-32b"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
equals: "qwen/qwq-32b-fast"
|
|
4223
|
-
}
|
|
4224
|
-
]
|
|
4225
|
-
},
|
|
4226
|
-
context_window: 131072,
|
|
4227
|
-
prices: {
|
|
4228
|
-
input_mtok: 0.4,
|
|
4229
|
-
output_mtok: 0.4
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
id: "Qwen/Qwen2.5-72B-Instruct",
|
|
4234
|
-
name: "Qwen2.5-72B-Instruct",
|
|
4235
|
-
match: {
|
|
4236
|
-
or: [
|
|
4237
|
-
{
|
|
4238
|
-
equals: "qwen/qwen2.5-72b-instruct"
|
|
4239
|
-
},
|
|
4240
|
-
{
|
|
4241
|
-
equals: "qwen/qwen2.5-72b-instruct-fast"
|
|
4242
|
-
}
|
|
4243
|
-
]
|
|
4244
|
-
},
|
|
4245
|
-
context_window: 131072,
|
|
4246
|
-
prices: {
|
|
4247
|
-
input_mtok: 0.4,
|
|
4248
|
-
output_mtok: 0.4
|
|
4249
|
-
}
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
4253
|
-
name: "Qwen2.5-Coder-32B-Instruct",
|
|
4254
|
-
match: {
|
|
4255
|
-
or: [
|
|
4256
|
-
{
|
|
4257
|
-
equals: "qwen/qwen2.5-coder-32b-instruct"
|
|
4258
|
-
},
|
|
4259
|
-
{
|
|
4260
|
-
equals: "qwen/qwen2.5-coder-32b-instruct-fast"
|
|
4261
|
-
}
|
|
4262
|
-
]
|
|
4263
|
-
},
|
|
4264
|
-
context_window: 32768,
|
|
4265
|
-
prices: {
|
|
4266
|
-
input_mtok: 0.2,
|
|
4267
|
-
output_mtok: 0.2
|
|
4268
|
-
}
|
|
4269
|
-
},
|
|
4333
|
+
}
|
|
4334
|
+
],
|
|
4335
|
+
models: [
|
|
4270
4336
|
{
|
|
4271
4337
|
id: "Qwen/Qwen2.5-VL-72B-Instruct",
|
|
4272
4338
|
name: "Qwen2.5-VL-72B-Instruct",
|
|
@@ -4438,44 +4504,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4438
4504
|
output_mtok: 1.25
|
|
4439
4505
|
}
|
|
4440
4506
|
},
|
|
4441
|
-
{
|
|
4442
|
-
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
4443
|
-
name: "Llama-3.1-8B-Instruct",
|
|
4444
|
-
match: {
|
|
4445
|
-
or: [
|
|
4446
|
-
{
|
|
4447
|
-
equals: "meta-llama/llama-3.1-8b-instruct"
|
|
4448
|
-
},
|
|
4449
|
-
{
|
|
4450
|
-
equals: "meta-llama/llama-3.1-8b-instruct-fast"
|
|
4451
|
-
}
|
|
4452
|
-
]
|
|
4453
|
-
},
|
|
4454
|
-
context_window: 131072,
|
|
4455
|
-
prices: {
|
|
4456
|
-
input_mtok: 0.1,
|
|
4457
|
-
output_mtok: 0.1
|
|
4458
|
-
}
|
|
4459
|
-
},
|
|
4460
|
-
{
|
|
4461
|
-
id: "meta-llama/Llama-3.2-3B-Instruct",
|
|
4462
|
-
name: "Llama-3.2-3B-Instruct",
|
|
4463
|
-
match: {
|
|
4464
|
-
or: [
|
|
4465
|
-
{
|
|
4466
|
-
equals: "meta-llama/llama-3.2-3b-instruct"
|
|
4467
|
-
},
|
|
4468
|
-
{
|
|
4469
|
-
equals: "meta-llama/llama-3.2-3b-instruct-fast"
|
|
4470
|
-
}
|
|
4471
|
-
]
|
|
4472
|
-
},
|
|
4473
|
-
context_window: 131072,
|
|
4474
|
-
prices: {
|
|
4475
|
-
input_mtok: 0.1,
|
|
4476
|
-
output_mtok: 0.1
|
|
4477
|
-
}
|
|
4478
|
-
},
|
|
4479
4507
|
{
|
|
4480
4508
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
4481
4509
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -4496,41 +4524,41 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4496
4524
|
}
|
|
4497
4525
|
},
|
|
4498
4526
|
{
|
|
4499
|
-
id: "
|
|
4500
|
-
name: "
|
|
4527
|
+
id: "openai/gpt-oss-120b",
|
|
4528
|
+
name: "gpt-oss-120b",
|
|
4501
4529
|
match: {
|
|
4502
4530
|
or: [
|
|
4503
4531
|
{
|
|
4504
|
-
equals: "
|
|
4532
|
+
equals: "openai/gpt-oss-120b"
|
|
4505
4533
|
},
|
|
4506
4534
|
{
|
|
4507
|
-
equals: "
|
|
4535
|
+
equals: "openai/gpt-oss-120b-fast"
|
|
4508
4536
|
}
|
|
4509
4537
|
]
|
|
4510
4538
|
},
|
|
4511
|
-
context_window:
|
|
4539
|
+
context_window: 131072,
|
|
4512
4540
|
prices: {
|
|
4513
|
-
input_mtok: 0.
|
|
4514
|
-
output_mtok: 0.
|
|
4541
|
+
input_mtok: 0.3,
|
|
4542
|
+
output_mtok: 0.3
|
|
4515
4543
|
}
|
|
4516
4544
|
},
|
|
4517
4545
|
{
|
|
4518
|
-
id: "openai/gpt-oss-
|
|
4519
|
-
name: "gpt-oss-
|
|
4546
|
+
id: "openai/gpt-oss-20b",
|
|
4547
|
+
name: "gpt-oss-20b",
|
|
4520
4548
|
match: {
|
|
4521
4549
|
or: [
|
|
4522
4550
|
{
|
|
4523
|
-
equals: "openai/gpt-oss-
|
|
4551
|
+
equals: "openai/gpt-oss-20b"
|
|
4524
4552
|
},
|
|
4525
4553
|
{
|
|
4526
|
-
equals: "openai/gpt-oss-
|
|
4554
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
4527
4555
|
}
|
|
4528
4556
|
]
|
|
4529
4557
|
},
|
|
4530
4558
|
context_window: 131072,
|
|
4531
4559
|
prices: {
|
|
4532
|
-
input_mtok: 0.
|
|
4533
|
-
output_mtok: 0.
|
|
4560
|
+
input_mtok: 0.1,
|
|
4561
|
+
output_mtok: 0.1
|
|
4534
4562
|
}
|
|
4535
4563
|
}
|
|
4536
4564
|
]
|
|
@@ -5146,8 +5174,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5146
5174
|
},
|
|
5147
5175
|
context_window: 1e6,
|
|
5148
5176
|
prices: {
|
|
5149
|
-
input_mtok: 0.
|
|
5150
|
-
output_mtok:
|
|
5177
|
+
input_mtok: 0.55,
|
|
5178
|
+
output_mtok: 2.2
|
|
5151
5179
|
}
|
|
5152
5180
|
},
|
|
5153
5181
|
{
|
|
@@ -5160,6 +5188,18 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5160
5188
|
},
|
|
5161
5189
|
{
|
|
5162
5190
|
equals: "minimaxai/minimax-m2-fast"
|
|
5191
|
+
},
|
|
5192
|
+
{
|
|
5193
|
+
equals: "minimaxai/minimax-m2.1"
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
equals: "minimaxai/minimax-m2.1-fast"
|
|
5197
|
+
},
|
|
5198
|
+
{
|
|
5199
|
+
equals: "minimaxai/minimax-m2.5"
|
|
5200
|
+
},
|
|
5201
|
+
{
|
|
5202
|
+
equals: "minimaxai/minimax-m2.5-fast"
|
|
5163
5203
|
}
|
|
5164
5204
|
]
|
|
5165
5205
|
},
|
|
@@ -5203,8 +5243,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5203
5243
|
},
|
|
5204
5244
|
context_window: 32e3,
|
|
5205
5245
|
prices: {
|
|
5206
|
-
input_mtok: 0.
|
|
5207
|
-
output_mtok: 0.
|
|
5246
|
+
input_mtok: 0.38,
|
|
5247
|
+
output_mtok: 0.4
|
|
5208
5248
|
}
|
|
5209
5249
|
},
|
|
5210
5250
|
{
|
|
@@ -5222,8 +5262,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5222
5262
|
},
|
|
5223
5263
|
context_window: 40960,
|
|
5224
5264
|
prices: {
|
|
5225
|
-
input_mtok: 0.
|
|
5226
|
-
output_mtok: 0.
|
|
5265
|
+
input_mtok: 0.2,
|
|
5266
|
+
output_mtok: 0.8
|
|
5227
5267
|
}
|
|
5228
5268
|
},
|
|
5229
5269
|
{
|
|
@@ -5241,8 +5281,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5241
5281
|
},
|
|
5242
5282
|
context_window: 131072,
|
|
5243
5283
|
prices: {
|
|
5244
|
-
input_mtok: 0.
|
|
5245
|
-
output_mtok: 0.
|
|
5284
|
+
input_mtok: 0.09,
|
|
5285
|
+
output_mtok: 0.58
|
|
5246
5286
|
}
|
|
5247
5287
|
},
|
|
5248
5288
|
{
|
|
@@ -5260,8 +5300,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5260
5300
|
},
|
|
5261
5301
|
context_window: 131072,
|
|
5262
5302
|
prices: {
|
|
5263
|
-
input_mtok: 0.
|
|
5264
|
-
output_mtok:
|
|
5303
|
+
input_mtok: 0.3,
|
|
5304
|
+
output_mtok: 3
|
|
5265
5305
|
}
|
|
5266
5306
|
},
|
|
5267
5307
|
{
|
|
@@ -5279,8 +5319,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5279
5319
|
},
|
|
5280
5320
|
context_window: 40960,
|
|
5281
5321
|
prices: {
|
|
5282
|
-
input_mtok: 0.
|
|
5283
|
-
output_mtok: 0.
|
|
5322
|
+
input_mtok: 0.09,
|
|
5323
|
+
output_mtok: 0.45
|
|
5284
5324
|
}
|
|
5285
5325
|
},
|
|
5286
5326
|
{
|
|
@@ -5298,8 +5338,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5298
5338
|
},
|
|
5299
5339
|
context_window: 40960,
|
|
5300
5340
|
prices: {
|
|
5301
|
-
input_mtok: 0.
|
|
5302
|
-
output_mtok: 0.
|
|
5341
|
+
input_mtok: 0.1,
|
|
5342
|
+
output_mtok: 0.45
|
|
5303
5343
|
}
|
|
5304
5344
|
},
|
|
5305
5345
|
{
|
|
@@ -5321,6 +5361,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5321
5361
|
output_mtok: 1.3
|
|
5322
5362
|
}
|
|
5323
5363
|
},
|
|
5364
|
+
{
|
|
5365
|
+
id: "Qwen/Qwen3-Coder-Next",
|
|
5366
|
+
name: "Qwen3-Coder-Next",
|
|
5367
|
+
match: {
|
|
5368
|
+
or: [
|
|
5369
|
+
{
|
|
5370
|
+
equals: "qwen/qwen3-coder-next"
|
|
5371
|
+
},
|
|
5372
|
+
{
|
|
5373
|
+
equals: "qwen/qwen3-coder-next-fast"
|
|
5374
|
+
}
|
|
5375
|
+
]
|
|
5376
|
+
},
|
|
5377
|
+
context_window: 262144,
|
|
5378
|
+
prices: {
|
|
5379
|
+
input_mtok: 0.2,
|
|
5380
|
+
output_mtok: 1.5
|
|
5381
|
+
}
|
|
5382
|
+
},
|
|
5324
5383
|
{
|
|
5325
5384
|
id: "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
5326
5385
|
name: "Qwen3-Next-80B-A3B-Instruct",
|
|
@@ -5336,8 +5395,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5336
5395
|
},
|
|
5337
5396
|
context_window: 131072,
|
|
5338
5397
|
prices: {
|
|
5339
|
-
input_mtok: 0.
|
|
5340
|
-
output_mtok: 1.
|
|
5398
|
+
input_mtok: 0.15,
|
|
5399
|
+
output_mtok: 1.5
|
|
5341
5400
|
}
|
|
5342
5401
|
},
|
|
5343
5402
|
{
|
|
@@ -5355,8 +5414,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5355
5414
|
},
|
|
5356
5415
|
context_window: 131072,
|
|
5357
5416
|
prices: {
|
|
5358
|
-
input_mtok: 0.
|
|
5359
|
-
output_mtok: 1.
|
|
5417
|
+
input_mtok: 0.15,
|
|
5418
|
+
output_mtok: 1.5
|
|
5360
5419
|
}
|
|
5361
5420
|
},
|
|
5362
5421
|
{
|
|
@@ -5374,8 +5433,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5374
5433
|
},
|
|
5375
5434
|
context_window: 131072,
|
|
5376
5435
|
prices: {
|
|
5377
|
-
input_mtok: 0.
|
|
5378
|
-
output_mtok: 1.
|
|
5436
|
+
input_mtok: 0.3,
|
|
5437
|
+
output_mtok: 1.5
|
|
5379
5438
|
}
|
|
5380
5439
|
},
|
|
5381
5440
|
{
|
|
@@ -5393,8 +5452,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5393
5452
|
},
|
|
5394
5453
|
context_window: 131072,
|
|
5395
5454
|
prices: {
|
|
5396
|
-
input_mtok: 0.
|
|
5397
|
-
output_mtok: 3.
|
|
5455
|
+
input_mtok: 0.98,
|
|
5456
|
+
output_mtok: 3.95
|
|
5398
5457
|
}
|
|
5399
5458
|
},
|
|
5400
5459
|
{
|
|
@@ -5412,8 +5471,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5412
5471
|
},
|
|
5413
5472
|
context_window: 131072,
|
|
5414
5473
|
prices: {
|
|
5415
|
-
input_mtok: 0.
|
|
5416
|
-
output_mtok: 0.
|
|
5474
|
+
input_mtok: 0.2,
|
|
5475
|
+
output_mtok: 0.7
|
|
5417
5476
|
}
|
|
5418
5477
|
},
|
|
5419
5478
|
{
|
|
@@ -5431,8 +5490,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5431
5490
|
},
|
|
5432
5491
|
context_window: 131072,
|
|
5433
5492
|
prices: {
|
|
5434
|
-
input_mtok: 0.
|
|
5435
|
-
output_mtok:
|
|
5493
|
+
input_mtok: 0.2,
|
|
5494
|
+
output_mtok: 1
|
|
5436
5495
|
}
|
|
5437
5496
|
},
|
|
5438
5497
|
{
|
|
@@ -5450,318 +5509,318 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5450
5509
|
},
|
|
5451
5510
|
context_window: 131072,
|
|
5452
5511
|
prices: {
|
|
5453
|
-
input_mtok: 0.
|
|
5454
|
-
output_mtok: 0.
|
|
5512
|
+
input_mtok: 0.08,
|
|
5513
|
+
output_mtok: 0.5
|
|
5455
5514
|
}
|
|
5456
5515
|
},
|
|
5457
5516
|
{
|
|
5458
|
-
id: "
|
|
5459
|
-
name: "
|
|
5517
|
+
id: "Qwen/Qwen3.5-122B-A10B",
|
|
5518
|
+
name: "Qwen3.5-122B-A10B",
|
|
5460
5519
|
match: {
|
|
5461
5520
|
or: [
|
|
5462
5521
|
{
|
|
5463
|
-
equals: "
|
|
5522
|
+
equals: "qwen/qwen3.5-122b-a10b"
|
|
5464
5523
|
},
|
|
5465
5524
|
{
|
|
5466
|
-
equals: "
|
|
5525
|
+
equals: "qwen/qwen3.5-122b-a10b-fast"
|
|
5467
5526
|
}
|
|
5468
5527
|
]
|
|
5469
5528
|
},
|
|
5470
|
-
context_window:
|
|
5529
|
+
context_window: 262144,
|
|
5471
5530
|
prices: {
|
|
5472
|
-
input_mtok:
|
|
5473
|
-
output_mtok:
|
|
5531
|
+
input_mtok: 0.4,
|
|
5532
|
+
output_mtok: 3.2
|
|
5474
5533
|
}
|
|
5475
5534
|
},
|
|
5476
5535
|
{
|
|
5477
|
-
id: "
|
|
5478
|
-
name: "
|
|
5536
|
+
id: "Qwen/Qwen3.5-27B",
|
|
5537
|
+
name: "Qwen3.5-27B",
|
|
5479
5538
|
match: {
|
|
5480
5539
|
or: [
|
|
5481
5540
|
{
|
|
5482
|
-
equals: "
|
|
5541
|
+
equals: "qwen/qwen3.5-27b"
|
|
5483
5542
|
},
|
|
5484
5543
|
{
|
|
5485
|
-
equals: "
|
|
5544
|
+
equals: "qwen/qwen3.5-27b-fast"
|
|
5486
5545
|
}
|
|
5487
5546
|
]
|
|
5488
5547
|
},
|
|
5489
|
-
context_window:
|
|
5548
|
+
context_window: 262144,
|
|
5490
5549
|
prices: {
|
|
5491
|
-
input_mtok: 0.
|
|
5492
|
-
output_mtok:
|
|
5550
|
+
input_mtok: 0.3,
|
|
5551
|
+
output_mtok: 2.4
|
|
5493
5552
|
}
|
|
5494
5553
|
},
|
|
5495
5554
|
{
|
|
5496
|
-
id: "
|
|
5497
|
-
name: "
|
|
5555
|
+
id: "Qwen/Qwen3.5-35B-A3B",
|
|
5556
|
+
name: "Qwen3.5-35B-A3B",
|
|
5498
5557
|
match: {
|
|
5499
5558
|
or: [
|
|
5500
5559
|
{
|
|
5501
|
-
equals: "
|
|
5560
|
+
equals: "qwen/qwen3.5-35b-a3b"
|
|
5502
5561
|
},
|
|
5503
5562
|
{
|
|
5504
|
-
equals: "
|
|
5563
|
+
equals: "qwen/qwen3.5-35b-a3b-fast"
|
|
5505
5564
|
}
|
|
5506
5565
|
]
|
|
5507
5566
|
},
|
|
5508
|
-
context_window:
|
|
5567
|
+
context_window: 262144,
|
|
5509
5568
|
prices: {
|
|
5510
|
-
input_mtok: 0.
|
|
5511
|
-
output_mtok:
|
|
5569
|
+
input_mtok: 0.25,
|
|
5570
|
+
output_mtok: 2
|
|
5512
5571
|
}
|
|
5513
5572
|
},
|
|
5514
5573
|
{
|
|
5515
|
-
id: "
|
|
5516
|
-
name: "
|
|
5574
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
5575
|
+
name: "Qwen3.5-397B-A17B",
|
|
5517
5576
|
match: {
|
|
5518
5577
|
or: [
|
|
5519
5578
|
{
|
|
5520
|
-
equals: "
|
|
5579
|
+
equals: "qwen/qwen3.5-397b-a17b"
|
|
5521
5580
|
},
|
|
5522
5581
|
{
|
|
5523
|
-
equals: "
|
|
5582
|
+
equals: "qwen/qwen3.5-397b-a17b-fast"
|
|
5524
5583
|
}
|
|
5525
5584
|
]
|
|
5526
5585
|
},
|
|
5527
5586
|
context_window: 262144,
|
|
5528
5587
|
prices: {
|
|
5529
|
-
input_mtok: 0.
|
|
5530
|
-
output_mtok:
|
|
5588
|
+
input_mtok: 0.6,
|
|
5589
|
+
output_mtok: 3.6
|
|
5531
5590
|
}
|
|
5532
5591
|
},
|
|
5533
5592
|
{
|
|
5534
|
-
id: "
|
|
5535
|
-
name: "
|
|
5593
|
+
id: "Sao10K/L3-70B-Euryale-v2.1",
|
|
5594
|
+
name: "L3-70B-Euryale-v2.1",
|
|
5536
5595
|
match: {
|
|
5537
5596
|
or: [
|
|
5538
5597
|
{
|
|
5539
|
-
equals: "
|
|
5598
|
+
equals: "sao10k/l3-70b-euryale-v2.1"
|
|
5540
5599
|
},
|
|
5541
5600
|
{
|
|
5542
|
-
equals: "
|
|
5601
|
+
equals: "sao10k/l3-70b-euryale-v2.1-fast"
|
|
5543
5602
|
}
|
|
5544
5603
|
]
|
|
5545
5604
|
},
|
|
5546
|
-
context_window:
|
|
5605
|
+
context_window: 8192,
|
|
5547
5606
|
prices: {
|
|
5548
|
-
input_mtok:
|
|
5549
|
-
output_mtok:
|
|
5607
|
+
input_mtok: 1.48,
|
|
5608
|
+
output_mtok: 1.48
|
|
5550
5609
|
}
|
|
5551
5610
|
},
|
|
5552
5611
|
{
|
|
5553
|
-
id: "
|
|
5554
|
-
name: "
|
|
5612
|
+
id: "Sao10K/L3-8B-Lunaris-v1",
|
|
5613
|
+
name: "L3-8B-Lunaris-v1",
|
|
5555
5614
|
match: {
|
|
5556
5615
|
or: [
|
|
5557
5616
|
{
|
|
5558
|
-
equals: "
|
|
5617
|
+
equals: "sao10k/l3-8b-lunaris-v1"
|
|
5559
5618
|
},
|
|
5560
5619
|
{
|
|
5561
|
-
equals: "
|
|
5620
|
+
equals: "sao10k/l3-8b-lunaris-v1-fast"
|
|
5562
5621
|
}
|
|
5563
5622
|
]
|
|
5564
5623
|
},
|
|
5565
|
-
context_window:
|
|
5624
|
+
context_window: 8192,
|
|
5566
5625
|
prices: {
|
|
5567
|
-
input_mtok: 0.
|
|
5568
|
-
output_mtok: 0.
|
|
5626
|
+
input_mtok: 0.05,
|
|
5627
|
+
output_mtok: 0.05
|
|
5569
5628
|
}
|
|
5570
5629
|
},
|
|
5571
5630
|
{
|
|
5572
|
-
id: "
|
|
5573
|
-
name: "
|
|
5631
|
+
id: "Sao10K/L3-8B-Stheno-v3.2",
|
|
5632
|
+
name: "L3-8B-Stheno-v3.2",
|
|
5574
5633
|
match: {
|
|
5575
5634
|
or: [
|
|
5576
5635
|
{
|
|
5577
|
-
equals: "
|
|
5636
|
+
equals: "sao10k/l3-8b-stheno-v3.2"
|
|
5578
5637
|
},
|
|
5579
5638
|
{
|
|
5580
|
-
equals: "
|
|
5639
|
+
equals: "sao10k/l3-8b-stheno-v3.2-fast"
|
|
5581
5640
|
}
|
|
5582
5641
|
]
|
|
5583
5642
|
},
|
|
5584
|
-
context_window:
|
|
5643
|
+
context_window: 8192,
|
|
5585
5644
|
prices: {
|
|
5586
|
-
input_mtok: 0.
|
|
5587
|
-
output_mtok: 0.
|
|
5645
|
+
input_mtok: 0.05,
|
|
5646
|
+
output_mtok: 0.05
|
|
5588
5647
|
}
|
|
5589
5648
|
},
|
|
5590
5649
|
{
|
|
5591
|
-
id: "
|
|
5592
|
-
name: "
|
|
5650
|
+
id: "XiaomiMiMo/MiMo-V2-Flash",
|
|
5651
|
+
name: "MiMo-V2-Flash",
|
|
5593
5652
|
match: {
|
|
5594
5653
|
or: [
|
|
5595
5654
|
{
|
|
5596
|
-
equals: "
|
|
5655
|
+
equals: "xiaomimimo/mimo-v2-flash"
|
|
5597
5656
|
},
|
|
5598
5657
|
{
|
|
5599
|
-
equals: "
|
|
5658
|
+
equals: "xiaomimimo/mimo-v2-flash-fast"
|
|
5600
5659
|
}
|
|
5601
5660
|
]
|
|
5602
5661
|
},
|
|
5603
|
-
context_window:
|
|
5662
|
+
context_window: 262144,
|
|
5604
5663
|
prices: {
|
|
5605
|
-
input_mtok: 0.
|
|
5606
|
-
output_mtok: 0.
|
|
5664
|
+
input_mtok: 0.1,
|
|
5665
|
+
output_mtok: 0.3
|
|
5607
5666
|
}
|
|
5608
5667
|
},
|
|
5609
5668
|
{
|
|
5610
|
-
id: "
|
|
5611
|
-
name: "
|
|
5669
|
+
id: "alpindale/WizardLM-2-8x22B",
|
|
5670
|
+
name: "WizardLM-2-8x22B",
|
|
5612
5671
|
match: {
|
|
5613
5672
|
or: [
|
|
5614
5673
|
{
|
|
5615
|
-
equals: "
|
|
5674
|
+
equals: "alpindale/wizardlm-2-8x22b"
|
|
5616
5675
|
},
|
|
5617
5676
|
{
|
|
5618
|
-
equals: "
|
|
5677
|
+
equals: "alpindale/wizardlm-2-8x22b-fast"
|
|
5619
5678
|
}
|
|
5620
5679
|
]
|
|
5621
5680
|
},
|
|
5622
|
-
context_window:
|
|
5681
|
+
context_window: 65535,
|
|
5623
5682
|
prices: {
|
|
5624
|
-
input_mtok: 0.
|
|
5625
|
-
output_mtok: 0.
|
|
5683
|
+
input_mtok: 0.62,
|
|
5684
|
+
output_mtok: 0.62
|
|
5626
5685
|
}
|
|
5627
5686
|
},
|
|
5628
5687
|
{
|
|
5629
|
-
id: "baidu/ERNIE-4.5-
|
|
5630
|
-
name: "ERNIE-4.5-
|
|
5688
|
+
id: "baidu/ERNIE-4.5-21B-A3B-PT",
|
|
5689
|
+
name: "ERNIE-4.5-21B-A3B-PT",
|
|
5631
5690
|
match: {
|
|
5632
5691
|
or: [
|
|
5633
5692
|
{
|
|
5634
|
-
equals: "baidu/ernie-4.5-
|
|
5693
|
+
equals: "baidu/ernie-4.5-21b-a3b-pt"
|
|
5635
5694
|
},
|
|
5636
5695
|
{
|
|
5637
|
-
equals: "baidu/ernie-4.5-
|
|
5696
|
+
equals: "baidu/ernie-4.5-21b-a3b-pt-fast"
|
|
5638
5697
|
}
|
|
5639
5698
|
]
|
|
5640
5699
|
},
|
|
5641
|
-
context_window:
|
|
5700
|
+
context_window: 12e4,
|
|
5642
5701
|
prices: {
|
|
5643
|
-
input_mtok: 0.
|
|
5644
|
-
output_mtok:
|
|
5702
|
+
input_mtok: 0.07,
|
|
5703
|
+
output_mtok: 0.28
|
|
5645
5704
|
}
|
|
5646
5705
|
},
|
|
5647
5706
|
{
|
|
5648
|
-
id: "
|
|
5649
|
-
name: "
|
|
5707
|
+
id: "baidu/ERNIE-4.5-300B-A47B-Base-PT",
|
|
5708
|
+
name: "ERNIE-4.5-300B-A47B-Base-PT",
|
|
5650
5709
|
match: {
|
|
5651
5710
|
or: [
|
|
5652
5711
|
{
|
|
5653
|
-
equals: "
|
|
5712
|
+
equals: "baidu/ernie-4.5-300b-a47b-base-pt"
|
|
5654
5713
|
},
|
|
5655
5714
|
{
|
|
5656
|
-
equals: "
|
|
5715
|
+
equals: "baidu/ernie-4.5-300b-a47b-base-pt-fast"
|
|
5657
5716
|
}
|
|
5658
5717
|
]
|
|
5659
5718
|
},
|
|
5660
|
-
context_window:
|
|
5719
|
+
context_window: 123e3,
|
|
5661
5720
|
prices: {
|
|
5662
|
-
input_mtok: 0.
|
|
5663
|
-
output_mtok:
|
|
5721
|
+
input_mtok: 0.28,
|
|
5722
|
+
output_mtok: 1.1
|
|
5664
5723
|
}
|
|
5665
5724
|
},
|
|
5666
5725
|
{
|
|
5667
|
-
id: "
|
|
5668
|
-
name: "
|
|
5726
|
+
id: "baidu/ERNIE-4.5-VL-28B-A3B-PT",
|
|
5727
|
+
name: "ERNIE-4.5-VL-28B-A3B-PT",
|
|
5669
5728
|
match: {
|
|
5670
5729
|
or: [
|
|
5671
5730
|
{
|
|
5672
|
-
equals: "
|
|
5673
|
-
},
|
|
5674
|
-
{
|
|
5675
|
-
equals: "deepseek-ai/deepseek-r1-fast"
|
|
5676
|
-
},
|
|
5677
|
-
{
|
|
5678
|
-
equals: "deepseek-ai/deepseek-r1-0528"
|
|
5731
|
+
equals: "baidu/ernie-4.5-vl-28b-a3b-pt"
|
|
5679
5732
|
},
|
|
5680
5733
|
{
|
|
5681
|
-
equals: "
|
|
5734
|
+
equals: "baidu/ernie-4.5-vl-28b-a3b-pt-fast"
|
|
5682
5735
|
}
|
|
5683
5736
|
]
|
|
5684
5737
|
},
|
|
5685
|
-
context_window:
|
|
5738
|
+
context_window: 3e4,
|
|
5686
5739
|
prices: {
|
|
5687
|
-
input_mtok: 0.
|
|
5688
|
-
output_mtok:
|
|
5740
|
+
input_mtok: 0.14,
|
|
5741
|
+
output_mtok: 0.56
|
|
5689
5742
|
}
|
|
5690
5743
|
},
|
|
5691
5744
|
{
|
|
5692
|
-
id: "
|
|
5693
|
-
name: "
|
|
5745
|
+
id: "baidu/ERNIE-4.5-VL-424B-A47B-Base-PT",
|
|
5746
|
+
name: "ERNIE-4.5-VL-424B-A47B-Base-PT",
|
|
5694
5747
|
match: {
|
|
5695
5748
|
or: [
|
|
5696
5749
|
{
|
|
5697
|
-
equals: "
|
|
5750
|
+
equals: "baidu/ernie-4.5-vl-424b-a47b-base-pt"
|
|
5698
5751
|
},
|
|
5699
5752
|
{
|
|
5700
|
-
equals: "
|
|
5753
|
+
equals: "baidu/ernie-4.5-vl-424b-a47b-base-pt-fast"
|
|
5701
5754
|
}
|
|
5702
5755
|
]
|
|
5703
5756
|
},
|
|
5704
|
-
context_window:
|
|
5757
|
+
context_window: 123e3,
|
|
5705
5758
|
prices: {
|
|
5706
|
-
input_mtok: 0.
|
|
5707
|
-
output_mtok:
|
|
5759
|
+
input_mtok: 0.42,
|
|
5760
|
+
output_mtok: 1.25
|
|
5708
5761
|
}
|
|
5709
5762
|
},
|
|
5710
5763
|
{
|
|
5711
|
-
id: "deepseek-ai/DeepSeek-
|
|
5712
|
-
name: "DeepSeek-
|
|
5764
|
+
id: "deepseek-ai/DeepSeek-Prover-V2-671B",
|
|
5765
|
+
name: "DeepSeek-Prover-V2-671B",
|
|
5713
5766
|
match: {
|
|
5714
5767
|
or: [
|
|
5715
5768
|
{
|
|
5716
|
-
equals: "deepseek-ai/deepseek-
|
|
5769
|
+
equals: "deepseek-ai/deepseek-prover-v2-671b"
|
|
5717
5770
|
},
|
|
5718
5771
|
{
|
|
5719
|
-
equals: "deepseek-ai/deepseek-
|
|
5772
|
+
equals: "deepseek-ai/deepseek-prover-v2-671b-fast"
|
|
5720
5773
|
}
|
|
5721
5774
|
]
|
|
5722
5775
|
},
|
|
5723
|
-
context_window:
|
|
5776
|
+
context_window: 16e4,
|
|
5724
5777
|
prices: {
|
|
5725
|
-
input_mtok: 0.
|
|
5726
|
-
output_mtok:
|
|
5778
|
+
input_mtok: 0.7,
|
|
5779
|
+
output_mtok: 2.5
|
|
5727
5780
|
}
|
|
5728
5781
|
},
|
|
5729
5782
|
{
|
|
5730
|
-
id: "deepseek-ai/DeepSeek-R1
|
|
5731
|
-
name: "DeepSeek-R1
|
|
5783
|
+
id: "deepseek-ai/DeepSeek-R1",
|
|
5784
|
+
name: "DeepSeek-R1",
|
|
5732
5785
|
match: {
|
|
5733
5786
|
or: [
|
|
5734
5787
|
{
|
|
5735
|
-
equals: "deepseek-ai/deepseek-r1
|
|
5788
|
+
equals: "deepseek-ai/deepseek-r1"
|
|
5789
|
+
},
|
|
5790
|
+
{
|
|
5791
|
+
equals: "deepseek-ai/deepseek-r1-fast"
|
|
5792
|
+
},
|
|
5793
|
+
{
|
|
5794
|
+
equals: "deepseek-ai/deepseek-r1-0528"
|
|
5736
5795
|
},
|
|
5737
5796
|
{
|
|
5738
|
-
equals: "deepseek-ai/deepseek-r1-
|
|
5797
|
+
equals: "deepseek-ai/deepseek-r1-0528-fast"
|
|
5739
5798
|
}
|
|
5740
5799
|
]
|
|
5741
5800
|
},
|
|
5742
|
-
context_window:
|
|
5801
|
+
context_window: 64e3,
|
|
5743
5802
|
prices: {
|
|
5744
|
-
input_mtok: 0.
|
|
5745
|
-
output_mtok:
|
|
5803
|
+
input_mtok: 0.7,
|
|
5804
|
+
output_mtok: 2.5
|
|
5746
5805
|
}
|
|
5747
5806
|
},
|
|
5748
5807
|
{
|
|
5749
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-
|
|
5750
|
-
name: "DeepSeek-R1-Distill-
|
|
5808
|
+
id: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
|
5809
|
+
name: "DeepSeek-R1-Distill-Llama-70B",
|
|
5751
5810
|
match: {
|
|
5752
5811
|
or: [
|
|
5753
5812
|
{
|
|
5754
|
-
equals: "deepseek-ai/deepseek-r1-distill-
|
|
5813
|
+
equals: "deepseek-ai/deepseek-r1-distill-llama-70b"
|
|
5755
5814
|
},
|
|
5756
5815
|
{
|
|
5757
|
-
equals: "deepseek-ai/deepseek-r1-distill-
|
|
5816
|
+
equals: "deepseek-ai/deepseek-r1-distill-llama-70b-fast"
|
|
5758
5817
|
}
|
|
5759
5818
|
]
|
|
5760
5819
|
},
|
|
5761
|
-
context_window:
|
|
5820
|
+
context_window: 8192,
|
|
5762
5821
|
prices: {
|
|
5763
|
-
input_mtok: 0.
|
|
5764
|
-
output_mtok: 0.
|
|
5822
|
+
input_mtok: 0.8,
|
|
5823
|
+
output_mtok: 0.8
|
|
5765
5824
|
}
|
|
5766
5825
|
},
|
|
5767
5826
|
{
|
|
@@ -5779,8 +5838,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5779
5838
|
},
|
|
5780
5839
|
context_window: 64e3,
|
|
5781
5840
|
prices: {
|
|
5782
|
-
input_mtok: 0.
|
|
5783
|
-
output_mtok: 1.
|
|
5841
|
+
input_mtok: 0.4,
|
|
5842
|
+
output_mtok: 1.3
|
|
5784
5843
|
}
|
|
5785
5844
|
},
|
|
5786
5845
|
{
|
|
@@ -5798,8 +5857,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5798
5857
|
},
|
|
5799
5858
|
context_window: 163840,
|
|
5800
5859
|
prices: {
|
|
5801
|
-
input_mtok: 0.
|
|
5802
|
-
output_mtok:
|
|
5860
|
+
input_mtok: 0.27,
|
|
5861
|
+
output_mtok: 1.12
|
|
5803
5862
|
}
|
|
5804
5863
|
},
|
|
5805
5864
|
{
|
|
@@ -5823,8 +5882,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5823
5882
|
},
|
|
5824
5883
|
context_window: 131072,
|
|
5825
5884
|
prices: {
|
|
5826
|
-
input_mtok: 0.
|
|
5827
|
-
output_mtok:
|
|
5885
|
+
input_mtok: 0.27,
|
|
5886
|
+
output_mtok: 1
|
|
5828
5887
|
}
|
|
5829
5888
|
},
|
|
5830
5889
|
{
|
|
@@ -5861,8 +5920,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5861
5920
|
},
|
|
5862
5921
|
context_window: 163840,
|
|
5863
5922
|
prices: {
|
|
5864
|
-
input_mtok: 0.
|
|
5865
|
-
output_mtok: 0.
|
|
5923
|
+
input_mtok: 0.27,
|
|
5924
|
+
output_mtok: 0.41
|
|
5866
5925
|
}
|
|
5867
5926
|
},
|
|
5868
5927
|
{
|
|
@@ -5885,41 +5944,60 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5885
5944
|
}
|
|
5886
5945
|
},
|
|
5887
5946
|
{
|
|
5888
|
-
id: "meta-llama/Llama-3.
|
|
5889
|
-
name: "Llama-3.
|
|
5947
|
+
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
5948
|
+
name: "Llama-3.3-70B-Instruct",
|
|
5949
|
+
match: {
|
|
5950
|
+
or: [
|
|
5951
|
+
{
|
|
5952
|
+
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
5953
|
+
},
|
|
5954
|
+
{
|
|
5955
|
+
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
5956
|
+
}
|
|
5957
|
+
]
|
|
5958
|
+
},
|
|
5959
|
+
context_window: 131072,
|
|
5960
|
+
prices: {
|
|
5961
|
+
input_mtok: 0.135,
|
|
5962
|
+
output_mtok: 0.4
|
|
5963
|
+
}
|
|
5964
|
+
},
|
|
5965
|
+
{
|
|
5966
|
+
id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
5967
|
+
name: "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
5890
5968
|
match: {
|
|
5891
5969
|
or: [
|
|
5892
5970
|
{
|
|
5893
|
-
equals: "meta-llama/llama-
|
|
5971
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8"
|
|
5894
5972
|
},
|
|
5895
5973
|
{
|
|
5896
|
-
equals: "meta-llama/llama-
|
|
5974
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8-fast"
|
|
5897
5975
|
}
|
|
5898
5976
|
]
|
|
5899
5977
|
},
|
|
5900
|
-
context_window:
|
|
5978
|
+
context_window: 1048576,
|
|
5901
5979
|
prices: {
|
|
5902
|
-
input_mtok: 0.
|
|
5903
|
-
output_mtok: 0.
|
|
5980
|
+
input_mtok: 0.27,
|
|
5981
|
+
output_mtok: 0.85
|
|
5904
5982
|
}
|
|
5905
5983
|
},
|
|
5906
5984
|
{
|
|
5907
|
-
id: "meta-llama/Llama-
|
|
5908
|
-
name: "Llama-
|
|
5985
|
+
id: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
5986
|
+
name: "Llama-4-Scout-17B-16E-Instruct",
|
|
5909
5987
|
match: {
|
|
5910
5988
|
or: [
|
|
5911
5989
|
{
|
|
5912
|
-
equals: "meta-llama/llama-
|
|
5990
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct"
|
|
5913
5991
|
},
|
|
5914
5992
|
{
|
|
5915
|
-
equals: "meta-llama/llama-
|
|
5993
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct-fast"
|
|
5916
5994
|
}
|
|
5917
5995
|
]
|
|
5918
5996
|
},
|
|
5919
5997
|
context_window: 131072,
|
|
5920
5998
|
prices: {
|
|
5921
|
-
input_mtok: 0.
|
|
5922
|
-
output_mtok: 0.
|
|
5999
|
+
input_mtok: 0.18,
|
|
6000
|
+
output_mtok: 0.59
|
|
5923
6001
|
}
|
|
5924
6002
|
},
|
|
5925
6003
|
{
|
|
@@ -5956,8 +6034,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5956
6034
|
},
|
|
5957
6035
|
context_window: 8192,
|
|
5958
6036
|
prices: {
|
|
5959
|
-
input_mtok: 0.
|
|
5960
|
-
output_mtok: 0.
|
|
6037
|
+
input_mtok: 0.04,
|
|
6038
|
+
output_mtok: 0.04
|
|
5961
6039
|
}
|
|
5962
6040
|
},
|
|
5963
6041
|
{
|
|
@@ -5975,8 +6053,27 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5975
6053
|
},
|
|
5976
6054
|
context_window: 131072,
|
|
5977
6055
|
prices: {
|
|
5978
|
-
input_mtok: 0.
|
|
5979
|
-
output_mtok:
|
|
6056
|
+
input_mtok: 0.57,
|
|
6057
|
+
output_mtok: 2.3
|
|
6058
|
+
}
|
|
6059
|
+
},
|
|
6060
|
+
{
|
|
6061
|
+
id: "moonshotai/Kimi-K2-Instruct-0905",
|
|
6062
|
+
name: "Kimi-K2-Instruct-0905",
|
|
6063
|
+
match: {
|
|
6064
|
+
or: [
|
|
6065
|
+
{
|
|
6066
|
+
equals: "moonshotai/kimi-k2-instruct-0905"
|
|
6067
|
+
},
|
|
6068
|
+
{
|
|
6069
|
+
equals: "moonshotai/kimi-k2-instruct-0905-fast"
|
|
6070
|
+
}
|
|
6071
|
+
]
|
|
6072
|
+
},
|
|
6073
|
+
context_window: 262144,
|
|
6074
|
+
prices: {
|
|
6075
|
+
input_mtok: 0.6,
|
|
6076
|
+
output_mtok: 2.5
|
|
5980
6077
|
}
|
|
5981
6078
|
},
|
|
5982
6079
|
{
|
|
@@ -5994,8 +6091,27 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5994
6091
|
},
|
|
5995
6092
|
context_window: 262144,
|
|
5996
6093
|
prices: {
|
|
5997
|
-
input_mtok: 0.
|
|
5998
|
-
output_mtok: 2
|
|
6094
|
+
input_mtok: 0.6,
|
|
6095
|
+
output_mtok: 2.5
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
{
|
|
6099
|
+
id: "moonshotai/Kimi-K2.5",
|
|
6100
|
+
name: "Kimi-K2.5",
|
|
6101
|
+
match: {
|
|
6102
|
+
or: [
|
|
6103
|
+
{
|
|
6104
|
+
equals: "moonshotai/kimi-k2.5"
|
|
6105
|
+
},
|
|
6106
|
+
{
|
|
6107
|
+
equals: "moonshotai/kimi-k2.5-fast"
|
|
6108
|
+
}
|
|
6109
|
+
]
|
|
6110
|
+
},
|
|
6111
|
+
context_window: 262144,
|
|
6112
|
+
prices: {
|
|
6113
|
+
input_mtok: 0.6,
|
|
6114
|
+
output_mtok: 3
|
|
5999
6115
|
}
|
|
6000
6116
|
},
|
|
6001
6117
|
{
|
|
@@ -6012,9 +6128,28 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6012
6128
|
]
|
|
6013
6129
|
},
|
|
6014
6130
|
context_window: 131072,
|
|
6131
|
+
prices: {
|
|
6132
|
+
input_mtok: 0.05,
|
|
6133
|
+
output_mtok: 0.25
|
|
6134
|
+
}
|
|
6135
|
+
},
|
|
6136
|
+
{
|
|
6137
|
+
id: "openai/gpt-oss-20b",
|
|
6138
|
+
name: "gpt-oss-20b",
|
|
6139
|
+
match: {
|
|
6140
|
+
or: [
|
|
6141
|
+
{
|
|
6142
|
+
equals: "openai/gpt-oss-20b"
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
6146
|
+
}
|
|
6147
|
+
]
|
|
6148
|
+
},
|
|
6149
|
+
context_window: 131072,
|
|
6015
6150
|
prices: {
|
|
6016
6151
|
input_mtok: 0.04,
|
|
6017
|
-
output_mtok: 0.
|
|
6152
|
+
output_mtok: 0.15
|
|
6018
6153
|
}
|
|
6019
6154
|
},
|
|
6020
6155
|
{
|
|
@@ -6037,22 +6172,22 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6037
6172
|
}
|
|
6038
6173
|
},
|
|
6039
6174
|
{
|
|
6040
|
-
id: "zai-org/GLM-4
|
|
6041
|
-
name: "GLM-4
|
|
6175
|
+
id: "zai-org/GLM-4-32B-0414",
|
|
6176
|
+
name: "GLM-4-32B-0414",
|
|
6042
6177
|
match: {
|
|
6043
6178
|
or: [
|
|
6044
6179
|
{
|
|
6045
|
-
equals: "zai-org/glm-4
|
|
6180
|
+
equals: "zai-org/glm-4-32b-0414"
|
|
6046
6181
|
},
|
|
6047
6182
|
{
|
|
6048
|
-
equals: "zai-org/glm-4
|
|
6183
|
+
equals: "zai-org/glm-4-32b-0414-fast"
|
|
6049
6184
|
}
|
|
6050
6185
|
]
|
|
6051
6186
|
},
|
|
6052
|
-
context_window:
|
|
6187
|
+
context_window: 32e3,
|
|
6053
6188
|
prices: {
|
|
6054
|
-
input_mtok: 0.
|
|
6055
|
-
output_mtok:
|
|
6189
|
+
input_mtok: 0.55,
|
|
6190
|
+
output_mtok: 1.66
|
|
6056
6191
|
}
|
|
6057
6192
|
},
|
|
6058
6193
|
{
|
|
@@ -6070,8 +6205,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6070
6205
|
},
|
|
6071
6206
|
context_window: 131072,
|
|
6072
6207
|
prices: {
|
|
6073
|
-
input_mtok: 0.
|
|
6074
|
-
output_mtok:
|
|
6208
|
+
input_mtok: 0.6,
|
|
6209
|
+
output_mtok: 2.2
|
|
6075
6210
|
}
|
|
6076
6211
|
},
|
|
6077
6212
|
{
|
|
@@ -6089,8 +6224,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6089
6224
|
},
|
|
6090
6225
|
context_window: 131072,
|
|
6091
6226
|
prices: {
|
|
6092
|
-
input_mtok: 0.
|
|
6093
|
-
output_mtok: 0.
|
|
6227
|
+
input_mtok: 0.13,
|
|
6228
|
+
output_mtok: 0.85
|
|
6094
6229
|
}
|
|
6095
6230
|
},
|
|
6096
6231
|
{
|
|
@@ -6108,8 +6243,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6108
6243
|
},
|
|
6109
6244
|
context_window: 65536,
|
|
6110
6245
|
prices: {
|
|
6111
|
-
input_mtok: 0.
|
|
6112
|
-
output_mtok: 1.
|
|
6246
|
+
input_mtok: 0.6,
|
|
6247
|
+
output_mtok: 1.8
|
|
6113
6248
|
}
|
|
6114
6249
|
},
|
|
6115
6250
|
{
|
|
@@ -6127,8 +6262,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6127
6262
|
},
|
|
6128
6263
|
context_window: 204800,
|
|
6129
6264
|
prices: {
|
|
6130
|
-
input_mtok: 0.
|
|
6131
|
-
output_mtok:
|
|
6265
|
+
input_mtok: 0.55,
|
|
6266
|
+
output_mtok: 2.2
|
|
6132
6267
|
}
|
|
6133
6268
|
},
|
|
6134
6269
|
{
|
|
@@ -6149,6 +6284,63 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6149
6284
|
input_mtok: 0.3,
|
|
6150
6285
|
output_mtok: 0.9
|
|
6151
6286
|
}
|
|
6287
|
+
},
|
|
6288
|
+
{
|
|
6289
|
+
id: "zai-org/GLM-4.7",
|
|
6290
|
+
name: "GLM-4.7",
|
|
6291
|
+
match: {
|
|
6292
|
+
or: [
|
|
6293
|
+
{
|
|
6294
|
+
equals: "zai-org/glm-4.7"
|
|
6295
|
+
},
|
|
6296
|
+
{
|
|
6297
|
+
equals: "zai-org/glm-4.7-fast"
|
|
6298
|
+
}
|
|
6299
|
+
]
|
|
6300
|
+
},
|
|
6301
|
+
context_window: 204800,
|
|
6302
|
+
prices: {
|
|
6303
|
+
input_mtok: 0.6,
|
|
6304
|
+
output_mtok: 2.2
|
|
6305
|
+
}
|
|
6306
|
+
},
|
|
6307
|
+
{
|
|
6308
|
+
id: "zai-org/GLM-4.7-Flash",
|
|
6309
|
+
name: "GLM-4.7-Flash",
|
|
6310
|
+
match: {
|
|
6311
|
+
or: [
|
|
6312
|
+
{
|
|
6313
|
+
equals: "zai-org/glm-4.7-flash"
|
|
6314
|
+
},
|
|
6315
|
+
{
|
|
6316
|
+
equals: "zai-org/glm-4.7-flash-fast"
|
|
6317
|
+
}
|
|
6318
|
+
]
|
|
6319
|
+
},
|
|
6320
|
+
context_window: 2e5,
|
|
6321
|
+
prices: {
|
|
6322
|
+
input_mtok: 0.07,
|
|
6323
|
+
output_mtok: 0.4
|
|
6324
|
+
}
|
|
6325
|
+
},
|
|
6326
|
+
{
|
|
6327
|
+
id: "zai-org/GLM-5",
|
|
6328
|
+
name: "GLM-5",
|
|
6329
|
+
match: {
|
|
6330
|
+
or: [
|
|
6331
|
+
{
|
|
6332
|
+
equals: "zai-org/glm-5"
|
|
6333
|
+
},
|
|
6334
|
+
{
|
|
6335
|
+
equals: "zai-org/glm-5-fast"
|
|
6336
|
+
}
|
|
6337
|
+
]
|
|
6338
|
+
},
|
|
6339
|
+
context_window: 202800,
|
|
6340
|
+
prices: {
|
|
6341
|
+
input_mtok: 1,
|
|
6342
|
+
output_mtok: 3.2
|
|
6343
|
+
}
|
|
6152
6344
|
}
|
|
6153
6345
|
]
|
|
6154
6346
|
},
|
|
@@ -6455,25 +6647,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6455
6647
|
output_mtok: 0.1
|
|
6456
6648
|
}
|
|
6457
6649
|
},
|
|
6458
|
-
{
|
|
6459
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
|
|
6460
|
-
name: "DeepSeek-R1-Distill-Qwen-14B",
|
|
6461
|
-
match: {
|
|
6462
|
-
or: [
|
|
6463
|
-
{
|
|
6464
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b"
|
|
6465
|
-
},
|
|
6466
|
-
{
|
|
6467
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b-fast"
|
|
6468
|
-
}
|
|
6469
|
-
]
|
|
6470
|
-
},
|
|
6471
|
-
context_window: 131072,
|
|
6472
|
-
prices: {
|
|
6473
|
-
input_mtok: 0.2,
|
|
6474
|
-
output_mtok: 0.2
|
|
6475
|
-
}
|
|
6476
|
-
},
|
|
6477
6650
|
{
|
|
6478
6651
|
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
|
6479
6652
|
name: "DeepSeek-R1-Distill-Qwen-32B",
|
|
@@ -6537,36 +6710,74 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6537
6710
|
match: {
|
|
6538
6711
|
or: [
|
|
6539
6712
|
{
|
|
6540
|
-
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
6713
|
+
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
6714
|
+
},
|
|
6715
|
+
{
|
|
6716
|
+
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
6717
|
+
}
|
|
6718
|
+
]
|
|
6719
|
+
},
|
|
6720
|
+
context_window: 131072,
|
|
6721
|
+
prices: {
|
|
6722
|
+
input_mtok: 0.4,
|
|
6723
|
+
output_mtok: 0.4
|
|
6724
|
+
}
|
|
6725
|
+
},
|
|
6726
|
+
{
|
|
6727
|
+
id: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
6728
|
+
name: "Llama-4-Scout-17B-16E-Instruct",
|
|
6729
|
+
match: {
|
|
6730
|
+
or: [
|
|
6731
|
+
{
|
|
6732
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct"
|
|
6733
|
+
},
|
|
6734
|
+
{
|
|
6735
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct-fast"
|
|
6736
|
+
}
|
|
6737
|
+
]
|
|
6738
|
+
},
|
|
6739
|
+
context_window: 89e4,
|
|
6740
|
+
prices: {
|
|
6741
|
+
input_mtok: 0.09,
|
|
6742
|
+
output_mtok: 0.29
|
|
6743
|
+
}
|
|
6744
|
+
},
|
|
6745
|
+
{
|
|
6746
|
+
id: "openai/gpt-oss-120b",
|
|
6747
|
+
name: "gpt-oss-120b",
|
|
6748
|
+
match: {
|
|
6749
|
+
or: [
|
|
6750
|
+
{
|
|
6751
|
+
equals: "openai/gpt-oss-120b"
|
|
6541
6752
|
},
|
|
6542
6753
|
{
|
|
6543
|
-
equals: "
|
|
6754
|
+
equals: "openai/gpt-oss-120b-fast"
|
|
6544
6755
|
}
|
|
6545
6756
|
]
|
|
6546
6757
|
},
|
|
6547
6758
|
context_window: 131072,
|
|
6548
6759
|
prices: {
|
|
6549
|
-
input_mtok: 0.
|
|
6760
|
+
input_mtok: 0.1,
|
|
6550
6761
|
output_mtok: 0.4
|
|
6551
6762
|
}
|
|
6552
6763
|
},
|
|
6553
6764
|
{
|
|
6554
|
-
id: "openai/gpt-oss-
|
|
6555
|
-
name: "gpt-oss-
|
|
6765
|
+
id: "openai/gpt-oss-20b",
|
|
6766
|
+
name: "gpt-oss-20b",
|
|
6556
6767
|
match: {
|
|
6557
6768
|
or: [
|
|
6558
6769
|
{
|
|
6559
|
-
equals: "openai/gpt-oss-
|
|
6770
|
+
equals: "openai/gpt-oss-20b"
|
|
6560
6771
|
},
|
|
6561
6772
|
{
|
|
6562
|
-
equals: "openai/gpt-oss-
|
|
6773
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
6563
6774
|
}
|
|
6564
6775
|
]
|
|
6565
6776
|
},
|
|
6566
6777
|
context_window: 131072,
|
|
6567
6778
|
prices: {
|
|
6568
|
-
input_mtok: 0.
|
|
6569
|
-
output_mtok: 0.
|
|
6779
|
+
input_mtok: 0.05,
|
|
6780
|
+
output_mtok: 0.2
|
|
6570
6781
|
}
|
|
6571
6782
|
}
|
|
6572
6783
|
]
|
|
@@ -6678,25 +6889,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6678
6889
|
output_mtok: 0.26
|
|
6679
6890
|
}
|
|
6680
6891
|
},
|
|
6681
|
-
{
|
|
6682
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
|
6683
|
-
name: "DeepSeek-R1-Distill-Llama-70B",
|
|
6684
|
-
match: {
|
|
6685
|
-
or: [
|
|
6686
|
-
{
|
|
6687
|
-
equals: "deepseek-ai/deepseek-r1-distill-llama-70b"
|
|
6688
|
-
},
|
|
6689
|
-
{
|
|
6690
|
-
equals: "deepseek-ai/deepseek-r1-distill-llama-70b-fast"
|
|
6691
|
-
}
|
|
6692
|
-
]
|
|
6693
|
-
},
|
|
6694
|
-
context_window: 131072,
|
|
6695
|
-
prices: {
|
|
6696
|
-
input_mtok: 0.74,
|
|
6697
|
-
output_mtok: 0.74
|
|
6698
|
-
}
|
|
6699
|
-
},
|
|
6700
6892
|
{
|
|
6701
6893
|
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
6702
6894
|
name: "Llama-3.1-8B-Instruct",
|
|
@@ -6753,6 +6945,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6753
6945
|
input_mtok: 0.09,
|
|
6754
6946
|
output_mtok: 0.47
|
|
6755
6947
|
}
|
|
6948
|
+
},
|
|
6949
|
+
{
|
|
6950
|
+
id: "openai/gpt-oss-20b",
|
|
6951
|
+
name: "gpt-oss-20b",
|
|
6952
|
+
match: {
|
|
6953
|
+
or: [
|
|
6954
|
+
{
|
|
6955
|
+
equals: "openai/gpt-oss-20b"
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
6959
|
+
}
|
|
6960
|
+
]
|
|
6961
|
+
},
|
|
6962
|
+
context_window: 131072,
|
|
6963
|
+
prices: {
|
|
6964
|
+
input_mtok: 0.05,
|
|
6965
|
+
output_mtok: 0.18
|
|
6966
|
+
}
|
|
6756
6967
|
}
|
|
6757
6968
|
]
|
|
6758
6969
|
},
|
|
@@ -6819,7 +7030,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6819
7030
|
}
|
|
6820
7031
|
]
|
|
6821
7032
|
},
|
|
6822
|
-
prices: {
|
|
7033
|
+
prices: {
|
|
7034
|
+
input_mtok: 0.2,
|
|
7035
|
+
output_mtok: 0.4
|
|
7036
|
+
}
|
|
6823
7037
|
},
|
|
6824
7038
|
{
|
|
6825
7039
|
id: "aisingapore/Qwen-SEA-LION-v4-32B-IT",
|
|
@@ -6834,7 +7048,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6834
7048
|
}
|
|
6835
7049
|
]
|
|
6836
7050
|
},
|
|
6837
|
-
prices: {
|
|
7051
|
+
prices: {
|
|
7052
|
+
input_mtok: 0.25,
|
|
7053
|
+
output_mtok: 0.5
|
|
7054
|
+
}
|
|
6838
7055
|
},
|
|
6839
7056
|
{
|
|
6840
7057
|
id: "allenai/Olmo-3-7B-Instruct",
|
|
@@ -6849,22 +7066,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6849
7066
|
}
|
|
6850
7067
|
]
|
|
6851
7068
|
},
|
|
6852
|
-
prices: {
|
|
6853
|
-
|
|
6854
|
-
|
|
6855
|
-
|
|
6856
|
-
name: "Olmo-3-7B-Think",
|
|
6857
|
-
match: {
|
|
6858
|
-
or: [
|
|
6859
|
-
{
|
|
6860
|
-
equals: "allenai/olmo-3-7b-think"
|
|
6861
|
-
},
|
|
6862
|
-
{
|
|
6863
|
-
equals: "allenai/olmo-3-7b-think-fast"
|
|
6864
|
-
}
|
|
6865
|
-
]
|
|
6866
|
-
},
|
|
6867
|
-
prices: {}
|
|
7069
|
+
prices: {
|
|
7070
|
+
input_mtok: 0.1,
|
|
7071
|
+
output_mtok: 0.2
|
|
7072
|
+
}
|
|
6868
7073
|
},
|
|
6869
7074
|
{
|
|
6870
7075
|
id: "allenai/Olmo-3.1-32B-Instruct",
|
|
@@ -6879,22 +7084,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6879
7084
|
}
|
|
6880
7085
|
]
|
|
6881
7086
|
},
|
|
6882
|
-
prices: {
|
|
6883
|
-
|
|
6884
|
-
|
|
6885
|
-
|
|
6886
|
-
name: "Olmo-3.1-32B-Think",
|
|
6887
|
-
match: {
|
|
6888
|
-
or: [
|
|
6889
|
-
{
|
|
6890
|
-
equals: "allenai/olmo-3.1-32b-think"
|
|
6891
|
-
},
|
|
6892
|
-
{
|
|
6893
|
-
equals: "allenai/olmo-3.1-32b-think-fast"
|
|
6894
|
-
}
|
|
6895
|
-
]
|
|
6896
|
-
},
|
|
6897
|
-
prices: {}
|
|
7087
|
+
prices: {
|
|
7088
|
+
input_mtok: 0.2,
|
|
7089
|
+
output_mtok: 0.6
|
|
7090
|
+
}
|
|
6898
7091
|
},
|
|
6899
7092
|
{
|
|
6900
7093
|
id: "dicta-il/DictaLM-3.0-24B-Thinking",
|
|
@@ -6909,7 +7102,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6909
7102
|
}
|
|
6910
7103
|
]
|
|
6911
7104
|
},
|
|
6912
|
-
prices: {
|
|
7105
|
+
prices: {
|
|
7106
|
+
input_mtok: 0.2,
|
|
7107
|
+
output_mtok: 0.4
|
|
7108
|
+
}
|
|
6913
7109
|
},
|
|
6914
7110
|
{
|
|
6915
7111
|
id: "swiss-ai/Apertus-70B-Instruct-2509",
|
|
@@ -6924,7 +7120,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6924
7120
|
}
|
|
6925
7121
|
]
|
|
6926
7122
|
},
|
|
6927
|
-
prices: {
|
|
7123
|
+
prices: {
|
|
7124
|
+
input_mtok: 0.82,
|
|
7125
|
+
output_mtok: 2.92
|
|
7126
|
+
}
|
|
6928
7127
|
},
|
|
6929
7128
|
{
|
|
6930
7129
|
id: "swiss-ai/Apertus-8B-Instruct-2509",
|
|
@@ -6939,7 +7138,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6939
7138
|
}
|
|
6940
7139
|
]
|
|
6941
7140
|
},
|
|
6942
|
-
prices: {
|
|
7141
|
+
prices: {
|
|
7142
|
+
input_mtok: 0.1,
|
|
7143
|
+
output_mtok: 0.2
|
|
7144
|
+
}
|
|
6943
7145
|
},
|
|
6944
7146
|
{
|
|
6945
7147
|
id: "utter-project/EuroLLM-22B-Instruct-2512",
|
|
@@ -6954,7 +7156,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6954
7156
|
}
|
|
6955
7157
|
]
|
|
6956
7158
|
},
|
|
6957
|
-
prices: {
|
|
7159
|
+
prices: {
|
|
7160
|
+
input_mtok: 0.1,
|
|
7161
|
+
output_mtok: 0.2
|
|
7162
|
+
}
|
|
6958
7163
|
}
|
|
6959
7164
|
]
|
|
6960
7165
|
},
|
|
@@ -7231,25 +7436,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7231
7436
|
output_mtok: 0.15
|
|
7232
7437
|
}
|
|
7233
7438
|
},
|
|
7234
|
-
{
|
|
7235
|
-
id: "Qwen/Qwen2.5-72B-Instruct",
|
|
7236
|
-
name: "Qwen2.5-72B-Instruct",
|
|
7237
|
-
match: {
|
|
7238
|
-
or: [
|
|
7239
|
-
{
|
|
7240
|
-
equals: "qwen/qwen2.5-72b-instruct"
|
|
7241
|
-
},
|
|
7242
|
-
{
|
|
7243
|
-
equals: "qwen/qwen2.5-72b-instruct-fast"
|
|
7244
|
-
}
|
|
7245
|
-
]
|
|
7246
|
-
},
|
|
7247
|
-
context_window: 131072,
|
|
7248
|
-
prices: {
|
|
7249
|
-
input_mtok: 1.2,
|
|
7250
|
-
output_mtok: 1.2
|
|
7251
|
-
}
|
|
7252
|
-
},
|
|
7253
7439
|
{
|
|
7254
7440
|
id: "Qwen/Qwen2.5-7B-Instruct",
|
|
7255
7441
|
name: "Qwen2.5-7B-Instruct",
|
|
@@ -7270,22 +7456,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7270
7456
|
}
|
|
7271
7457
|
},
|
|
7272
7458
|
{
|
|
7273
|
-
id: "Qwen/Qwen3-235B-A22B",
|
|
7274
|
-
name: "Qwen3-235B-A22B",
|
|
7459
|
+
id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
7460
|
+
name: "Qwen3-235B-A22B-Instruct-2507",
|
|
7275
7461
|
match: {
|
|
7276
7462
|
or: [
|
|
7277
|
-
{
|
|
7278
|
-
equals: "qwen/qwen3-235b-a22b"
|
|
7279
|
-
},
|
|
7280
|
-
{
|
|
7281
|
-
equals: "qwen/qwen3-235b-a22b-fast"
|
|
7282
|
-
},
|
|
7283
|
-
{
|
|
7284
|
-
equals: "qwen/qwen3-235b-a22b-fp8"
|
|
7285
|
-
},
|
|
7286
|
-
{
|
|
7287
|
-
equals: "qwen/qwen3-235b-a22b-fp8-fast"
|
|
7288
|
-
},
|
|
7289
7463
|
{
|
|
7290
7464
|
equals: "qwen/qwen3-235b-a22b-instruct-2507"
|
|
7291
7465
|
},
|
|
@@ -7294,7 +7468,7 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7294
7468
|
}
|
|
7295
7469
|
]
|
|
7296
7470
|
},
|
|
7297
|
-
context_window:
|
|
7471
|
+
context_window: 262144,
|
|
7298
7472
|
prices: {
|
|
7299
7473
|
input_mtok: 0.2,
|
|
7300
7474
|
output_mtok: 0.6
|
|
@@ -7325,6 +7499,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7325
7499
|
output_mtok: 2
|
|
7326
7500
|
}
|
|
7327
7501
|
},
|
|
7502
|
+
{
|
|
7503
|
+
id: "Qwen/Qwen3-Coder-Next-FP8",
|
|
7504
|
+
name: "Qwen3-Coder-Next-FP8",
|
|
7505
|
+
match: {
|
|
7506
|
+
or: [
|
|
7507
|
+
{
|
|
7508
|
+
equals: "qwen/qwen3-coder-next-fp8"
|
|
7509
|
+
},
|
|
7510
|
+
{
|
|
7511
|
+
equals: "qwen/qwen3-coder-next-fp8-fast"
|
|
7512
|
+
}
|
|
7513
|
+
]
|
|
7514
|
+
},
|
|
7515
|
+
context_window: 262144,
|
|
7516
|
+
prices: {
|
|
7517
|
+
input_mtok: 0.5,
|
|
7518
|
+
output_mtok: 1.2
|
|
7519
|
+
}
|
|
7520
|
+
},
|
|
7328
7521
|
{
|
|
7329
7522
|
id: "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
7330
7523
|
name: "Qwen3-Next-80B-A3B-Instruct",
|
|
@@ -7345,41 +7538,60 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7345
7538
|
}
|
|
7346
7539
|
},
|
|
7347
7540
|
{
|
|
7348
|
-
id: "Qwen/Qwen3-
|
|
7349
|
-
name: "Qwen3-
|
|
7541
|
+
id: "Qwen/Qwen3-VL-8B-Instruct",
|
|
7542
|
+
name: "Qwen3-VL-8B-Instruct",
|
|
7350
7543
|
match: {
|
|
7351
7544
|
or: [
|
|
7352
7545
|
{
|
|
7353
|
-
equals: "qwen/qwen3-
|
|
7546
|
+
equals: "qwen/qwen3-vl-8b-instruct"
|
|
7354
7547
|
},
|
|
7355
7548
|
{
|
|
7356
|
-
equals: "qwen/qwen3-
|
|
7549
|
+
equals: "qwen/qwen3-vl-8b-instruct-fast"
|
|
7357
7550
|
}
|
|
7358
7551
|
]
|
|
7359
7552
|
},
|
|
7360
7553
|
context_window: 262144,
|
|
7361
7554
|
prices: {
|
|
7362
|
-
input_mtok: 0.
|
|
7363
|
-
output_mtok:
|
|
7555
|
+
input_mtok: 0.18000000000000002,
|
|
7556
|
+
output_mtok: 0.68
|
|
7364
7557
|
}
|
|
7365
7558
|
},
|
|
7366
7559
|
{
|
|
7367
|
-
id: "Qwen/Qwen3-
|
|
7368
|
-
name: "Qwen3-
|
|
7560
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
7561
|
+
name: "Qwen3.5-397B-A17B",
|
|
7369
7562
|
match: {
|
|
7370
7563
|
or: [
|
|
7371
7564
|
{
|
|
7372
|
-
equals: "qwen/qwen3-
|
|
7565
|
+
equals: "qwen/qwen3.5-397b-a17b"
|
|
7373
7566
|
},
|
|
7374
7567
|
{
|
|
7375
|
-
equals: "qwen/qwen3-
|
|
7568
|
+
equals: "qwen/qwen3.5-397b-a17b-fast"
|
|
7376
7569
|
}
|
|
7377
7570
|
]
|
|
7378
7571
|
},
|
|
7379
7572
|
context_window: 262144,
|
|
7380
7573
|
prices: {
|
|
7381
|
-
input_mtok: 0.
|
|
7382
|
-
output_mtok:
|
|
7574
|
+
input_mtok: 0.6,
|
|
7575
|
+
output_mtok: 3.6
|
|
7576
|
+
}
|
|
7577
|
+
},
|
|
7578
|
+
{
|
|
7579
|
+
id: "Qwen/Qwen3.5-9B",
|
|
7580
|
+
name: "Qwen3.5-9B",
|
|
7581
|
+
match: {
|
|
7582
|
+
or: [
|
|
7583
|
+
{
|
|
7584
|
+
equals: "qwen/qwen3.5-9b"
|
|
7585
|
+
},
|
|
7586
|
+
{
|
|
7587
|
+
equals: "qwen/qwen3.5-9b-fast"
|
|
7588
|
+
}
|
|
7589
|
+
]
|
|
7590
|
+
},
|
|
7591
|
+
context_window: 262144,
|
|
7592
|
+
prices: {
|
|
7593
|
+
input_mtok: 0.1,
|
|
7594
|
+
output_mtok: 0.15
|
|
7383
7595
|
}
|
|
7384
7596
|
},
|
|
7385
7597
|
{
|
|
@@ -7424,268 +7636,262 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7424
7636
|
}
|
|
7425
7637
|
},
|
|
7426
7638
|
{
|
|
7427
|
-
id: "
|
|
7428
|
-
name: "
|
|
7639
|
+
id: "deepseek-ai/DeepSeek-R1",
|
|
7640
|
+
name: "DeepSeek-R1",
|
|
7429
7641
|
match: {
|
|
7430
7642
|
or: [
|
|
7431
7643
|
{
|
|
7432
|
-
equals: "
|
|
7644
|
+
equals: "deepseek-ai/deepseek-r1"
|
|
7645
|
+
},
|
|
7646
|
+
{
|
|
7647
|
+
equals: "deepseek-ai/deepseek-r1-fast"
|
|
7648
|
+
},
|
|
7649
|
+
{
|
|
7650
|
+
equals: "deepseek-ai/deepseek-r1-0528"
|
|
7433
7651
|
},
|
|
7434
7652
|
{
|
|
7435
|
-
equals: "
|
|
7653
|
+
equals: "deepseek-ai/deepseek-r1-0528-fast"
|
|
7436
7654
|
}
|
|
7437
7655
|
]
|
|
7438
7656
|
},
|
|
7439
|
-
context_window:
|
|
7657
|
+
context_window: 163840,
|
|
7440
7658
|
prices: {
|
|
7441
|
-
input_mtok: 3
|
|
7442
|
-
output_mtok:
|
|
7659
|
+
input_mtok: 3,
|
|
7660
|
+
output_mtok: 7
|
|
7443
7661
|
}
|
|
7444
7662
|
},
|
|
7445
7663
|
{
|
|
7446
|
-
id: "
|
|
7447
|
-
name: "
|
|
7664
|
+
id: "deepseek-ai/DeepSeek-V3",
|
|
7665
|
+
name: "DeepSeek-V3",
|
|
7448
7666
|
match: {
|
|
7449
7667
|
or: [
|
|
7450
7668
|
{
|
|
7451
|
-
equals: "
|
|
7669
|
+
equals: "deepseek-ai/deepseek-v3"
|
|
7670
|
+
},
|
|
7671
|
+
{
|
|
7672
|
+
equals: "deepseek-ai/deepseek-v3-fast"
|
|
7673
|
+
},
|
|
7674
|
+
{
|
|
7675
|
+
equals: "deepseek-ai/deepseek-v3-0324"
|
|
7452
7676
|
},
|
|
7453
7677
|
{
|
|
7454
|
-
equals: "
|
|
7678
|
+
equals: "deepseek-ai/deepseek-v3-0324-fast"
|
|
7455
7679
|
}
|
|
7456
7680
|
]
|
|
7457
7681
|
},
|
|
7458
|
-
context_window:
|
|
7682
|
+
context_window: 131072,
|
|
7459
7683
|
prices: {
|
|
7460
|
-
input_mtok:
|
|
7461
|
-
output_mtok:
|
|
7684
|
+
input_mtok: 1.25,
|
|
7685
|
+
output_mtok: 1.25
|
|
7462
7686
|
}
|
|
7463
7687
|
},
|
|
7464
7688
|
{
|
|
7465
|
-
id: "deepseek-ai/DeepSeek-
|
|
7466
|
-
name: "DeepSeek-
|
|
7689
|
+
id: "deepseek-ai/DeepSeek-V3.1",
|
|
7690
|
+
name: "DeepSeek-V3.1",
|
|
7467
7691
|
match: {
|
|
7468
7692
|
or: [
|
|
7469
7693
|
{
|
|
7470
|
-
equals: "deepseek-ai/deepseek-
|
|
7471
|
-
},
|
|
7472
|
-
{
|
|
7473
|
-
equals: "deepseek-ai/deepseek-r1-fast"
|
|
7474
|
-
},
|
|
7475
|
-
{
|
|
7476
|
-
equals: "deepseek-ai/deepseek-r1-0528"
|
|
7694
|
+
equals: "deepseek-ai/deepseek-v3.1"
|
|
7477
7695
|
},
|
|
7478
7696
|
{
|
|
7479
|
-
equals: "deepseek-ai/deepseek-
|
|
7697
|
+
equals: "deepseek-ai/deepseek-v3.1-fast"
|
|
7480
7698
|
}
|
|
7481
7699
|
]
|
|
7482
7700
|
},
|
|
7483
|
-
context_window:
|
|
7701
|
+
context_window: 131072,
|
|
7484
7702
|
prices: {
|
|
7485
|
-
input_mtok:
|
|
7486
|
-
output_mtok: 7
|
|
7703
|
+
input_mtok: 0.6,
|
|
7704
|
+
output_mtok: 1.7
|
|
7487
7705
|
}
|
|
7488
7706
|
},
|
|
7489
7707
|
{
|
|
7490
|
-
id: "
|
|
7491
|
-
name: "
|
|
7708
|
+
id: "google/gemma-3n-E4B-it",
|
|
7709
|
+
name: "gemma-3n-E4B-it",
|
|
7492
7710
|
match: {
|
|
7493
7711
|
or: [
|
|
7494
7712
|
{
|
|
7495
|
-
equals: "
|
|
7496
|
-
},
|
|
7497
|
-
{
|
|
7498
|
-
equals: "deepseek-ai/deepseek-v3-fast"
|
|
7713
|
+
equals: "google/gemma-3n-e4b-it"
|
|
7499
7714
|
},
|
|
7500
7715
|
{
|
|
7501
|
-
equals: "
|
|
7502
|
-
},
|
|
7503
|
-
{
|
|
7504
|
-
equals: "deepseek-ai/deepseek-v3-0324-fast"
|
|
7716
|
+
equals: "google/gemma-3n-e4b-it-fast"
|
|
7505
7717
|
}
|
|
7506
7718
|
]
|
|
7507
7719
|
},
|
|
7508
|
-
context_window:
|
|
7720
|
+
context_window: 32768,
|
|
7509
7721
|
prices: {
|
|
7510
|
-
input_mtok:
|
|
7511
|
-
output_mtok:
|
|
7722
|
+
input_mtok: 0.02,
|
|
7723
|
+
output_mtok: 0.04
|
|
7512
7724
|
}
|
|
7513
7725
|
},
|
|
7514
7726
|
{
|
|
7515
|
-
id: "
|
|
7516
|
-
name: "
|
|
7727
|
+
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
7728
|
+
name: "Llama-3.3-70B-Instruct",
|
|
7517
7729
|
match: {
|
|
7518
7730
|
or: [
|
|
7519
7731
|
{
|
|
7520
|
-
equals: "
|
|
7732
|
+
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
7521
7733
|
},
|
|
7522
7734
|
{
|
|
7523
|
-
equals: "
|
|
7735
|
+
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
7524
7736
|
}
|
|
7525
7737
|
]
|
|
7526
7738
|
},
|
|
7527
7739
|
context_window: 131072,
|
|
7528
7740
|
prices: {
|
|
7529
|
-
input_mtok: 0.
|
|
7530
|
-
output_mtok:
|
|
7741
|
+
input_mtok: 0.88,
|
|
7742
|
+
output_mtok: 0.88
|
|
7531
7743
|
}
|
|
7532
7744
|
},
|
|
7533
7745
|
{
|
|
7534
|
-
id: "
|
|
7535
|
-
name: "
|
|
7746
|
+
id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
7747
|
+
name: "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
7536
7748
|
match: {
|
|
7537
7749
|
or: [
|
|
7538
7750
|
{
|
|
7539
|
-
equals: "
|
|
7751
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8"
|
|
7540
7752
|
},
|
|
7541
7753
|
{
|
|
7542
|
-
equals: "
|
|
7754
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8-fast"
|
|
7543
7755
|
}
|
|
7544
7756
|
]
|
|
7545
7757
|
},
|
|
7546
|
-
context_window:
|
|
7758
|
+
context_window: 1048576,
|
|
7547
7759
|
prices: {
|
|
7548
|
-
input_mtok: 0.
|
|
7549
|
-
output_mtok: 0.
|
|
7760
|
+
input_mtok: 0.27,
|
|
7761
|
+
output_mtok: 0.85
|
|
7550
7762
|
}
|
|
7551
7763
|
},
|
|
7552
7764
|
{
|
|
7553
|
-
id: "
|
|
7554
|
-
name: "
|
|
7765
|
+
id: "moonshotai/Kimi-K2.5",
|
|
7766
|
+
name: "Kimi-K2.5",
|
|
7555
7767
|
match: {
|
|
7556
7768
|
or: [
|
|
7557
7769
|
{
|
|
7558
|
-
equals: "
|
|
7770
|
+
equals: "moonshotai/kimi-k2.5"
|
|
7559
7771
|
},
|
|
7560
7772
|
{
|
|
7561
|
-
equals: "
|
|
7773
|
+
equals: "moonshotai/kimi-k2.5-fast"
|
|
7562
7774
|
}
|
|
7563
7775
|
]
|
|
7564
7776
|
},
|
|
7565
|
-
context_window:
|
|
7777
|
+
context_window: 262144,
|
|
7566
7778
|
prices: {
|
|
7567
|
-
input_mtok: 0.
|
|
7568
|
-
output_mtok:
|
|
7779
|
+
input_mtok: 0.5,
|
|
7780
|
+
output_mtok: 2.8
|
|
7569
7781
|
}
|
|
7570
7782
|
},
|
|
7571
7783
|
{
|
|
7572
|
-
id: "
|
|
7573
|
-
name: "
|
|
7784
|
+
id: "openai/gpt-oss-120b",
|
|
7785
|
+
name: "gpt-oss-120b",
|
|
7574
7786
|
match: {
|
|
7575
7787
|
or: [
|
|
7576
7788
|
{
|
|
7577
|
-
equals: "
|
|
7789
|
+
equals: "openai/gpt-oss-120b"
|
|
7578
7790
|
},
|
|
7579
7791
|
{
|
|
7580
|
-
equals: "
|
|
7792
|
+
equals: "openai/gpt-oss-120b-fast"
|
|
7581
7793
|
}
|
|
7582
7794
|
]
|
|
7583
7795
|
},
|
|
7584
7796
|
context_window: 131072,
|
|
7585
7797
|
prices: {
|
|
7586
|
-
input_mtok: 0.
|
|
7587
|
-
output_mtok: 0.
|
|
7798
|
+
input_mtok: 0.15,
|
|
7799
|
+
output_mtok: 0.6
|
|
7588
7800
|
}
|
|
7589
7801
|
},
|
|
7590
7802
|
{
|
|
7591
|
-
id: "
|
|
7592
|
-
name: "
|
|
7803
|
+
id: "openai/gpt-oss-20b",
|
|
7804
|
+
name: "gpt-oss-20b",
|
|
7593
7805
|
match: {
|
|
7594
7806
|
or: [
|
|
7595
7807
|
{
|
|
7596
|
-
equals: "
|
|
7808
|
+
equals: "openai/gpt-oss-20b"
|
|
7597
7809
|
},
|
|
7598
7810
|
{
|
|
7599
|
-
equals: "
|
|
7811
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
7600
7812
|
}
|
|
7601
7813
|
]
|
|
7602
7814
|
},
|
|
7603
|
-
context_window:
|
|
7815
|
+
context_window: 131072,
|
|
7604
7816
|
prices: {
|
|
7605
|
-
input_mtok: 0.
|
|
7606
|
-
output_mtok: 0.
|
|
7817
|
+
input_mtok: 0.05,
|
|
7818
|
+
output_mtok: 0.2
|
|
7607
7819
|
}
|
|
7608
7820
|
},
|
|
7609
7821
|
{
|
|
7610
|
-
id: "
|
|
7611
|
-
name: "
|
|
7822
|
+
id: "zai-org/GLM-4.5-Air-FP8",
|
|
7823
|
+
name: "GLM-4.5-Air-FP8",
|
|
7612
7824
|
match: {
|
|
7613
7825
|
or: [
|
|
7614
7826
|
{
|
|
7615
|
-
equals: "
|
|
7616
|
-
},
|
|
7617
|
-
{
|
|
7618
|
-
equals: "moonshotai/kimi-k2-instruct-fast"
|
|
7619
|
-
},
|
|
7620
|
-
{
|
|
7621
|
-
equals: "moonshotai/kimi-k2-instruct-0905"
|
|
7827
|
+
equals: "zai-org/glm-4.5-air-fp8"
|
|
7622
7828
|
},
|
|
7623
7829
|
{
|
|
7624
|
-
equals: "
|
|
7830
|
+
equals: "zai-org/glm-4.5-air-fp8-fast"
|
|
7625
7831
|
}
|
|
7626
7832
|
]
|
|
7627
7833
|
},
|
|
7628
7834
|
context_window: 131072,
|
|
7629
7835
|
prices: {
|
|
7630
|
-
input_mtok:
|
|
7631
|
-
output_mtok:
|
|
7836
|
+
input_mtok: 0.2,
|
|
7837
|
+
output_mtok: 1.1
|
|
7632
7838
|
}
|
|
7633
7839
|
},
|
|
7634
7840
|
{
|
|
7635
|
-
id: "
|
|
7636
|
-
name: "
|
|
7841
|
+
id: "zai-org/GLM-4.6",
|
|
7842
|
+
name: "GLM-4.6",
|
|
7637
7843
|
match: {
|
|
7638
7844
|
or: [
|
|
7639
7845
|
{
|
|
7640
|
-
equals: "
|
|
7846
|
+
equals: "zai-org/glm-4.6"
|
|
7641
7847
|
},
|
|
7642
7848
|
{
|
|
7643
|
-
equals: "
|
|
7849
|
+
equals: "zai-org/glm-4.6-fast"
|
|
7644
7850
|
}
|
|
7645
7851
|
]
|
|
7646
7852
|
},
|
|
7647
|
-
context_window:
|
|
7853
|
+
context_window: 202752,
|
|
7648
7854
|
prices: {
|
|
7649
|
-
input_mtok:
|
|
7650
|
-
output_mtok:
|
|
7855
|
+
input_mtok: 0.6,
|
|
7856
|
+
output_mtok: 2.2
|
|
7651
7857
|
}
|
|
7652
7858
|
},
|
|
7653
7859
|
{
|
|
7654
|
-
id: "
|
|
7655
|
-
name: "
|
|
7860
|
+
id: "zai-org/GLM-4.7-FP8",
|
|
7861
|
+
name: "GLM-4.7-FP8",
|
|
7656
7862
|
match: {
|
|
7657
7863
|
or: [
|
|
7658
7864
|
{
|
|
7659
|
-
equals: "
|
|
7865
|
+
equals: "zai-org/glm-4.7-fp8"
|
|
7660
7866
|
},
|
|
7661
7867
|
{
|
|
7662
|
-
equals: "
|
|
7868
|
+
equals: "zai-org/glm-4.7-fp8-fast"
|
|
7663
7869
|
}
|
|
7664
7870
|
]
|
|
7665
7871
|
},
|
|
7666
|
-
context_window:
|
|
7872
|
+
context_window: 202752,
|
|
7667
7873
|
prices: {
|
|
7668
|
-
input_mtok: 0.
|
|
7669
|
-
output_mtok:
|
|
7874
|
+
input_mtok: 0.45,
|
|
7875
|
+
output_mtok: 2
|
|
7670
7876
|
}
|
|
7671
7877
|
},
|
|
7672
7878
|
{
|
|
7673
|
-
id: "zai-org/GLM-
|
|
7674
|
-
name: "GLM-
|
|
7879
|
+
id: "zai-org/GLM-5",
|
|
7880
|
+
name: "GLM-5",
|
|
7675
7881
|
match: {
|
|
7676
7882
|
or: [
|
|
7677
7883
|
{
|
|
7678
|
-
equals: "zai-org/glm-
|
|
7884
|
+
equals: "zai-org/glm-5"
|
|
7679
7885
|
},
|
|
7680
7886
|
{
|
|
7681
|
-
equals: "zai-org/glm-
|
|
7887
|
+
equals: "zai-org/glm-5-fast"
|
|
7682
7888
|
}
|
|
7683
7889
|
]
|
|
7684
7890
|
},
|
|
7685
|
-
context_window:
|
|
7891
|
+
context_window: 202752,
|
|
7686
7892
|
prices: {
|
|
7687
|
-
input_mtok:
|
|
7688
|
-
output_mtok:
|
|
7893
|
+
input_mtok: 1,
|
|
7894
|
+
output_mtok: 3.2
|
|
7689
7895
|
}
|
|
7690
7896
|
}
|
|
7691
7897
|
]
|
|
@@ -7973,74 +8179,260 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7973
8179
|
deprecated: !0
|
|
7974
8180
|
},
|
|
7975
8181
|
{
|
|
7976
|
-
id: "mixtral-8x22b-instruct",
|
|
7977
|
-
name: "Mixtral 8x22B Instruct",
|
|
7978
|
-
description: `Mistral's official instruct fine-tuned version of Mixtral 8x22B. It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include:
|
|
7979
|
-
- strong math, coding, and reasoning
|
|
7980
|
-
- large context length (64k)
|
|
7981
|
-
- fluency in English, French, Italian, German, and Spanish`,
|
|
8182
|
+
id: "mixtral-8x22b-instruct",
|
|
8183
|
+
name: "Mixtral 8x22B Instruct",
|
|
8184
|
+
description: `Mistral's official instruct fine-tuned version of Mixtral 8x22B. It uses 39B active parameters out of 141B, offering unparalleled cost efficiency for its size. Its strengths include:
|
|
8185
|
+
- strong math, coding, and reasoning
|
|
8186
|
+
- large context length (64k)
|
|
8187
|
+
- fluency in English, French, Italian, German, and Spanish`,
|
|
8188
|
+
match: {
|
|
8189
|
+
equals: "mixtral-8x22b-instruct"
|
|
8190
|
+
},
|
|
8191
|
+
prices: {
|
|
8192
|
+
input_mtok: 0.9,
|
|
8193
|
+
output_mtok: 0.9
|
|
8194
|
+
}
|
|
8195
|
+
},
|
|
8196
|
+
{
|
|
8197
|
+
id: "mixtral-8x7b",
|
|
8198
|
+
name: "Mixtral 8x7B",
|
|
8199
|
+
match: {
|
|
8200
|
+
or: [
|
|
8201
|
+
{
|
|
8202
|
+
starts_with: "mixtral-8x7b"
|
|
8203
|
+
},
|
|
8204
|
+
{
|
|
8205
|
+
equals: "open-mixtral-8x7b"
|
|
8206
|
+
}
|
|
8207
|
+
]
|
|
8208
|
+
},
|
|
8209
|
+
prices: {
|
|
8210
|
+
input_mtok: 0.7,
|
|
8211
|
+
output_mtok: 0.7
|
|
8212
|
+
}
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
id: "pixtral-12b",
|
|
8216
|
+
name: "Pixtral 12B",
|
|
8217
|
+
description: "The first multi-modal, text+image-to-text model from Mistral AI. Its weights were launched via torrent: https://x.com/mistralai/status/1833758285167722836.",
|
|
8218
|
+
match: {
|
|
8219
|
+
or: [
|
|
8220
|
+
{
|
|
8221
|
+
equals: "pixtral-12b"
|
|
8222
|
+
},
|
|
8223
|
+
{
|
|
8224
|
+
equals: "pixtral-12b-latest"
|
|
8225
|
+
}
|
|
8226
|
+
]
|
|
8227
|
+
},
|
|
8228
|
+
prices: {
|
|
8229
|
+
input_mtok: 0.15,
|
|
8230
|
+
output_mtok: 0.15
|
|
8231
|
+
}
|
|
8232
|
+
},
|
|
8233
|
+
{
|
|
8234
|
+
id: "pixtral-large",
|
|
8235
|
+
name: "Pixtral Large 2411",
|
|
8236
|
+
description: "Pixtral Large is a 124B parameter, open-weight, multimodal model built on top of Mistral Large 2. The model is able to understand documents, charts and natural images.",
|
|
8237
|
+
match: {
|
|
8238
|
+
or: [
|
|
8239
|
+
{
|
|
8240
|
+
equals: "pixtral-large-latest"
|
|
8241
|
+
},
|
|
8242
|
+
{
|
|
8243
|
+
equals: "pixtral-large-2411"
|
|
8244
|
+
}
|
|
8245
|
+
]
|
|
8246
|
+
},
|
|
8247
|
+
prices: {
|
|
8248
|
+
input_mtok: 2,
|
|
8249
|
+
output_mtok: 6
|
|
8250
|
+
}
|
|
8251
|
+
}
|
|
8252
|
+
]
|
|
8253
|
+
},
|
|
8254
|
+
{
|
|
8255
|
+
id: "moonshotai",
|
|
8256
|
+
name: "MoonshotAi",
|
|
8257
|
+
pricing_urls: ["https://platform.moonshot.ai/docs/pricing/chat#product-pricing"],
|
|
8258
|
+
api_pattern: "https://api\\.moonshot\\.",
|
|
8259
|
+
model_match: {
|
|
8260
|
+
or: [
|
|
8261
|
+
{
|
|
8262
|
+
starts_with: "kimi"
|
|
8263
|
+
},
|
|
8264
|
+
{
|
|
8265
|
+
starts_with: "moonshot"
|
|
8266
|
+
}
|
|
8267
|
+
]
|
|
8268
|
+
},
|
|
8269
|
+
provider_match: {
|
|
8270
|
+
contains: "moonshot"
|
|
8271
|
+
},
|
|
8272
|
+
extractors: [
|
|
8273
|
+
{
|
|
8274
|
+
api_flavor: "chat",
|
|
8275
|
+
root: "usage",
|
|
8276
|
+
model_path: "model",
|
|
8277
|
+
mappings: [
|
|
8278
|
+
{
|
|
8279
|
+
path: "prompt_tokens",
|
|
8280
|
+
dest: "input_tokens",
|
|
8281
|
+
required: !0
|
|
8282
|
+
},
|
|
8283
|
+
{
|
|
8284
|
+
path: ["prompt_tokens_details", "cached_tokens"],
|
|
8285
|
+
dest: "cache_read_tokens",
|
|
8286
|
+
required: !1
|
|
8287
|
+
},
|
|
8288
|
+
{
|
|
8289
|
+
path: "completion_tokens",
|
|
8290
|
+
dest: "output_tokens",
|
|
8291
|
+
required: !0
|
|
8292
|
+
}
|
|
8293
|
+
]
|
|
8294
|
+
}
|
|
8295
|
+
],
|
|
8296
|
+
models: [
|
|
8297
|
+
{
|
|
8298
|
+
id: "kimi-k2-0711-preview",
|
|
8299
|
+
name: "Kimi K2 0711 Preview",
|
|
8300
|
+
description: "MoE foundation model with exceptional coding and agent capabilities, featuring 1 trillion total parameters and 32 billion activated parameters.",
|
|
8301
|
+
match: {
|
|
8302
|
+
equals: "kimi-k2-0711-preview"
|
|
8303
|
+
},
|
|
8304
|
+
context_window: 131072,
|
|
8305
|
+
prices: {
|
|
8306
|
+
input_mtok: 0.6,
|
|
8307
|
+
cache_read_mtok: 0.15,
|
|
8308
|
+
output_mtok: 2.5
|
|
8309
|
+
}
|
|
8310
|
+
},
|
|
8311
|
+
{
|
|
8312
|
+
id: "kimi-k2-0905-preview",
|
|
8313
|
+
name: "Kimi K2 0905 Preview",
|
|
8314
|
+
description: "Based on kimi-k2-0711-preview, with enhanced agentic coding abilities, improved frontend code quality and practicality, and better context understanding. MoE foundation model with 1 trillion total parameters and 32 billion activated parameters.",
|
|
8315
|
+
match: {
|
|
8316
|
+
equals: "kimi-k2-0905-preview"
|
|
8317
|
+
},
|
|
8318
|
+
context_window: 262144,
|
|
8319
|
+
prices: {
|
|
8320
|
+
input_mtok: 0.6,
|
|
8321
|
+
cache_read_mtok: 0.15,
|
|
8322
|
+
output_mtok: 2.5
|
|
8323
|
+
}
|
|
8324
|
+
},
|
|
8325
|
+
{
|
|
8326
|
+
id: "kimi-k2-thinking",
|
|
8327
|
+
name: "Kimi K2 Thinking",
|
|
8328
|
+
description: "A thinking model with general agentic and reasoning capabilities, specializing in deep reasoning tasks.",
|
|
8329
|
+
match: {
|
|
8330
|
+
equals: "kimi-k2-thinking"
|
|
8331
|
+
},
|
|
8332
|
+
context_window: 262144,
|
|
8333
|
+
prices: {
|
|
8334
|
+
input_mtok: 0.6,
|
|
8335
|
+
cache_read_mtok: 0.15,
|
|
8336
|
+
output_mtok: 2.5
|
|
8337
|
+
}
|
|
8338
|
+
},
|
|
8339
|
+
{
|
|
8340
|
+
id: "kimi-k2-thinking-turbo",
|
|
8341
|
+
name: "Kimi K2 Thinking Turbo",
|
|
8342
|
+
description: "High-speed version of kimi-k2-thinking, suitable for scenarios requiring both deep reasoning and extremely fast responses.",
|
|
8343
|
+
match: {
|
|
8344
|
+
equals: "kimi-k2-thinking-turbo"
|
|
8345
|
+
},
|
|
8346
|
+
context_window: 262144,
|
|
8347
|
+
prices: {
|
|
8348
|
+
input_mtok: 1.15,
|
|
8349
|
+
cache_read_mtok: 0.15,
|
|
8350
|
+
output_mtok: 8
|
|
8351
|
+
}
|
|
8352
|
+
},
|
|
8353
|
+
{
|
|
8354
|
+
id: "kimi-k2-turbo-preview",
|
|
8355
|
+
name: "Kimi K2 Turbo Preview",
|
|
8356
|
+
description: "High-speed version of kimi-k2, always aligned with the latest kimi-k2. Same model parameters as kimi-k2, output speed up to 60 tokens/sec (max 100 tokens/sec).",
|
|
8357
|
+
match: {
|
|
8358
|
+
starts_with: "kimi-k2-turbo"
|
|
8359
|
+
},
|
|
8360
|
+
context_window: 262144,
|
|
8361
|
+
prices: {
|
|
8362
|
+
input_mtok: 1.15,
|
|
8363
|
+
cache_read_mtok: 0.15,
|
|
8364
|
+
output_mtok: 8
|
|
8365
|
+
}
|
|
8366
|
+
},
|
|
8367
|
+
{
|
|
8368
|
+
id: "kimi-k2.5",
|
|
8369
|
+
name: "Kimi K2.5",
|
|
8370
|
+
description: "Kimi's most versatile model featuring a native multimodal architecture that supports both visual and text input, thinking and non-thinking modes, and dialogue and agent tasks. Supports automatic context caching, ToolCalls, JSON Mode, Partial Mode, and internet search.",
|
|
7982
8371
|
match: {
|
|
7983
|
-
|
|
8372
|
+
starts_with: "kimi-k2.5"
|
|
7984
8373
|
},
|
|
8374
|
+
context_window: 262144,
|
|
7985
8375
|
prices: {
|
|
7986
|
-
input_mtok: 0.
|
|
7987
|
-
|
|
8376
|
+
input_mtok: 0.6,
|
|
8377
|
+
cache_read_mtok: 0.1,
|
|
8378
|
+
output_mtok: 3
|
|
7988
8379
|
}
|
|
7989
8380
|
},
|
|
7990
8381
|
{
|
|
7991
|
-
id: "
|
|
7992
|
-
name: "
|
|
8382
|
+
id: "moonshot-v1-128k",
|
|
8383
|
+
name: "Moonshot V1 128K",
|
|
7993
8384
|
match: {
|
|
7994
8385
|
or: [
|
|
7995
8386
|
{
|
|
7996
|
-
|
|
8387
|
+
equals: "moonshot-v1-128k"
|
|
7997
8388
|
},
|
|
7998
8389
|
{
|
|
7999
|
-
equals: "
|
|
8390
|
+
equals: "moonshot-v1-128k-vision-preview"
|
|
8000
8391
|
}
|
|
8001
8392
|
]
|
|
8002
8393
|
},
|
|
8394
|
+
context_window: 131072,
|
|
8003
8395
|
prices: {
|
|
8004
|
-
input_mtok:
|
|
8005
|
-
output_mtok:
|
|
8396
|
+
input_mtok: 2,
|
|
8397
|
+
output_mtok: 5
|
|
8006
8398
|
}
|
|
8007
8399
|
},
|
|
8008
8400
|
{
|
|
8009
|
-
id: "
|
|
8010
|
-
name: "
|
|
8011
|
-
description: "The first multi-modal, text+image-to-text model from Mistral AI. Its weights were launched via torrent: https://x.com/mistralai/status/1833758285167722836.",
|
|
8401
|
+
id: "moonshot-v1-32k",
|
|
8402
|
+
name: "Moonshot V1 32K",
|
|
8012
8403
|
match: {
|
|
8013
8404
|
or: [
|
|
8014
8405
|
{
|
|
8015
|
-
equals: "
|
|
8406
|
+
equals: "moonshot-v1-32k"
|
|
8016
8407
|
},
|
|
8017
8408
|
{
|
|
8018
|
-
equals: "
|
|
8409
|
+
equals: "moonshot-v1-32k-vision-preview"
|
|
8019
8410
|
}
|
|
8020
8411
|
]
|
|
8021
8412
|
},
|
|
8413
|
+
context_window: 32768,
|
|
8022
8414
|
prices: {
|
|
8023
|
-
input_mtok:
|
|
8024
|
-
output_mtok:
|
|
8415
|
+
input_mtok: 1,
|
|
8416
|
+
output_mtok: 3
|
|
8025
8417
|
}
|
|
8026
8418
|
},
|
|
8027
8419
|
{
|
|
8028
|
-
id: "
|
|
8029
|
-
name: "
|
|
8030
|
-
description: "Pixtral Large is a 124B parameter, open-weight, multimodal model built on top of Mistral Large 2. The model is able to understand documents, charts and natural images.",
|
|
8420
|
+
id: "moonshot-v1-8k",
|
|
8421
|
+
name: "Moonshot V1 8K",
|
|
8031
8422
|
match: {
|
|
8032
8423
|
or: [
|
|
8033
8424
|
{
|
|
8034
|
-
equals: "
|
|
8425
|
+
equals: "moonshot-v1-8k"
|
|
8035
8426
|
},
|
|
8036
8427
|
{
|
|
8037
|
-
equals: "
|
|
8428
|
+
equals: "moonshot-v1-8k-vision-preview"
|
|
8038
8429
|
}
|
|
8039
8430
|
]
|
|
8040
8431
|
},
|
|
8432
|
+
context_window: 8192,
|
|
8041
8433
|
prices: {
|
|
8042
|
-
input_mtok: 2,
|
|
8043
|
-
output_mtok:
|
|
8434
|
+
input_mtok: 0.2,
|
|
8435
|
+
output_mtok: 2
|
|
8044
8436
|
}
|
|
8045
8437
|
}
|
|
8046
8438
|
]
|
|
@@ -9361,6 +9753,174 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
9361
9753
|
output_mtok: 168
|
|
9362
9754
|
}
|
|
9363
9755
|
},
|
|
9756
|
+
{
|
|
9757
|
+
id: "gpt-5.3-codex",
|
|
9758
|
+
name: "GPT-5.3-Codex",
|
|
9759
|
+
description: "The most capable agentic coding model",
|
|
9760
|
+
match: {
|
|
9761
|
+
or: [
|
|
9762
|
+
{
|
|
9763
|
+
equals: "gpt-5.3-codex"
|
|
9764
|
+
},
|
|
9765
|
+
{
|
|
9766
|
+
equals: "gpt-5-3-codex"
|
|
9767
|
+
}
|
|
9768
|
+
]
|
|
9769
|
+
},
|
|
9770
|
+
context_window: 4e5,
|
|
9771
|
+
prices: {
|
|
9772
|
+
input_mtok: 1.75,
|
|
9773
|
+
cache_read_mtok: 0.175,
|
|
9774
|
+
output_mtok: 14
|
|
9775
|
+
}
|
|
9776
|
+
},
|
|
9777
|
+
{
|
|
9778
|
+
id: "gpt-5.4",
|
|
9779
|
+
name: "GPT-5.4",
|
|
9780
|
+
description: "OpenAI's most capable model with a 1.05M token context window.",
|
|
9781
|
+
match: {
|
|
9782
|
+
or: [
|
|
9783
|
+
{
|
|
9784
|
+
equals: "gpt-5.4"
|
|
9785
|
+
},
|
|
9786
|
+
{
|
|
9787
|
+
equals: "gpt-5.4-2026-03-05"
|
|
9788
|
+
},
|
|
9789
|
+
{
|
|
9790
|
+
equals: "gpt-5-4"
|
|
9791
|
+
},
|
|
9792
|
+
{
|
|
9793
|
+
equals: "gpt-5-4-2026-03-05"
|
|
9794
|
+
}
|
|
9795
|
+
]
|
|
9796
|
+
},
|
|
9797
|
+
context_window: 105e4,
|
|
9798
|
+
prices: {
|
|
9799
|
+
input_mtok: {
|
|
9800
|
+
base: 2.5,
|
|
9801
|
+
tiers: [
|
|
9802
|
+
{
|
|
9803
|
+
start: 272e3,
|
|
9804
|
+
price: 5
|
|
9805
|
+
}
|
|
9806
|
+
]
|
|
9807
|
+
},
|
|
9808
|
+
cache_read_mtok: {
|
|
9809
|
+
base: 0.25,
|
|
9810
|
+
tiers: [
|
|
9811
|
+
{
|
|
9812
|
+
start: 272e3,
|
|
9813
|
+
price: 0.5
|
|
9814
|
+
}
|
|
9815
|
+
]
|
|
9816
|
+
},
|
|
9817
|
+
output_mtok: {
|
|
9818
|
+
base: 15,
|
|
9819
|
+
tiers: [
|
|
9820
|
+
{
|
|
9821
|
+
start: 272e3,
|
|
9822
|
+
price: 22.5
|
|
9823
|
+
}
|
|
9824
|
+
]
|
|
9825
|
+
}
|
|
9826
|
+
}
|
|
9827
|
+
},
|
|
9828
|
+
{
|
|
9829
|
+
id: "gpt-5.4-mini",
|
|
9830
|
+
name: "GPT-5.4 mini",
|
|
9831
|
+
description: "Our strongest mini model yet for coding, computer use, and subagents.",
|
|
9832
|
+
match: {
|
|
9833
|
+
or: [
|
|
9834
|
+
{
|
|
9835
|
+
equals: "gpt-5.4-mini"
|
|
9836
|
+
},
|
|
9837
|
+
{
|
|
9838
|
+
equals: "gpt-5.4-mini-2026-03-17"
|
|
9839
|
+
},
|
|
9840
|
+
{
|
|
9841
|
+
equals: "gpt-5-4-mini"
|
|
9842
|
+
},
|
|
9843
|
+
{
|
|
9844
|
+
equals: "gpt-5-4-mini-2026-03-17"
|
|
9845
|
+
}
|
|
9846
|
+
]
|
|
9847
|
+
},
|
|
9848
|
+
context_window: 4e5,
|
|
9849
|
+
prices: {
|
|
9850
|
+
input_mtok: 0.75,
|
|
9851
|
+
cache_read_mtok: 0.075,
|
|
9852
|
+
output_mtok: 4.5
|
|
9853
|
+
}
|
|
9854
|
+
},
|
|
9855
|
+
{
|
|
9856
|
+
id: "gpt-5.4-nano",
|
|
9857
|
+
name: "GPT-5.4 nano",
|
|
9858
|
+
description: "Our cheapest GPT-5.4-class model for simple high-volume tasks.",
|
|
9859
|
+
match: {
|
|
9860
|
+
or: [
|
|
9861
|
+
{
|
|
9862
|
+
equals: "gpt-5.4-nano"
|
|
9863
|
+
},
|
|
9864
|
+
{
|
|
9865
|
+
equals: "gpt-5.4-nano-2026-03-17"
|
|
9866
|
+
},
|
|
9867
|
+
{
|
|
9868
|
+
equals: "gpt-5-4-nano"
|
|
9869
|
+
},
|
|
9870
|
+
{
|
|
9871
|
+
equals: "gpt-5-4-nano-2026-03-17"
|
|
9872
|
+
}
|
|
9873
|
+
]
|
|
9874
|
+
},
|
|
9875
|
+
context_window: 4e5,
|
|
9876
|
+
prices: {
|
|
9877
|
+
input_mtok: 0.2,
|
|
9878
|
+
cache_read_mtok: 0.02,
|
|
9879
|
+
output_mtok: 1.25
|
|
9880
|
+
}
|
|
9881
|
+
},
|
|
9882
|
+
{
|
|
9883
|
+
id: "gpt-5.4-pro",
|
|
9884
|
+
name: "GPT-5.4 Pro",
|
|
9885
|
+
description: "Version of GPT-5.4 that produces smarter and more precise responses.",
|
|
9886
|
+
match: {
|
|
9887
|
+
or: [
|
|
9888
|
+
{
|
|
9889
|
+
equals: "gpt-5.4-pro"
|
|
9890
|
+
},
|
|
9891
|
+
{
|
|
9892
|
+
equals: "gpt-5.4-pro-2026-03-05"
|
|
9893
|
+
},
|
|
9894
|
+
{
|
|
9895
|
+
equals: "gpt-5-4-pro"
|
|
9896
|
+
},
|
|
9897
|
+
{
|
|
9898
|
+
equals: "gpt-5-4-pro-2026-03-05"
|
|
9899
|
+
}
|
|
9900
|
+
]
|
|
9901
|
+
},
|
|
9902
|
+
context_window: 105e4,
|
|
9903
|
+
prices: {
|
|
9904
|
+
input_mtok: {
|
|
9905
|
+
base: 30,
|
|
9906
|
+
tiers: [
|
|
9907
|
+
{
|
|
9908
|
+
start: 272e3,
|
|
9909
|
+
price: 60
|
|
9910
|
+
}
|
|
9911
|
+
]
|
|
9912
|
+
},
|
|
9913
|
+
output_mtok: {
|
|
9914
|
+
base: 180,
|
|
9915
|
+
tiers: [
|
|
9916
|
+
{
|
|
9917
|
+
start: 272e3,
|
|
9918
|
+
price: 270
|
|
9919
|
+
}
|
|
9920
|
+
]
|
|
9921
|
+
}
|
|
9922
|
+
}
|
|
9923
|
+
},
|
|
9364
9924
|
{
|
|
9365
9925
|
id: "gpt-realtime",
|
|
9366
9926
|
match: {
|
|
@@ -10207,6 +10767,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
10207
10767
|
}
|
|
10208
10768
|
}
|
|
10209
10769
|
},
|
|
10770
|
+
{
|
|
10771
|
+
id: "anthropic/claude-sonnet-4.6",
|
|
10772
|
+
match: {
|
|
10773
|
+
or: [
|
|
10774
|
+
{
|
|
10775
|
+
equals: "anthropic/claude-sonnet-4.6"
|
|
10776
|
+
},
|
|
10777
|
+
{
|
|
10778
|
+
equals: "anthropic/claude-sonnet-4.6:beta"
|
|
10779
|
+
}
|
|
10780
|
+
]
|
|
10781
|
+
},
|
|
10782
|
+
prices: {
|
|
10783
|
+
input_mtok: 3,
|
|
10784
|
+
cache_write_mtok: 3.75,
|
|
10785
|
+
cache_read_mtok: 0.3,
|
|
10786
|
+
output_mtok: 15
|
|
10787
|
+
}
|
|
10788
|
+
},
|
|
10210
10789
|
{
|
|
10211
10790
|
id: "anubis-pro-105b-v1",
|
|
10212
10791
|
name: "Anubis Pro 105B V1",
|
|
@@ -15299,7 +15878,14 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
15299
15878
|
id: "qwen/qwen3-max",
|
|
15300
15879
|
name: "Qwen 3 Max",
|
|
15301
15880
|
match: {
|
|
15302
|
-
|
|
15881
|
+
or: [
|
|
15882
|
+
{
|
|
15883
|
+
equals: "qwen/qwen3-max"
|
|
15884
|
+
},
|
|
15885
|
+
{
|
|
15886
|
+
equals: "qwen/qwen3-max-thinking"
|
|
15887
|
+
}
|
|
15888
|
+
]
|
|
15303
15889
|
},
|
|
15304
15890
|
prices: {
|
|
15305
15891
|
input_mtok: 1.2,
|
|
@@ -15473,6 +16059,17 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
15473
16059
|
},
|
|
15474
16060
|
prices: {}
|
|
15475
16061
|
},
|
|
16062
|
+
{
|
|
16063
|
+
id: "qwen3.5-plus-02-15",
|
|
16064
|
+
name: "Qwen3.5 plus-02-15",
|
|
16065
|
+
match: {
|
|
16066
|
+
equals: "qwen3.5-plus-02-15"
|
|
16067
|
+
},
|
|
16068
|
+
prices: {
|
|
16069
|
+
input_mtok: 0.4,
|
|
16070
|
+
output_mtok: 2.4
|
|
16071
|
+
}
|
|
16072
|
+
},
|
|
15476
16073
|
{
|
|
15477
16074
|
id: "qwerky-72b:free",
|
|
15478
16075
|
name: "Qwerky 72B (free)",
|
|
@@ -16167,25 +16764,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16167
16764
|
output_mtok: 0.11
|
|
16168
16765
|
}
|
|
16169
16766
|
},
|
|
16170
|
-
{
|
|
16171
|
-
id: "Meta-Llama-3_1-70B-Instruct",
|
|
16172
|
-
name: "Meta-Llama-3_1-70B-Instruct",
|
|
16173
|
-
match: {
|
|
16174
|
-
or: [
|
|
16175
|
-
{
|
|
16176
|
-
equals: "Meta-Llama-3_1-70B-Instruct"
|
|
16177
|
-
},
|
|
16178
|
-
{
|
|
16179
|
-
equals: "meta-llama-3_1-70b-instruct"
|
|
16180
|
-
}
|
|
16181
|
-
]
|
|
16182
|
-
},
|
|
16183
|
-
context_window: 131072,
|
|
16184
|
-
prices: {
|
|
16185
|
-
input_mtok: 0.74,
|
|
16186
|
-
output_mtok: 0.74
|
|
16187
|
-
}
|
|
16188
|
-
},
|
|
16189
16767
|
{
|
|
16190
16768
|
id: "Meta-Llama-3_3-70B-Instruct",
|
|
16191
16769
|
name: "Meta-Llama-3_3-70B-Instruct",
|
|
@@ -16281,25 +16859,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16281
16859
|
output_mtok: 0.7
|
|
16282
16860
|
}
|
|
16283
16861
|
},
|
|
16284
|
-
{
|
|
16285
|
-
id: "Qwen2.5-Coder-32B-Instruct",
|
|
16286
|
-
name: "Qwen2.5-Coder-32B-Instruct",
|
|
16287
|
-
match: {
|
|
16288
|
-
or: [
|
|
16289
|
-
{
|
|
16290
|
-
equals: "Qwen2.5-Coder-32B-Instruct"
|
|
16291
|
-
},
|
|
16292
|
-
{
|
|
16293
|
-
equals: "qwen2.5-coder-32b-instruct"
|
|
16294
|
-
}
|
|
16295
|
-
]
|
|
16296
|
-
},
|
|
16297
|
-
context_window: 32768,
|
|
16298
|
-
prices: {
|
|
16299
|
-
input_mtok: 0.96,
|
|
16300
|
-
output_mtok: 0.96
|
|
16301
|
-
}
|
|
16302
|
-
},
|
|
16303
16862
|
{
|
|
16304
16863
|
id: "Qwen2.5-VL-72B-Instruct",
|
|
16305
16864
|
name: "Qwen2.5-VL-72B-Instruct",
|
|
@@ -16413,18 +16972,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16413
16972
|
input_mtok: 0.05,
|
|
16414
16973
|
output_mtok: 0.18
|
|
16415
16974
|
}
|
|
16416
|
-
},
|
|
16417
|
-
{
|
|
16418
|
-
id: "llava-next-mistral-7b",
|
|
16419
|
-
name: "llava-next-mistral-7b",
|
|
16420
|
-
match: {
|
|
16421
|
-
equals: "llava-next-mistral-7b"
|
|
16422
|
-
},
|
|
16423
|
-
context_window: 32768,
|
|
16424
|
-
prices: {
|
|
16425
|
-
input_mtok: 0.32,
|
|
16426
|
-
output_mtok: 0.32
|
|
16427
|
-
}
|
|
16428
16975
|
}
|
|
16429
16976
|
]
|
|
16430
16977
|
},
|
|
@@ -17346,6 +17893,28 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
17346
17893
|
equals: "xai"
|
|
17347
17894
|
},
|
|
17348
17895
|
extractors: [
|
|
17896
|
+
{
|
|
17897
|
+
api_flavor: "default",
|
|
17898
|
+
root: "usage",
|
|
17899
|
+
model_path: "model",
|
|
17900
|
+
mappings: [
|
|
17901
|
+
{
|
|
17902
|
+
path: "prompt_tokens",
|
|
17903
|
+
dest: "input_tokens",
|
|
17904
|
+
required: !0
|
|
17905
|
+
},
|
|
17906
|
+
{
|
|
17907
|
+
path: "cached_prompt_text_tokens",
|
|
17908
|
+
dest: "cache_read_tokens",
|
|
17909
|
+
required: !1
|
|
17910
|
+
},
|
|
17911
|
+
{
|
|
17912
|
+
path: "completion_tokens",
|
|
17913
|
+
dest: "output_tokens",
|
|
17914
|
+
required: !0
|
|
17915
|
+
}
|
|
17916
|
+
]
|
|
17917
|
+
},
|
|
17349
17918
|
{
|
|
17350
17919
|
api_flavor: "chat",
|
|
17351
17920
|
root: "usage",
|
|
@@ -17659,7 +18228,7 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
17659
18228
|
]
|
|
17660
18229
|
}
|
|
17661
18230
|
];
|
|
17662
|
-
function
|
|
18231
|
+
function L(e, t, i) {
|
|
17663
18232
|
if (t <= 0) return 0;
|
|
17664
18233
|
let a = e.base;
|
|
17665
18234
|
for (const o of e.tiers)
|
|
@@ -17667,7 +18236,7 @@ function y(e, t, i) {
|
|
|
17667
18236
|
return a * t / 1e6;
|
|
17668
18237
|
}
|
|
17669
18238
|
function l(e, t, i, a) {
|
|
17670
|
-
return e === void 0 || t === void 0 ? 0 : typeof e == "number" ? e * t / 1e6 :
|
|
18239
|
+
return e === void 0 || t === void 0 ? 0 : typeof e == "number" ? e * t / 1e6 : L(e, t, a);
|
|
17671
18240
|
}
|
|
17672
18241
|
function Q(e, t) {
|
|
17673
18242
|
let i = 0, a = 0;
|
|
@@ -17693,7 +18262,7 @@ function Q(e, t) {
|
|
|
17693
18262
|
total_price: x
|
|
17694
18263
|
};
|
|
17695
18264
|
}
|
|
17696
|
-
function
|
|
18265
|
+
function P(e, t) {
|
|
17697
18266
|
if (!Array.isArray(e.prices))
|
|
17698
18267
|
return e.prices;
|
|
17699
18268
|
for (let i = e.prices.length - 1; i >= 0; i--) {
|
|
@@ -17717,13 +18286,13 @@ function T(e, t) {
|
|
|
17717
18286
|
function g(e, t) {
|
|
17718
18287
|
return "or" in e ? e.or.some((i) => g(i, t)) : "and" in e ? e.and.every((i) => g(i, t)) : "equals" in e ? t === e.equals : "starts_with" in e ? t.startsWith(e.starts_with) : "ends_with" in e ? t.endsWith(e.ends_with) : "contains" in e ? t.includes(e.contains) : "regex" in e ? new RegExp(e.regex).test(t) : !1;
|
|
17719
18288
|
}
|
|
17720
|
-
function
|
|
18289
|
+
function T(e, t) {
|
|
17721
18290
|
const i = t.toLowerCase().trim(), a = e.find((o) => o.id === i);
|
|
17722
18291
|
return a || e.find((o) => o.provider_match && g(o.provider_match, i));
|
|
17723
18292
|
}
|
|
17724
18293
|
function b(e, { modelId: t, providerApiUrl: i, providerId: a }) {
|
|
17725
18294
|
if (a) {
|
|
17726
|
-
const o =
|
|
18295
|
+
const o = T(e, a);
|
|
17727
18296
|
if (o || a.toLowerCase() !== "litellm")
|
|
17728
18297
|
return o;
|
|
17729
18298
|
}
|
|
@@ -17754,20 +18323,20 @@ function G(e) {
|
|
|
17754
18323
|
t !== null && (h = t);
|
|
17755
18324
|
})) : (f = Promise.resolve(e), h = e));
|
|
17756
18325
|
}
|
|
17757
|
-
function
|
|
18326
|
+
function z(e) {
|
|
17758
18327
|
v = e;
|
|
17759
18328
|
}
|
|
17760
18329
|
function N(e) {
|
|
17761
18330
|
e({
|
|
17762
|
-
onCalc:
|
|
18331
|
+
onCalc: z,
|
|
17763
18332
|
remoteDataUrl: A,
|
|
17764
18333
|
setProviderData: G
|
|
17765
18334
|
});
|
|
17766
18335
|
}
|
|
17767
|
-
function
|
|
18336
|
+
function E() {
|
|
17768
18337
|
return f;
|
|
17769
18338
|
}
|
|
17770
|
-
function
|
|
18339
|
+
function V(e, t, i) {
|
|
17771
18340
|
v?.();
|
|
17772
18341
|
let a = t.toLowerCase().trim(), o = i?.providerId;
|
|
17773
18342
|
if (o && o.toLowerCase() === "litellm" && a.includes("/")) {
|
|
@@ -17778,7 +18347,7 @@ function E(e, t, i) {
|
|
|
17778
18347
|
if (!s) return null;
|
|
17779
18348
|
const m = M(s, a, h);
|
|
17780
18349
|
if (!m) return null;
|
|
17781
|
-
const n = i?.timestamp ?? /* @__PURE__ */ new Date(), r =
|
|
18350
|
+
const n = i?.timestamp ?? /* @__PURE__ */ new Date(), r = P(m, n), u = Q(e, r);
|
|
17782
18351
|
return {
|
|
17783
18352
|
auto_update_timestamp: void 0,
|
|
17784
18353
|
model: m,
|
|
@@ -17800,9 +18369,9 @@ function F(e, t, i) {
|
|
|
17800
18369
|
}
|
|
17801
18370
|
if (!q.guard(t))
|
|
17802
18371
|
throw new Error(`Expected response data to be a mapping object, got ${d(t)}`);
|
|
17803
|
-
const o = w(a.model_path, t, C, !1, []), s =
|
|
18372
|
+
const o = w(a.model_path, t, C, !1, []), s = y(a.root), m = w(s, t, q, !0, []), n = {};
|
|
17804
18373
|
for (const r of a.mappings) {
|
|
17805
|
-
const u = w(r.path, m,
|
|
18374
|
+
const u = w(r.path, m, D, r.required, s);
|
|
17806
18375
|
if (u !== null) {
|
|
17807
18376
|
const p = n[r.dest] ?? 0;
|
|
17808
18377
|
n[r.dest] = p + u;
|
|
@@ -17813,7 +18382,7 @@ function F(e, t, i) {
|
|
|
17813
18382
|
return { model: o, usage: n };
|
|
17814
18383
|
}
|
|
17815
18384
|
function w(e, t, i, a, o) {
|
|
17816
|
-
const [s, ...m] =
|
|
18385
|
+
const [s, ...m] = y(e).reverse();
|
|
17817
18386
|
if (typeof s != "string")
|
|
17818
18387
|
throw new Error(`Expected last step of path to be a string, got ${d(s)}`);
|
|
17819
18388
|
m.reverse();
|
|
@@ -17822,7 +18391,7 @@ function w(e, t, i, a, o) {
|
|
|
17822
18391
|
for (const p of m) {
|
|
17823
18392
|
if (r.push(p), typeof p == "object")
|
|
17824
18393
|
if (Array.isArray(n))
|
|
17825
|
-
n =
|
|
18394
|
+
n = R(p, n);
|
|
17826
18395
|
else {
|
|
17827
18396
|
if (a)
|
|
17828
18397
|
throw new Error(`Expected \`${k(o, r)}\` value to be a mapping, got ${d(n)}`);
|
|
@@ -17859,7 +18428,7 @@ function w(e, t, i, a, o) {
|
|
|
17859
18428
|
throw r.push(s), new Error(`Expected \`${k(o, r)}\` value to be a ${i.name}, got ${d(u)}`);
|
|
17860
18429
|
return null;
|
|
17861
18430
|
}
|
|
17862
|
-
function
|
|
18431
|
+
function R(e, t) {
|
|
17863
18432
|
for (const i of t)
|
|
17864
18433
|
if (q.guard(i)) {
|
|
17865
18434
|
const a = i[e.field];
|
|
@@ -17867,7 +18436,7 @@ function D(e, t) {
|
|
|
17867
18436
|
return i;
|
|
17868
18437
|
}
|
|
17869
18438
|
}
|
|
17870
|
-
function
|
|
18439
|
+
function y(e) {
|
|
17871
18440
|
return Array.isArray(e) ? [...e] : [e];
|
|
17872
18441
|
}
|
|
17873
18442
|
function d(e) {
|
|
@@ -17879,11 +18448,11 @@ const q = {
|
|
|
17879
18448
|
}, C = {
|
|
17880
18449
|
guard: (e) => typeof e == "string",
|
|
17881
18450
|
name: "string"
|
|
17882
|
-
},
|
|
18451
|
+
}, D = {
|
|
17883
18452
|
guard: (e) => typeof e == "number",
|
|
17884
18453
|
name: "number"
|
|
17885
18454
|
}, k = (e, t) => [...e.map(B), ...t.map(B)].join("."), B = (e) => typeof e == "string" ? e : JSON.stringify(e);
|
|
17886
|
-
class
|
|
18455
|
+
class K {
|
|
17887
18456
|
base;
|
|
17888
18457
|
tiers;
|
|
17889
18458
|
constructor(t) {
|
|
@@ -17892,10 +18461,10 @@ class j {
|
|
|
17892
18461
|
}
|
|
17893
18462
|
export {
|
|
17894
18463
|
A as REMOTE_DATA_JSON_URL,
|
|
17895
|
-
|
|
17896
|
-
|
|
18464
|
+
K as TieredPrices,
|
|
18465
|
+
V as calcPrice,
|
|
17897
18466
|
F as extractUsage,
|
|
17898
18467
|
O as findProvider,
|
|
17899
18468
|
N as updatePrices,
|
|
17900
|
-
|
|
18469
|
+
E as waitForUpdate
|
|
17901
18470
|
};
|