@pydantic/genai-prices 0.0.55 → 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 +1512 -1237
- package/dist/index.cjs +4 -4
- package/dist/index.js +1419 -1144
- 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
|
-
contains: "global.anthropic.claude-haiku-4-5-20251001
|
|
786
|
+
contains: "global.anthropic.claude-haiku-4-5-20251001"
|
|
755
787
|
},
|
|
756
788
|
prices: {
|
|
757
789
|
input_mtok: 1,
|
|
@@ -819,7 +851,7 @@ const I = [
|
|
|
819
851
|
{
|
|
820
852
|
id: "global.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
821
853
|
match: {
|
|
822
|
-
contains: "global.anthropic.claude-sonnet-4-20250514
|
|
854
|
+
contains: "global.anthropic.claude-sonnet-4-20250514"
|
|
823
855
|
},
|
|
824
856
|
prices: {
|
|
825
857
|
input_mtok: 3,
|
|
@@ -831,7 +863,7 @@ const I = [
|
|
|
831
863
|
{
|
|
832
864
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
833
865
|
match: {
|
|
834
|
-
contains: "global.anthropic.claude-sonnet-4-5-20250929
|
|
866
|
+
contains: "global.anthropic.claude-sonnet-4-5-20250929"
|
|
835
867
|
},
|
|
836
868
|
prices: {
|
|
837
869
|
input_mtok: 3,
|
|
@@ -888,7 +920,7 @@ const I = [
|
|
|
888
920
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
889
921
|
name: "Llama 3.1 70B Instruct",
|
|
890
922
|
match: {
|
|
891
|
-
contains: "meta.llama3-1-70b-instruct
|
|
923
|
+
contains: "meta.llama3-1-70b-instruct"
|
|
892
924
|
},
|
|
893
925
|
prices: {
|
|
894
926
|
input_mtok: 0.72,
|
|
@@ -899,7 +931,7 @@ const I = [
|
|
|
899
931
|
id: "meta.llama3-1-8b-instruct-v1:0",
|
|
900
932
|
name: "Llama 3.1 8B Instruct",
|
|
901
933
|
match: {
|
|
902
|
-
contains: "meta.llama3-1-8b-instruct
|
|
934
|
+
contains: "meta.llama3-1-8b-instruct"
|
|
903
935
|
},
|
|
904
936
|
prices: {
|
|
905
937
|
input_mtok: 0.22,
|
|
@@ -910,7 +942,7 @@ const I = [
|
|
|
910
942
|
id: "meta.llama3-2-11b-instruct-v1:0",
|
|
911
943
|
name: "Llama 3.2 11B Instruct",
|
|
912
944
|
match: {
|
|
913
|
-
contains: "meta.llama3-2-11b-instruct
|
|
945
|
+
contains: "meta.llama3-2-11b-instruct"
|
|
914
946
|
},
|
|
915
947
|
prices: {
|
|
916
948
|
input_mtok: 0.16,
|
|
@@ -921,7 +953,7 @@ const I = [
|
|
|
921
953
|
id: "meta.llama3-2-1b-instruct-v1:0",
|
|
922
954
|
name: "Llama 3.2 1B Instruct",
|
|
923
955
|
match: {
|
|
924
|
-
contains: "meta.llama3-2-1b-instruct
|
|
956
|
+
contains: "meta.llama3-2-1b-instruct"
|
|
925
957
|
},
|
|
926
958
|
prices: {
|
|
927
959
|
input_mtok: 0.1,
|
|
@@ -932,7 +964,7 @@ const I = [
|
|
|
932
964
|
id: "meta.llama3-2-3b-instruct-v1:0",
|
|
933
965
|
name: "Llama 3.2 3B Instruct",
|
|
934
966
|
match: {
|
|
935
|
-
contains: "meta.llama3-2-3b-instruct
|
|
967
|
+
contains: "meta.llama3-2-3b-instruct"
|
|
936
968
|
},
|
|
937
969
|
prices: {
|
|
938
970
|
input_mtok: 0.15,
|
|
@@ -943,7 +975,7 @@ const I = [
|
|
|
943
975
|
id: "meta.llama3-2-90b-instruct-v1:0",
|
|
944
976
|
name: "Llama 3.2 90B Instruct",
|
|
945
977
|
match: {
|
|
946
|
-
contains: "meta.llama3-2-90b-instruct
|
|
978
|
+
contains: "meta.llama3-2-90b-instruct"
|
|
947
979
|
},
|
|
948
980
|
prices: {
|
|
949
981
|
input_mtok: 0.72,
|
|
@@ -954,7 +986,7 @@ const I = [
|
|
|
954
986
|
id: "meta.llama3-3-70b-instruct-v1:0",
|
|
955
987
|
name: "Llama 3.3 70B Instruct",
|
|
956
988
|
match: {
|
|
957
|
-
contains: "meta.llama3-3-70b-instruct
|
|
989
|
+
contains: "meta.llama3-3-70b-instruct"
|
|
958
990
|
},
|
|
959
991
|
prices: {
|
|
960
992
|
input_mtok: 0.72,
|
|
@@ -965,7 +997,7 @@ const I = [
|
|
|
965
997
|
id: "meta.llama3-70b-instruct-v1:0",
|
|
966
998
|
name: "Llama 3 70B Instruct",
|
|
967
999
|
match: {
|
|
968
|
-
contains: "meta.llama3-70b-instruct
|
|
1000
|
+
contains: "meta.llama3-70b-instruct"
|
|
969
1001
|
},
|
|
970
1002
|
prices: {
|
|
971
1003
|
input_mtok: 2.65,
|
|
@@ -976,7 +1008,7 @@ const I = [
|
|
|
976
1008
|
id: "meta.llama3-8b-instruct-v1:0",
|
|
977
1009
|
name: "Llama 3 8B Instruct",
|
|
978
1010
|
match: {
|
|
979
|
-
contains: "meta.llama3-8b-instruct
|
|
1011
|
+
contains: "meta.llama3-8b-instruct"
|
|
980
1012
|
},
|
|
981
1013
|
prices: {
|
|
982
1014
|
input_mtok: 0.3,
|
|
@@ -987,7 +1019,7 @@ const I = [
|
|
|
987
1019
|
id: "meta.llama4-maverick-17b-instruct-v1:0",
|
|
988
1020
|
name: "Llama 4 Maverick 17B Instruct",
|
|
989
1021
|
match: {
|
|
990
|
-
contains: "meta.llama4-maverick-17b-instruct
|
|
1022
|
+
contains: "meta.llama4-maverick-17b-instruct"
|
|
991
1023
|
},
|
|
992
1024
|
prices: {
|
|
993
1025
|
input_mtok: 0.24,
|
|
@@ -998,7 +1030,7 @@ const I = [
|
|
|
998
1030
|
id: "meta.llama4-scout-17b-instruct-v1:0",
|
|
999
1031
|
name: "Llama 4 Scout 17B Instruct",
|
|
1000
1032
|
match: {
|
|
1001
|
-
contains: "meta.llama4-scout-17b-instruct
|
|
1033
|
+
contains: "meta.llama4-scout-17b-instruct"
|
|
1002
1034
|
},
|
|
1003
1035
|
prices: {
|
|
1004
1036
|
input_mtok: 0.17,
|
|
@@ -1020,7 +1052,7 @@ const I = [
|
|
|
1020
1052
|
id: "mistral.mistral-large-2402-v1:0",
|
|
1021
1053
|
name: "Mistral Large (24.02)",
|
|
1022
1054
|
match: {
|
|
1023
|
-
contains: "mistral.mistral-large-2402
|
|
1055
|
+
contains: "mistral.mistral-large-2402"
|
|
1024
1056
|
},
|
|
1025
1057
|
prices: {
|
|
1026
1058
|
input_mtok: 4,
|
|
@@ -1031,7 +1063,7 @@ const I = [
|
|
|
1031
1063
|
id: "mistral.mistral-small-2402-v1:0",
|
|
1032
1064
|
name: "Mistral Small (24.02)",
|
|
1033
1065
|
match: {
|
|
1034
|
-
contains: "mistral.mistral-small-2402
|
|
1066
|
+
contains: "mistral.mistral-small-2402"
|
|
1035
1067
|
},
|
|
1036
1068
|
prices: {
|
|
1037
1069
|
input_mtok: 1,
|
|
@@ -1053,7 +1085,7 @@ const I = [
|
|
|
1053
1085
|
id: "mistral.pixtral-large-2502-v1:0",
|
|
1054
1086
|
name: "Pixtral Large (25.02)",
|
|
1055
1087
|
match: {
|
|
1056
|
-
contains: "mistral.pixtral-large-2502
|
|
1088
|
+
contains: "mistral.pixtral-large-2502"
|
|
1057
1089
|
},
|
|
1058
1090
|
prices: {
|
|
1059
1091
|
input_mtok: 2,
|
|
@@ -1086,7 +1118,7 @@ const I = [
|
|
|
1086
1118
|
id: "qwen.qwen3-32b-v1:0",
|
|
1087
1119
|
name: "Qwen3 32B (dense)",
|
|
1088
1120
|
match: {
|
|
1089
|
-
contains: "qwen.qwen3-32b
|
|
1121
|
+
contains: "qwen.qwen3-32b"
|
|
1090
1122
|
},
|
|
1091
1123
|
prices: {
|
|
1092
1124
|
input_mtok: 0.15,
|
|
@@ -1097,7 +1129,7 @@ const I = [
|
|
|
1097
1129
|
id: "qwen.qwen3-coder-30b-a3b-v1:0",
|
|
1098
1130
|
name: "Qwen3-Coder-30B-A3B-Instruct",
|
|
1099
1131
|
match: {
|
|
1100
|
-
contains: "qwen.qwen3-coder-30b-a3b
|
|
1132
|
+
contains: "qwen.qwen3-coder-30b-a3b"
|
|
1101
1133
|
},
|
|
1102
1134
|
prices: {
|
|
1103
1135
|
input_mtok: 0.15,
|
|
@@ -1108,36 +1140,28 @@ const I = [
|
|
|
1108
1140
|
id: "qwen.qwen3-coder-480b-a35b-v1:0",
|
|
1109
1141
|
name: "Qwen3-Coder-480B-A35B-Instruct",
|
|
1110
1142
|
match: {
|
|
1111
|
-
contains: "qwen.qwen3-coder-480b-a35b
|
|
1143
|
+
contains: "qwen.qwen3-coder-480b-a35b"
|
|
1112
1144
|
},
|
|
1113
1145
|
prices: {
|
|
1114
1146
|
input_mtok: 0.45,
|
|
1115
1147
|
output_mtok: 1.8
|
|
1116
1148
|
}
|
|
1117
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
|
+
},
|
|
1118
1161
|
{
|
|
1119
1162
|
id: "regional.anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
1120
1163
|
match: {
|
|
1121
|
-
|
|
1122
|
-
{
|
|
1123
|
-
contains: "us.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1124
|
-
},
|
|
1125
|
-
{
|
|
1126
|
-
contains: "au.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1127
|
-
},
|
|
1128
|
-
{
|
|
1129
|
-
contains: "apac.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1130
|
-
},
|
|
1131
|
-
{
|
|
1132
|
-
contains: "eu.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
contains: "us-gov.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1136
|
-
},
|
|
1137
|
-
{
|
|
1138
|
-
contains: "jp.anthropic.claude-3-5-haiku-20241022-v1"
|
|
1139
|
-
}
|
|
1140
|
-
]
|
|
1164
|
+
contains: "claude-3-5-haiku-20241022"
|
|
1141
1165
|
},
|
|
1142
1166
|
prices: {
|
|
1143
1167
|
input_mtok: 0.8,
|
|
@@ -1149,26 +1173,7 @@ const I = [
|
|
|
1149
1173
|
{
|
|
1150
1174
|
id: "regional.anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
1151
1175
|
match: {
|
|
1152
|
-
|
|
1153
|
-
{
|
|
1154
|
-
contains: "us.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
contains: "au.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
contains: "apac.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
contains: "eu.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1164
|
-
},
|
|
1165
|
-
{
|
|
1166
|
-
contains: "us-gov.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1167
|
-
},
|
|
1168
|
-
{
|
|
1169
|
-
contains: "jp.anthropic.claude-3-5-sonnet-20240620-v1"
|
|
1170
|
-
}
|
|
1171
|
-
]
|
|
1176
|
+
contains: "claude-3-5-sonnet-20240620"
|
|
1172
1177
|
},
|
|
1173
1178
|
prices: {
|
|
1174
1179
|
input_mtok: 3,
|
|
@@ -1180,26 +1185,7 @@ const I = [
|
|
|
1180
1185
|
{
|
|
1181
1186
|
id: "regional.anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
1182
1187
|
match: {
|
|
1183
|
-
|
|
1184
|
-
{
|
|
1185
|
-
contains: "us.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1186
|
-
},
|
|
1187
|
-
{
|
|
1188
|
-
contains: "au.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
contains: "apac.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1192
|
-
},
|
|
1193
|
-
{
|
|
1194
|
-
contains: "eu.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
contains: "us-gov.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1198
|
-
},
|
|
1199
|
-
{
|
|
1200
|
-
contains: "jp.anthropic.claude-3-5-sonnet-20241022-v2"
|
|
1201
|
-
}
|
|
1202
|
-
]
|
|
1188
|
+
contains: "claude-3-5-sonnet-20241022"
|
|
1203
1189
|
},
|
|
1204
1190
|
prices: {
|
|
1205
1191
|
input_mtok: 3,
|
|
@@ -1211,26 +1197,7 @@ const I = [
|
|
|
1211
1197
|
{
|
|
1212
1198
|
id: "regional.anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
1213
1199
|
match: {
|
|
1214
|
-
|
|
1215
|
-
{
|
|
1216
|
-
contains: "us.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1217
|
-
},
|
|
1218
|
-
{
|
|
1219
|
-
contains: "au.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1220
|
-
},
|
|
1221
|
-
{
|
|
1222
|
-
contains: "apac.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1223
|
-
},
|
|
1224
|
-
{
|
|
1225
|
-
contains: "eu.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1226
|
-
},
|
|
1227
|
-
{
|
|
1228
|
-
contains: "us-gov.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1229
|
-
},
|
|
1230
|
-
{
|
|
1231
|
-
contains: "jp.anthropic.claude-3-7-sonnet-20250219-v1"
|
|
1232
|
-
}
|
|
1233
|
-
]
|
|
1200
|
+
contains: "claude-3-7-sonnet-20250219"
|
|
1234
1201
|
},
|
|
1235
1202
|
prices: {
|
|
1236
1203
|
input_mtok: 3,
|
|
@@ -1242,26 +1209,7 @@ const I = [
|
|
|
1242
1209
|
{
|
|
1243
1210
|
id: "regional.anthropic.claude-3-haiku-20240307-v1:0",
|
|
1244
1211
|
match: {
|
|
1245
|
-
|
|
1246
|
-
{
|
|
1247
|
-
contains: "us.anthropic.claude-3-haiku-20240307-v1"
|
|
1248
|
-
},
|
|
1249
|
-
{
|
|
1250
|
-
contains: "au.anthropic.claude-3-haiku-20240307-v1"
|
|
1251
|
-
},
|
|
1252
|
-
{
|
|
1253
|
-
contains: "apac.anthropic.claude-3-haiku-20240307-v1"
|
|
1254
|
-
},
|
|
1255
|
-
{
|
|
1256
|
-
contains: "eu.anthropic.claude-3-haiku-20240307-v1"
|
|
1257
|
-
},
|
|
1258
|
-
{
|
|
1259
|
-
contains: "us-gov.anthropic.claude-3-haiku-20240307-v1"
|
|
1260
|
-
},
|
|
1261
|
-
{
|
|
1262
|
-
contains: "jp.anthropic.claude-3-haiku-20240307-v1"
|
|
1263
|
-
}
|
|
1264
|
-
]
|
|
1212
|
+
contains: "claude-3-haiku-20240307"
|
|
1265
1213
|
},
|
|
1266
1214
|
prices: {
|
|
1267
1215
|
input_mtok: 0.25,
|
|
@@ -1271,26 +1219,7 @@ const I = [
|
|
|
1271
1219
|
{
|
|
1272
1220
|
id: "regional.anthropic.claude-3-opus-20240229-v1:0",
|
|
1273
1221
|
match: {
|
|
1274
|
-
|
|
1275
|
-
{
|
|
1276
|
-
contains: "us.anthropic.claude-3-opus-20240229-v1"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
contains: "au.anthropic.claude-3-opus-20240229-v1"
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
contains: "apac.anthropic.claude-3-opus-20240229-v1"
|
|
1283
|
-
},
|
|
1284
|
-
{
|
|
1285
|
-
contains: "eu.anthropic.claude-3-opus-20240229-v1"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
contains: "us-gov.anthropic.claude-3-opus-20240229-v1"
|
|
1289
|
-
},
|
|
1290
|
-
{
|
|
1291
|
-
contains: "jp.anthropic.claude-3-opus-20240229-v1"
|
|
1292
|
-
}
|
|
1293
|
-
]
|
|
1222
|
+
contains: "claude-3-opus-20240229"
|
|
1294
1223
|
},
|
|
1295
1224
|
prices: {
|
|
1296
1225
|
input_mtok: 15,
|
|
@@ -1300,26 +1229,7 @@ const I = [
|
|
|
1300
1229
|
{
|
|
1301
1230
|
id: "regional.anthropic.claude-3-sonnet-20240229-v1:0",
|
|
1302
1231
|
match: {
|
|
1303
|
-
|
|
1304
|
-
{
|
|
1305
|
-
contains: "us.anthropic.claude-3-sonnet-20240229-v1"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
contains: "au.anthropic.claude-3-sonnet-20240229-v1"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
contains: "apac.anthropic.claude-3-sonnet-20240229-v1"
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
contains: "eu.anthropic.claude-3-sonnet-20240229-v1"
|
|
1315
|
-
},
|
|
1316
|
-
{
|
|
1317
|
-
contains: "us-gov.anthropic.claude-3-sonnet-20240229-v1"
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
contains: "jp.anthropic.claude-3-sonnet-20240229-v1"
|
|
1321
|
-
}
|
|
1322
|
-
]
|
|
1232
|
+
contains: "claude-3-sonnet-20240229"
|
|
1323
1233
|
},
|
|
1324
1234
|
prices: {
|
|
1325
1235
|
input_mtok: 3,
|
|
@@ -1333,22 +1243,28 @@ const I = [
|
|
|
1333
1243
|
match: {
|
|
1334
1244
|
or: [
|
|
1335
1245
|
{
|
|
1336
|
-
|
|
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"
|
|
1337
1253
|
},
|
|
1338
1254
|
{
|
|
1339
|
-
contains: "au.anthropic.claude-haiku-4-5-20251001
|
|
1255
|
+
contains: "au.anthropic.claude-haiku-4-5-20251001"
|
|
1340
1256
|
},
|
|
1341
1257
|
{
|
|
1342
|
-
contains: "apac.anthropic.claude-haiku-4-5-20251001
|
|
1258
|
+
contains: "apac.anthropic.claude-haiku-4-5-20251001"
|
|
1343
1259
|
},
|
|
1344
1260
|
{
|
|
1345
|
-
contains: "eu.anthropic.claude-haiku-4-5-20251001
|
|
1261
|
+
contains: "eu.anthropic.claude-haiku-4-5-20251001"
|
|
1346
1262
|
},
|
|
1347
1263
|
{
|
|
1348
|
-
contains: "us-gov.anthropic.claude-haiku-4-5-20251001
|
|
1264
|
+
contains: "us-gov.anthropic.claude-haiku-4-5-20251001"
|
|
1349
1265
|
},
|
|
1350
1266
|
{
|
|
1351
|
-
contains: "jp.anthropic.claude-haiku-4-5-20251001
|
|
1267
|
+
contains: "jp.anthropic.claude-haiku-4-5-20251001"
|
|
1352
1268
|
}
|
|
1353
1269
|
]
|
|
1354
1270
|
},
|
|
@@ -1364,22 +1280,28 @@ const I = [
|
|
|
1364
1280
|
match: {
|
|
1365
1281
|
or: [
|
|
1366
1282
|
{
|
|
1367
|
-
|
|
1283
|
+
starts_with: "anthropic.claude-opus-4-1-20250805"
|
|
1368
1284
|
},
|
|
1369
1285
|
{
|
|
1370
|
-
|
|
1286
|
+
starts_with: "claude-opus-4-1-20250805"
|
|
1371
1287
|
},
|
|
1372
1288
|
{
|
|
1373
|
-
contains: "
|
|
1289
|
+
contains: "us.anthropic.claude-opus-4-1-20250805"
|
|
1374
1290
|
},
|
|
1375
1291
|
{
|
|
1376
|
-
contains: "
|
|
1292
|
+
contains: "au.anthropic.claude-opus-4-1-20250805"
|
|
1377
1293
|
},
|
|
1378
1294
|
{
|
|
1379
|
-
contains: "
|
|
1295
|
+
contains: "apac.anthropic.claude-opus-4-1-20250805"
|
|
1380
1296
|
},
|
|
1381
1297
|
{
|
|
1382
|
-
contains: "
|
|
1298
|
+
contains: "eu.anthropic.claude-opus-4-1-20250805"
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
contains: "us-gov.anthropic.claude-opus-4-1-20250805"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
contains: "jp.anthropic.claude-opus-4-1-20250805"
|
|
1383
1305
|
}
|
|
1384
1306
|
]
|
|
1385
1307
|
},
|
|
@@ -1395,22 +1317,28 @@ const I = [
|
|
|
1395
1317
|
match: {
|
|
1396
1318
|
or: [
|
|
1397
1319
|
{
|
|
1398
|
-
|
|
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"
|
|
1399
1327
|
},
|
|
1400
1328
|
{
|
|
1401
|
-
contains: "au.anthropic.claude-opus-4-20250514
|
|
1329
|
+
contains: "au.anthropic.claude-opus-4-20250514"
|
|
1402
1330
|
},
|
|
1403
1331
|
{
|
|
1404
|
-
contains: "apac.anthropic.claude-opus-4-20250514
|
|
1332
|
+
contains: "apac.anthropic.claude-opus-4-20250514"
|
|
1405
1333
|
},
|
|
1406
1334
|
{
|
|
1407
|
-
contains: "eu.anthropic.claude-opus-4-20250514
|
|
1335
|
+
contains: "eu.anthropic.claude-opus-4-20250514"
|
|
1408
1336
|
},
|
|
1409
1337
|
{
|
|
1410
|
-
contains: "us-gov.anthropic.claude-opus-4-20250514
|
|
1338
|
+
contains: "us-gov.anthropic.claude-opus-4-20250514"
|
|
1411
1339
|
},
|
|
1412
1340
|
{
|
|
1413
|
-
contains: "jp.anthropic.claude-opus-4-20250514
|
|
1341
|
+
contains: "jp.anthropic.claude-opus-4-20250514"
|
|
1414
1342
|
}
|
|
1415
1343
|
]
|
|
1416
1344
|
},
|
|
@@ -1425,6 +1353,12 @@ const I = [
|
|
|
1425
1353
|
id: "regional.anthropic.claude-opus-4-5-v1:0",
|
|
1426
1354
|
match: {
|
|
1427
1355
|
or: [
|
|
1356
|
+
{
|
|
1357
|
+
starts_with: "anthropic.claude-opus-4-5"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
starts_with: "claude-opus-4-5"
|
|
1361
|
+
},
|
|
1428
1362
|
{
|
|
1429
1363
|
contains: "us.anthropic.claude-opus-4-5"
|
|
1430
1364
|
},
|
|
@@ -1456,6 +1390,12 @@ const I = [
|
|
|
1456
1390
|
id: "regional.anthropic.claude-opus-4-6-v1:0",
|
|
1457
1391
|
match: {
|
|
1458
1392
|
or: [
|
|
1393
|
+
{
|
|
1394
|
+
starts_with: "anthropic.claude-opus-4-6"
|
|
1395
|
+
},
|
|
1396
|
+
{
|
|
1397
|
+
starts_with: "claude-opus-4-6"
|
|
1398
|
+
},
|
|
1459
1399
|
{
|
|
1460
1400
|
contains: "us.anthropic.claude-opus-4-6"
|
|
1461
1401
|
},
|
|
@@ -1520,22 +1460,28 @@ const I = [
|
|
|
1520
1460
|
match: {
|
|
1521
1461
|
or: [
|
|
1522
1462
|
{
|
|
1523
|
-
|
|
1463
|
+
starts_with: "anthropic.claude-sonnet-4-20250514"
|
|
1464
|
+
},
|
|
1465
|
+
{
|
|
1466
|
+
starts_with: "claude-sonnet-4-20250514"
|
|
1524
1467
|
},
|
|
1525
1468
|
{
|
|
1526
|
-
contains: "
|
|
1469
|
+
contains: "us.anthropic.claude-sonnet-4-20250514"
|
|
1527
1470
|
},
|
|
1528
1471
|
{
|
|
1529
|
-
contains: "
|
|
1472
|
+
contains: "au.anthropic.claude-sonnet-4-20250514"
|
|
1530
1473
|
},
|
|
1531
1474
|
{
|
|
1532
|
-
contains: "
|
|
1475
|
+
contains: "apac.anthropic.claude-sonnet-4-20250514"
|
|
1533
1476
|
},
|
|
1534
1477
|
{
|
|
1535
|
-
contains: "
|
|
1478
|
+
contains: "eu.anthropic.claude-sonnet-4-20250514"
|
|
1536
1479
|
},
|
|
1537
1480
|
{
|
|
1538
|
-
contains: "
|
|
1481
|
+
contains: "us-gov.anthropic.claude-sonnet-4-20250514"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
contains: "jp.anthropic.claude-sonnet-4-20250514"
|
|
1539
1485
|
}
|
|
1540
1486
|
]
|
|
1541
1487
|
},
|
|
@@ -1551,22 +1497,28 @@ const I = [
|
|
|
1551
1497
|
match: {
|
|
1552
1498
|
or: [
|
|
1553
1499
|
{
|
|
1554
|
-
|
|
1500
|
+
starts_with: "anthropic.claude-sonnet-4-5-20250929"
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
starts_with: "claude-sonnet-4-5-20250929"
|
|
1555
1504
|
},
|
|
1556
1505
|
{
|
|
1557
|
-
contains: "
|
|
1506
|
+
contains: "us.anthropic.claude-sonnet-4-5-20250929"
|
|
1558
1507
|
},
|
|
1559
1508
|
{
|
|
1560
|
-
contains: "
|
|
1509
|
+
contains: "au.anthropic.claude-sonnet-4-5-20250929"
|
|
1561
1510
|
},
|
|
1562
1511
|
{
|
|
1563
|
-
contains: "
|
|
1512
|
+
contains: "apac.anthropic.claude-sonnet-4-5-20250929"
|
|
1564
1513
|
},
|
|
1565
1514
|
{
|
|
1566
|
-
contains: "
|
|
1515
|
+
contains: "eu.anthropic.claude-sonnet-4-5-20250929"
|
|
1567
1516
|
},
|
|
1568
1517
|
{
|
|
1569
|
-
contains: "
|
|
1518
|
+
contains: "us-gov.anthropic.claude-sonnet-4-5-20250929"
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
contains: "jp.anthropic.claude-sonnet-4-5-20250929"
|
|
1570
1522
|
}
|
|
1571
1523
|
]
|
|
1572
1524
|
},
|
|
@@ -1581,6 +1533,12 @@ const I = [
|
|
|
1581
1533
|
id: "regional.anthropic.claude-sonnet-4-6-v1:0",
|
|
1582
1534
|
match: {
|
|
1583
1535
|
or: [
|
|
1536
|
+
{
|
|
1537
|
+
starts_with: "anthropic.claude-sonnet-4-6"
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
starts_with: "claude-sonnet-4-6"
|
|
1541
|
+
},
|
|
1584
1542
|
{
|
|
1585
1543
|
contains: "us.anthropic.claude-sonnet-4-6"
|
|
1586
1544
|
},
|
|
@@ -3374,25 +3332,56 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
3374
3332
|
}
|
|
3375
3333
|
},
|
|
3376
3334
|
{
|
|
3377
|
-
id: "gemini-3.1-
|
|
3378
|
-
name: "Gemini 3.1
|
|
3379
|
-
description: "
|
|
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.",
|
|
3380
3338
|
match: {
|
|
3381
|
-
starts_with: "gemini-3.1-
|
|
3339
|
+
starts_with: "gemini-3.1-flash-image-preview"
|
|
3382
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.",
|
|
3383
3343
|
prices: {
|
|
3384
|
-
input_mtok:
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
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: [
|
|
3396
3385
|
{
|
|
3397
3386
|
start: 2e5,
|
|
3398
3387
|
price: 0.4
|
|
@@ -4018,42 +4007,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4018
4007
|
}
|
|
4019
4008
|
],
|
|
4020
4009
|
models: [
|
|
4021
|
-
{
|
|
4022
|
-
id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
4023
|
-
name: "Qwen3-235B-A22B-Instruct-2507",
|
|
4024
|
-
match: {
|
|
4025
|
-
or: [
|
|
4026
|
-
{
|
|
4027
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507"
|
|
4028
|
-
},
|
|
4029
|
-
{
|
|
4030
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507-fast"
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
4033
|
-
},
|
|
4034
|
-
prices: {
|
|
4035
|
-
input_mtok: 0.6,
|
|
4036
|
-
output_mtok: 1.2
|
|
4037
|
-
}
|
|
4038
|
-
},
|
|
4039
|
-
{
|
|
4040
|
-
id: "Qwen/Qwen3-32B",
|
|
4041
|
-
name: "Qwen3-32B",
|
|
4042
|
-
match: {
|
|
4043
|
-
or: [
|
|
4044
|
-
{
|
|
4045
|
-
equals: "qwen/qwen3-32b"
|
|
4046
|
-
},
|
|
4047
|
-
{
|
|
4048
|
-
equals: "qwen/qwen3-32b-fast"
|
|
4049
|
-
}
|
|
4050
|
-
]
|
|
4051
|
-
},
|
|
4052
|
-
prices: {
|
|
4053
|
-
input_mtok: 0.4,
|
|
4054
|
-
output_mtok: 0.8
|
|
4055
|
-
}
|
|
4056
|
-
},
|
|
4057
4010
|
{
|
|
4058
4011
|
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
4059
4012
|
name: "Llama-3.1-8B-Instruct",
|
|
@@ -4071,42 +4024,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4071
4024
|
input_mtok: 0.1,
|
|
4072
4025
|
output_mtok: 0.1
|
|
4073
4026
|
}
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
4077
|
-
name: "Llama-3.3-70B-Instruct",
|
|
4078
|
-
match: {
|
|
4079
|
-
or: [
|
|
4080
|
-
{
|
|
4081
|
-
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
4082
|
-
},
|
|
4083
|
-
{
|
|
4084
|
-
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
4085
|
-
}
|
|
4086
|
-
]
|
|
4087
|
-
},
|
|
4088
|
-
prices: {
|
|
4089
|
-
input_mtok: 0.85,
|
|
4090
|
-
output_mtok: 1.2
|
|
4091
|
-
}
|
|
4092
|
-
},
|
|
4093
|
-
{
|
|
4094
|
-
id: "openai/gpt-oss-120b",
|
|
4095
|
-
name: "gpt-oss-120b",
|
|
4096
|
-
match: {
|
|
4097
|
-
or: [
|
|
4098
|
-
{
|
|
4099
|
-
equals: "openai/gpt-oss-120b"
|
|
4100
|
-
},
|
|
4101
|
-
{
|
|
4102
|
-
equals: "openai/gpt-oss-120b-fast"
|
|
4103
|
-
}
|
|
4104
|
-
]
|
|
4105
|
-
},
|
|
4106
|
-
prices: {
|
|
4107
|
-
input_mtok: 0.25,
|
|
4108
|
-
output_mtok: 0.69
|
|
4109
|
-
}
|
|
4110
4027
|
}
|
|
4111
4028
|
]
|
|
4112
4029
|
},
|
|
@@ -4160,132 +4077,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4160
4077
|
}
|
|
4161
4078
|
],
|
|
4162
4079
|
models: [
|
|
4163
|
-
{
|
|
4164
|
-
id: "Qwen/Qwen2.5-VL-32B-Instruct",
|
|
4165
|
-
name: "Qwen2.5-VL-32B-Instruct",
|
|
4166
|
-
match: {
|
|
4167
|
-
or: [
|
|
4168
|
-
{
|
|
4169
|
-
equals: "qwen/qwen2.5-vl-32b-instruct"
|
|
4170
|
-
},
|
|
4171
|
-
{
|
|
4172
|
-
equals: "qwen/qwen2.5-vl-32b-instruct-fast"
|
|
4173
|
-
}
|
|
4174
|
-
]
|
|
4175
|
-
},
|
|
4176
|
-
context_window: 128e3,
|
|
4177
|
-
prices: {
|
|
4178
|
-
input_mtok: 0.22,
|
|
4179
|
-
output_mtok: 0.88
|
|
4180
|
-
}
|
|
4181
|
-
},
|
|
4182
|
-
{
|
|
4183
|
-
id: "Qwen/Qwen3-235B-A22B",
|
|
4184
|
-
name: "Qwen3-235B-A22B",
|
|
4185
|
-
match: {
|
|
4186
|
-
or: [
|
|
4187
|
-
{
|
|
4188
|
-
equals: "qwen/qwen3-235b-a22b"
|
|
4189
|
-
},
|
|
4190
|
-
{
|
|
4191
|
-
equals: "qwen/qwen3-235b-a22b-fast"
|
|
4192
|
-
},
|
|
4193
|
-
{
|
|
4194
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507"
|
|
4195
|
-
},
|
|
4196
|
-
{
|
|
4197
|
-
equals: "qwen/qwen3-235b-a22b-instruct-2507-fast"
|
|
4198
|
-
},
|
|
4199
|
-
{
|
|
4200
|
-
equals: "qwen/qwen3-235b-a22b-thinking-2507"
|
|
4201
|
-
},
|
|
4202
|
-
{
|
|
4203
|
-
equals: "qwen/qwen3-235b-a22b-thinking-2507-fast"
|
|
4204
|
-
}
|
|
4205
|
-
]
|
|
4206
|
-
},
|
|
4207
|
-
context_window: 131072,
|
|
4208
|
-
prices: {
|
|
4209
|
-
input_mtok: 0.22,
|
|
4210
|
-
output_mtok: 0.88
|
|
4211
|
-
}
|
|
4212
|
-
},
|
|
4213
|
-
{
|
|
4214
|
-
id: "Qwen/Qwen3-30B-A3B",
|
|
4215
|
-
name: "Qwen3-30B-A3B",
|
|
4216
|
-
match: {
|
|
4217
|
-
or: [
|
|
4218
|
-
{
|
|
4219
|
-
equals: "qwen/qwen3-30b-a3b"
|
|
4220
|
-
},
|
|
4221
|
-
{
|
|
4222
|
-
equals: "qwen/qwen3-30b-a3b-fast"
|
|
4223
|
-
}
|
|
4224
|
-
]
|
|
4225
|
-
},
|
|
4226
|
-
context_window: 131072,
|
|
4227
|
-
prices: {
|
|
4228
|
-
input_mtok: 0.15,
|
|
4229
|
-
output_mtok: 0.6
|
|
4230
|
-
}
|
|
4231
|
-
},
|
|
4232
|
-
{
|
|
4233
|
-
id: "Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
4234
|
-
name: "Qwen3-Coder-480B-A35B-Instruct",
|
|
4235
|
-
match: {
|
|
4236
|
-
or: [
|
|
4237
|
-
{
|
|
4238
|
-
equals: "qwen/qwen3-coder-480b-a35b-instruct"
|
|
4239
|
-
},
|
|
4240
|
-
{
|
|
4241
|
-
equals: "qwen/qwen3-coder-480b-a35b-instruct-fast"
|
|
4242
|
-
}
|
|
4243
|
-
]
|
|
4244
|
-
},
|
|
4245
|
-
context_window: 262144,
|
|
4246
|
-
prices: {
|
|
4247
|
-
input_mtok: 0.45,
|
|
4248
|
-
output_mtok: 1.8
|
|
4249
|
-
}
|
|
4250
|
-
},
|
|
4251
|
-
{
|
|
4252
|
-
id: "deepseek-ai/DeepSeek-R1-0528",
|
|
4253
|
-
name: "DeepSeek-R1-0528",
|
|
4254
|
-
match: {
|
|
4255
|
-
or: [
|
|
4256
|
-
{
|
|
4257
|
-
equals: "deepseek-ai/deepseek-r1-0528"
|
|
4258
|
-
},
|
|
4259
|
-
{
|
|
4260
|
-
equals: "deepseek-ai/deepseek-r1-0528-fast"
|
|
4261
|
-
}
|
|
4262
|
-
]
|
|
4263
|
-
},
|
|
4264
|
-
context_window: 163840,
|
|
4265
|
-
prices: {
|
|
4266
|
-
input_mtok: 3,
|
|
4267
|
-
output_mtok: 8
|
|
4268
|
-
}
|
|
4269
|
-
},
|
|
4270
|
-
{
|
|
4271
|
-
id: "deepseek-ai/DeepSeek-V3-0324",
|
|
4272
|
-
name: "DeepSeek-V3-0324",
|
|
4273
|
-
match: {
|
|
4274
|
-
or: [
|
|
4275
|
-
{
|
|
4276
|
-
equals: "deepseek-ai/deepseek-v3-0324"
|
|
4277
|
-
},
|
|
4278
|
-
{
|
|
4279
|
-
equals: "deepseek-ai/deepseek-v3-0324-fast"
|
|
4280
|
-
}
|
|
4281
|
-
]
|
|
4282
|
-
},
|
|
4283
|
-
context_window: 163840,
|
|
4284
|
-
prices: {
|
|
4285
|
-
input_mtok: 0.9,
|
|
4286
|
-
output_mtok: 0.9
|
|
4287
|
-
}
|
|
4288
|
-
},
|
|
4289
4080
|
{
|
|
4290
4081
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
4291
4082
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -4325,22 +4116,22 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4325
4116
|
}
|
|
4326
4117
|
},
|
|
4327
4118
|
{
|
|
4328
|
-
id: "
|
|
4329
|
-
name: "
|
|
4119
|
+
id: "openai/gpt-oss-20b",
|
|
4120
|
+
name: "gpt-oss-20b",
|
|
4330
4121
|
match: {
|
|
4331
4122
|
or: [
|
|
4332
4123
|
{
|
|
4333
|
-
equals: "
|
|
4124
|
+
equals: "openai/gpt-oss-20b"
|
|
4334
4125
|
},
|
|
4335
4126
|
{
|
|
4336
|
-
equals: "
|
|
4127
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
4337
4128
|
}
|
|
4338
4129
|
]
|
|
4339
4130
|
},
|
|
4340
4131
|
context_window: 131072,
|
|
4341
4132
|
prices: {
|
|
4342
|
-
input_mtok: 0.
|
|
4343
|
-
output_mtok: 2
|
|
4133
|
+
input_mtok: 0.05,
|
|
4134
|
+
output_mtok: 0.2
|
|
4344
4135
|
}
|
|
4345
4136
|
}
|
|
4346
4137
|
]
|
|
@@ -4433,6 +4224,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4433
4224
|
output_mtok: 0.79
|
|
4434
4225
|
}
|
|
4435
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
|
+
},
|
|
4436
4246
|
{
|
|
4437
4247
|
id: "openai/gpt-oss-120b",
|
|
4438
4248
|
name: "gpt-oss-120b",
|
|
@@ -4451,11 +4261,30 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4451
4261
|
input_mtok: 0.15,
|
|
4452
4262
|
output_mtok: 0.75
|
|
4453
4263
|
}
|
|
4454
|
-
}
|
|
4455
|
-
|
|
4456
|
-
|
|
4457
|
-
|
|
4458
|
-
|
|
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
|
+
}
|
|
4283
|
+
}
|
|
4284
|
+
]
|
|
4285
|
+
},
|
|
4286
|
+
{
|
|
4287
|
+
id: "huggingface_hyperbolic",
|
|
4459
4288
|
name: "HuggingFace (hyperbolic)",
|
|
4460
4289
|
pricing_urls: ["https://router.huggingface.co/v1/models", "https://huggingface.co/inference/models"],
|
|
4461
4290
|
api_pattern: "https://router\\.huggingface\\.co/hyperbolic",
|
|
@@ -4504,63 +4333,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4504
4333
|
}
|
|
4505
4334
|
],
|
|
4506
4335
|
models: [
|
|
4507
|
-
{
|
|
4508
|
-
id: "Qwen/QwQ-32B",
|
|
4509
|
-
name: "QwQ-32B",
|
|
4510
|
-
match: {
|
|
4511
|
-
or: [
|
|
4512
|
-
{
|
|
4513
|
-
equals: "qwen/qwq-32b"
|
|
4514
|
-
},
|
|
4515
|
-
{
|
|
4516
|
-
equals: "qwen/qwq-32b-fast"
|
|
4517
|
-
}
|
|
4518
|
-
]
|
|
4519
|
-
},
|
|
4520
|
-
context_window: 131072,
|
|
4521
|
-
prices: {
|
|
4522
|
-
input_mtok: 0.4,
|
|
4523
|
-
output_mtok: 0.4
|
|
4524
|
-
}
|
|
4525
|
-
},
|
|
4526
|
-
{
|
|
4527
|
-
id: "Qwen/Qwen2.5-72B-Instruct",
|
|
4528
|
-
name: "Qwen2.5-72B-Instruct",
|
|
4529
|
-
match: {
|
|
4530
|
-
or: [
|
|
4531
|
-
{
|
|
4532
|
-
equals: "qwen/qwen2.5-72b-instruct"
|
|
4533
|
-
},
|
|
4534
|
-
{
|
|
4535
|
-
equals: "qwen/qwen2.5-72b-instruct-fast"
|
|
4536
|
-
}
|
|
4537
|
-
]
|
|
4538
|
-
},
|
|
4539
|
-
context_window: 131072,
|
|
4540
|
-
prices: {
|
|
4541
|
-
input_mtok: 0.4,
|
|
4542
|
-
output_mtok: 0.4
|
|
4543
|
-
}
|
|
4544
|
-
},
|
|
4545
|
-
{
|
|
4546
|
-
id: "Qwen/Qwen2.5-Coder-32B-Instruct",
|
|
4547
|
-
name: "Qwen2.5-Coder-32B-Instruct",
|
|
4548
|
-
match: {
|
|
4549
|
-
or: [
|
|
4550
|
-
{
|
|
4551
|
-
equals: "qwen/qwen2.5-coder-32b-instruct"
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
equals: "qwen/qwen2.5-coder-32b-instruct-fast"
|
|
4555
|
-
}
|
|
4556
|
-
]
|
|
4557
|
-
},
|
|
4558
|
-
context_window: 32768,
|
|
4559
|
-
prices: {
|
|
4560
|
-
input_mtok: 0.2,
|
|
4561
|
-
output_mtok: 0.2
|
|
4562
|
-
}
|
|
4563
|
-
},
|
|
4564
4336
|
{
|
|
4565
4337
|
id: "Qwen/Qwen2.5-VL-72B-Instruct",
|
|
4566
4338
|
name: "Qwen2.5-VL-72B-Instruct",
|
|
@@ -4732,44 +4504,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4732
4504
|
output_mtok: 1.25
|
|
4733
4505
|
}
|
|
4734
4506
|
},
|
|
4735
|
-
{
|
|
4736
|
-
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
4737
|
-
name: "Llama-3.1-8B-Instruct",
|
|
4738
|
-
match: {
|
|
4739
|
-
or: [
|
|
4740
|
-
{
|
|
4741
|
-
equals: "meta-llama/llama-3.1-8b-instruct"
|
|
4742
|
-
},
|
|
4743
|
-
{
|
|
4744
|
-
equals: "meta-llama/llama-3.1-8b-instruct-fast"
|
|
4745
|
-
}
|
|
4746
|
-
]
|
|
4747
|
-
},
|
|
4748
|
-
context_window: 131072,
|
|
4749
|
-
prices: {
|
|
4750
|
-
input_mtok: 0.1,
|
|
4751
|
-
output_mtok: 0.1
|
|
4752
|
-
}
|
|
4753
|
-
},
|
|
4754
|
-
{
|
|
4755
|
-
id: "meta-llama/Llama-3.2-3B-Instruct",
|
|
4756
|
-
name: "Llama-3.2-3B-Instruct",
|
|
4757
|
-
match: {
|
|
4758
|
-
or: [
|
|
4759
|
-
{
|
|
4760
|
-
equals: "meta-llama/llama-3.2-3b-instruct"
|
|
4761
|
-
},
|
|
4762
|
-
{
|
|
4763
|
-
equals: "meta-llama/llama-3.2-3b-instruct-fast"
|
|
4764
|
-
}
|
|
4765
|
-
]
|
|
4766
|
-
},
|
|
4767
|
-
context_window: 131072,
|
|
4768
|
-
prices: {
|
|
4769
|
-
input_mtok: 0.1,
|
|
4770
|
-
output_mtok: 0.1
|
|
4771
|
-
}
|
|
4772
|
-
},
|
|
4773
4507
|
{
|
|
4774
4508
|
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
4775
4509
|
name: "Llama-3.3-70B-Instruct",
|
|
@@ -4790,41 +4524,41 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
4790
4524
|
}
|
|
4791
4525
|
},
|
|
4792
4526
|
{
|
|
4793
|
-
id: "
|
|
4794
|
-
name: "
|
|
4527
|
+
id: "openai/gpt-oss-120b",
|
|
4528
|
+
name: "gpt-oss-120b",
|
|
4795
4529
|
match: {
|
|
4796
4530
|
or: [
|
|
4797
4531
|
{
|
|
4798
|
-
equals: "
|
|
4532
|
+
equals: "openai/gpt-oss-120b"
|
|
4799
4533
|
},
|
|
4800
4534
|
{
|
|
4801
|
-
equals: "
|
|
4535
|
+
equals: "openai/gpt-oss-120b-fast"
|
|
4802
4536
|
}
|
|
4803
4537
|
]
|
|
4804
4538
|
},
|
|
4805
|
-
context_window:
|
|
4539
|
+
context_window: 131072,
|
|
4806
4540
|
prices: {
|
|
4807
|
-
input_mtok: 0.
|
|
4808
|
-
output_mtok: 0.
|
|
4541
|
+
input_mtok: 0.3,
|
|
4542
|
+
output_mtok: 0.3
|
|
4809
4543
|
}
|
|
4810
4544
|
},
|
|
4811
4545
|
{
|
|
4812
|
-
id: "openai/gpt-oss-
|
|
4813
|
-
name: "gpt-oss-
|
|
4546
|
+
id: "openai/gpt-oss-20b",
|
|
4547
|
+
name: "gpt-oss-20b",
|
|
4814
4548
|
match: {
|
|
4815
4549
|
or: [
|
|
4816
4550
|
{
|
|
4817
|
-
equals: "openai/gpt-oss-
|
|
4551
|
+
equals: "openai/gpt-oss-20b"
|
|
4818
4552
|
},
|
|
4819
4553
|
{
|
|
4820
|
-
equals: "openai/gpt-oss-
|
|
4554
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
4821
4555
|
}
|
|
4822
4556
|
]
|
|
4823
4557
|
},
|
|
4824
4558
|
context_window: 131072,
|
|
4825
4559
|
prices: {
|
|
4826
|
-
input_mtok: 0.
|
|
4827
|
-
output_mtok: 0.
|
|
4560
|
+
input_mtok: 0.1,
|
|
4561
|
+
output_mtok: 0.1
|
|
4828
4562
|
}
|
|
4829
4563
|
}
|
|
4830
4564
|
]
|
|
@@ -5440,8 +5174,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5440
5174
|
},
|
|
5441
5175
|
context_window: 1e6,
|
|
5442
5176
|
prices: {
|
|
5443
|
-
input_mtok: 0.
|
|
5444
|
-
output_mtok:
|
|
5177
|
+
input_mtok: 0.55,
|
|
5178
|
+
output_mtok: 2.2
|
|
5445
5179
|
}
|
|
5446
5180
|
},
|
|
5447
5181
|
{
|
|
@@ -5454,6 +5188,18 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5454
5188
|
},
|
|
5455
5189
|
{
|
|
5456
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"
|
|
5457
5203
|
}
|
|
5458
5204
|
]
|
|
5459
5205
|
},
|
|
@@ -5497,8 +5243,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5497
5243
|
},
|
|
5498
5244
|
context_window: 32e3,
|
|
5499
5245
|
prices: {
|
|
5500
|
-
input_mtok: 0.
|
|
5501
|
-
output_mtok: 0.
|
|
5246
|
+
input_mtok: 0.38,
|
|
5247
|
+
output_mtok: 0.4
|
|
5502
5248
|
}
|
|
5503
5249
|
},
|
|
5504
5250
|
{
|
|
@@ -5516,8 +5262,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5516
5262
|
},
|
|
5517
5263
|
context_window: 40960,
|
|
5518
5264
|
prices: {
|
|
5519
|
-
input_mtok: 0.
|
|
5520
|
-
output_mtok: 0.
|
|
5265
|
+
input_mtok: 0.2,
|
|
5266
|
+
output_mtok: 0.8
|
|
5521
5267
|
}
|
|
5522
5268
|
},
|
|
5523
5269
|
{
|
|
@@ -5535,8 +5281,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5535
5281
|
},
|
|
5536
5282
|
context_window: 131072,
|
|
5537
5283
|
prices: {
|
|
5538
|
-
input_mtok: 0.
|
|
5539
|
-
output_mtok: 0.
|
|
5284
|
+
input_mtok: 0.09,
|
|
5285
|
+
output_mtok: 0.58
|
|
5540
5286
|
}
|
|
5541
5287
|
},
|
|
5542
5288
|
{
|
|
@@ -5554,8 +5300,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5554
5300
|
},
|
|
5555
5301
|
context_window: 131072,
|
|
5556
5302
|
prices: {
|
|
5557
|
-
input_mtok: 0.
|
|
5558
|
-
output_mtok:
|
|
5303
|
+
input_mtok: 0.3,
|
|
5304
|
+
output_mtok: 3
|
|
5559
5305
|
}
|
|
5560
5306
|
},
|
|
5561
5307
|
{
|
|
@@ -5573,8 +5319,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5573
5319
|
},
|
|
5574
5320
|
context_window: 40960,
|
|
5575
5321
|
prices: {
|
|
5576
|
-
input_mtok: 0.
|
|
5577
|
-
output_mtok: 0.
|
|
5322
|
+
input_mtok: 0.09,
|
|
5323
|
+
output_mtok: 0.45
|
|
5578
5324
|
}
|
|
5579
5325
|
},
|
|
5580
5326
|
{
|
|
@@ -5592,8 +5338,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5592
5338
|
},
|
|
5593
5339
|
context_window: 40960,
|
|
5594
5340
|
prices: {
|
|
5595
|
-
input_mtok: 0.
|
|
5596
|
-
output_mtok: 0.
|
|
5341
|
+
input_mtok: 0.1,
|
|
5342
|
+
output_mtok: 0.45
|
|
5597
5343
|
}
|
|
5598
5344
|
},
|
|
5599
5345
|
{
|
|
@@ -5615,6 +5361,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5615
5361
|
output_mtok: 1.3
|
|
5616
5362
|
}
|
|
5617
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
|
+
},
|
|
5618
5383
|
{
|
|
5619
5384
|
id: "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
5620
5385
|
name: "Qwen3-Next-80B-A3B-Instruct",
|
|
@@ -5630,8 +5395,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5630
5395
|
},
|
|
5631
5396
|
context_window: 131072,
|
|
5632
5397
|
prices: {
|
|
5633
|
-
input_mtok: 0.
|
|
5634
|
-
output_mtok: 1.
|
|
5398
|
+
input_mtok: 0.15,
|
|
5399
|
+
output_mtok: 1.5
|
|
5635
5400
|
}
|
|
5636
5401
|
},
|
|
5637
5402
|
{
|
|
@@ -5649,8 +5414,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5649
5414
|
},
|
|
5650
5415
|
context_window: 131072,
|
|
5651
5416
|
prices: {
|
|
5652
|
-
input_mtok: 0.
|
|
5653
|
-
output_mtok: 1.
|
|
5417
|
+
input_mtok: 0.15,
|
|
5418
|
+
output_mtok: 1.5
|
|
5654
5419
|
}
|
|
5655
5420
|
},
|
|
5656
5421
|
{
|
|
@@ -5668,8 +5433,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5668
5433
|
},
|
|
5669
5434
|
context_window: 131072,
|
|
5670
5435
|
prices: {
|
|
5671
|
-
input_mtok: 0.
|
|
5672
|
-
output_mtok: 1.
|
|
5436
|
+
input_mtok: 0.3,
|
|
5437
|
+
output_mtok: 1.5
|
|
5673
5438
|
}
|
|
5674
5439
|
},
|
|
5675
5440
|
{
|
|
@@ -5687,8 +5452,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5687
5452
|
},
|
|
5688
5453
|
context_window: 131072,
|
|
5689
5454
|
prices: {
|
|
5690
|
-
input_mtok: 0.
|
|
5691
|
-
output_mtok: 3.
|
|
5455
|
+
input_mtok: 0.98,
|
|
5456
|
+
output_mtok: 3.95
|
|
5692
5457
|
}
|
|
5693
5458
|
},
|
|
5694
5459
|
{
|
|
@@ -5706,8 +5471,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5706
5471
|
},
|
|
5707
5472
|
context_window: 131072,
|
|
5708
5473
|
prices: {
|
|
5709
|
-
input_mtok: 0.
|
|
5710
|
-
output_mtok: 0.
|
|
5474
|
+
input_mtok: 0.2,
|
|
5475
|
+
output_mtok: 0.7
|
|
5711
5476
|
}
|
|
5712
5477
|
},
|
|
5713
5478
|
{
|
|
@@ -5725,8 +5490,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5725
5490
|
},
|
|
5726
5491
|
context_window: 131072,
|
|
5727
5492
|
prices: {
|
|
5728
|
-
input_mtok: 0.
|
|
5729
|
-
output_mtok:
|
|
5493
|
+
input_mtok: 0.2,
|
|
5494
|
+
output_mtok: 1
|
|
5730
5495
|
}
|
|
5731
5496
|
},
|
|
5732
5497
|
{
|
|
@@ -5744,126 +5509,183 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5744
5509
|
},
|
|
5745
5510
|
context_window: 131072,
|
|
5746
5511
|
prices: {
|
|
5747
|
-
input_mtok: 0.
|
|
5748
|
-
output_mtok: 0.
|
|
5512
|
+
input_mtok: 0.08,
|
|
5513
|
+
output_mtok: 0.5
|
|
5749
5514
|
}
|
|
5750
5515
|
},
|
|
5751
5516
|
{
|
|
5752
|
-
id: "
|
|
5753
|
-
name: "
|
|
5517
|
+
id: "Qwen/Qwen3.5-122B-A10B",
|
|
5518
|
+
name: "Qwen3.5-122B-A10B",
|
|
5754
5519
|
match: {
|
|
5755
5520
|
or: [
|
|
5756
5521
|
{
|
|
5757
|
-
equals: "
|
|
5522
|
+
equals: "qwen/qwen3.5-122b-a10b"
|
|
5758
5523
|
},
|
|
5759
5524
|
{
|
|
5760
|
-
equals: "
|
|
5525
|
+
equals: "qwen/qwen3.5-122b-a10b-fast"
|
|
5761
5526
|
}
|
|
5762
5527
|
]
|
|
5763
5528
|
},
|
|
5764
|
-
context_window:
|
|
5529
|
+
context_window: 262144,
|
|
5765
5530
|
prices: {
|
|
5766
|
-
input_mtok:
|
|
5767
|
-
output_mtok:
|
|
5531
|
+
input_mtok: 0.4,
|
|
5532
|
+
output_mtok: 3.2
|
|
5768
5533
|
}
|
|
5769
5534
|
},
|
|
5770
5535
|
{
|
|
5771
|
-
id: "
|
|
5772
|
-
name: "
|
|
5536
|
+
id: "Qwen/Qwen3.5-27B",
|
|
5537
|
+
name: "Qwen3.5-27B",
|
|
5773
5538
|
match: {
|
|
5774
5539
|
or: [
|
|
5775
5540
|
{
|
|
5776
|
-
equals: "
|
|
5541
|
+
equals: "qwen/qwen3.5-27b"
|
|
5777
5542
|
},
|
|
5778
5543
|
{
|
|
5779
|
-
equals: "
|
|
5544
|
+
equals: "qwen/qwen3.5-27b-fast"
|
|
5780
5545
|
}
|
|
5781
5546
|
]
|
|
5782
5547
|
},
|
|
5783
|
-
context_window:
|
|
5548
|
+
context_window: 262144,
|
|
5784
5549
|
prices: {
|
|
5785
|
-
input_mtok: 0.
|
|
5786
|
-
output_mtok:
|
|
5550
|
+
input_mtok: 0.3,
|
|
5551
|
+
output_mtok: 2.4
|
|
5787
5552
|
}
|
|
5788
5553
|
},
|
|
5789
5554
|
{
|
|
5790
|
-
id: "
|
|
5791
|
-
name: "
|
|
5555
|
+
id: "Qwen/Qwen3.5-35B-A3B",
|
|
5556
|
+
name: "Qwen3.5-35B-A3B",
|
|
5792
5557
|
match: {
|
|
5793
5558
|
or: [
|
|
5794
5559
|
{
|
|
5795
|
-
equals: "
|
|
5560
|
+
equals: "qwen/qwen3.5-35b-a3b"
|
|
5796
5561
|
},
|
|
5797
5562
|
{
|
|
5798
|
-
equals: "
|
|
5563
|
+
equals: "qwen/qwen3.5-35b-a3b-fast"
|
|
5799
5564
|
}
|
|
5800
5565
|
]
|
|
5801
5566
|
},
|
|
5802
|
-
context_window:
|
|
5567
|
+
context_window: 262144,
|
|
5803
5568
|
prices: {
|
|
5804
|
-
input_mtok: 0.
|
|
5805
|
-
output_mtok:
|
|
5569
|
+
input_mtok: 0.25,
|
|
5570
|
+
output_mtok: 2
|
|
5806
5571
|
}
|
|
5807
5572
|
},
|
|
5808
5573
|
{
|
|
5809
|
-
id: "
|
|
5810
|
-
name: "
|
|
5574
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
5575
|
+
name: "Qwen3.5-397B-A17B",
|
|
5811
5576
|
match: {
|
|
5812
5577
|
or: [
|
|
5813
5578
|
{
|
|
5814
|
-
equals: "
|
|
5579
|
+
equals: "qwen/qwen3.5-397b-a17b"
|
|
5815
5580
|
},
|
|
5816
5581
|
{
|
|
5817
|
-
equals: "
|
|
5582
|
+
equals: "qwen/qwen3.5-397b-a17b-fast"
|
|
5818
5583
|
}
|
|
5819
5584
|
]
|
|
5820
5585
|
},
|
|
5821
5586
|
context_window: 262144,
|
|
5822
5587
|
prices: {
|
|
5823
|
-
input_mtok: 0.
|
|
5824
|
-
output_mtok:
|
|
5588
|
+
input_mtok: 0.6,
|
|
5589
|
+
output_mtok: 3.6
|
|
5825
5590
|
}
|
|
5826
5591
|
},
|
|
5827
5592
|
{
|
|
5828
|
-
id: "
|
|
5829
|
-
name: "
|
|
5593
|
+
id: "Sao10K/L3-70B-Euryale-v2.1",
|
|
5594
|
+
name: "L3-70B-Euryale-v2.1",
|
|
5830
5595
|
match: {
|
|
5831
5596
|
or: [
|
|
5832
5597
|
{
|
|
5833
|
-
equals: "
|
|
5598
|
+
equals: "sao10k/l3-70b-euryale-v2.1"
|
|
5834
5599
|
},
|
|
5835
5600
|
{
|
|
5836
|
-
equals: "
|
|
5601
|
+
equals: "sao10k/l3-70b-euryale-v2.1-fast"
|
|
5837
5602
|
}
|
|
5838
5603
|
]
|
|
5839
5604
|
},
|
|
5840
|
-
context_window:
|
|
5605
|
+
context_window: 8192,
|
|
5841
5606
|
prices: {
|
|
5842
|
-
input_mtok:
|
|
5843
|
-
output_mtok:
|
|
5607
|
+
input_mtok: 1.48,
|
|
5608
|
+
output_mtok: 1.48
|
|
5844
5609
|
}
|
|
5845
5610
|
},
|
|
5846
5611
|
{
|
|
5847
|
-
id: "
|
|
5848
|
-
name: "
|
|
5612
|
+
id: "Sao10K/L3-8B-Lunaris-v1",
|
|
5613
|
+
name: "L3-8B-Lunaris-v1",
|
|
5849
5614
|
match: {
|
|
5850
5615
|
or: [
|
|
5851
5616
|
{
|
|
5852
|
-
equals: "
|
|
5617
|
+
equals: "sao10k/l3-8b-lunaris-v1"
|
|
5853
5618
|
},
|
|
5854
5619
|
{
|
|
5855
|
-
equals: "
|
|
5620
|
+
equals: "sao10k/l3-8b-lunaris-v1-fast"
|
|
5856
5621
|
}
|
|
5857
5622
|
]
|
|
5858
5623
|
},
|
|
5859
|
-
context_window:
|
|
5624
|
+
context_window: 8192,
|
|
5860
5625
|
prices: {
|
|
5861
|
-
input_mtok: 0.
|
|
5862
|
-
output_mtok: 0.
|
|
5626
|
+
input_mtok: 0.05,
|
|
5627
|
+
output_mtok: 0.05
|
|
5863
5628
|
}
|
|
5864
5629
|
},
|
|
5865
5630
|
{
|
|
5866
|
-
id: "
|
|
5631
|
+
id: "Sao10K/L3-8B-Stheno-v3.2",
|
|
5632
|
+
name: "L3-8B-Stheno-v3.2",
|
|
5633
|
+
match: {
|
|
5634
|
+
or: [
|
|
5635
|
+
{
|
|
5636
|
+
equals: "sao10k/l3-8b-stheno-v3.2"
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
equals: "sao10k/l3-8b-stheno-v3.2-fast"
|
|
5640
|
+
}
|
|
5641
|
+
]
|
|
5642
|
+
},
|
|
5643
|
+
context_window: 8192,
|
|
5644
|
+
prices: {
|
|
5645
|
+
input_mtok: 0.05,
|
|
5646
|
+
output_mtok: 0.05
|
|
5647
|
+
}
|
|
5648
|
+
},
|
|
5649
|
+
{
|
|
5650
|
+
id: "XiaomiMiMo/MiMo-V2-Flash",
|
|
5651
|
+
name: "MiMo-V2-Flash",
|
|
5652
|
+
match: {
|
|
5653
|
+
or: [
|
|
5654
|
+
{
|
|
5655
|
+
equals: "xiaomimimo/mimo-v2-flash"
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
equals: "xiaomimimo/mimo-v2-flash-fast"
|
|
5659
|
+
}
|
|
5660
|
+
]
|
|
5661
|
+
},
|
|
5662
|
+
context_window: 262144,
|
|
5663
|
+
prices: {
|
|
5664
|
+
input_mtok: 0.1,
|
|
5665
|
+
output_mtok: 0.3
|
|
5666
|
+
}
|
|
5667
|
+
},
|
|
5668
|
+
{
|
|
5669
|
+
id: "alpindale/WizardLM-2-8x22B",
|
|
5670
|
+
name: "WizardLM-2-8x22B",
|
|
5671
|
+
match: {
|
|
5672
|
+
or: [
|
|
5673
|
+
{
|
|
5674
|
+
equals: "alpindale/wizardlm-2-8x22b"
|
|
5675
|
+
},
|
|
5676
|
+
{
|
|
5677
|
+
equals: "alpindale/wizardlm-2-8x22b-fast"
|
|
5678
|
+
}
|
|
5679
|
+
]
|
|
5680
|
+
},
|
|
5681
|
+
context_window: 65535,
|
|
5682
|
+
prices: {
|
|
5683
|
+
input_mtok: 0.62,
|
|
5684
|
+
output_mtok: 0.62
|
|
5685
|
+
}
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
id: "baidu/ERNIE-4.5-21B-A3B-PT",
|
|
5867
5689
|
name: "ERNIE-4.5-21B-A3B-PT",
|
|
5868
5690
|
match: {
|
|
5869
5691
|
or: [
|
|
@@ -5877,8 +5699,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5877
5699
|
},
|
|
5878
5700
|
context_window: 12e4,
|
|
5879
5701
|
prices: {
|
|
5880
|
-
input_mtok: 0.
|
|
5881
|
-
output_mtok: 0.
|
|
5702
|
+
input_mtok: 0.07,
|
|
5703
|
+
output_mtok: 0.28
|
|
5882
5704
|
}
|
|
5883
5705
|
},
|
|
5884
5706
|
{
|
|
@@ -5896,8 +5718,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5896
5718
|
},
|
|
5897
5719
|
context_window: 123e3,
|
|
5898
5720
|
prices: {
|
|
5899
|
-
input_mtok: 0.
|
|
5900
|
-
output_mtok:
|
|
5721
|
+
input_mtok: 0.28,
|
|
5722
|
+
output_mtok: 1.1
|
|
5901
5723
|
}
|
|
5902
5724
|
},
|
|
5903
5725
|
{
|
|
@@ -5915,8 +5737,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5915
5737
|
},
|
|
5916
5738
|
context_window: 3e4,
|
|
5917
5739
|
prices: {
|
|
5918
|
-
input_mtok: 0.
|
|
5919
|
-
output_mtok: 0.
|
|
5740
|
+
input_mtok: 0.14,
|
|
5741
|
+
output_mtok: 0.56
|
|
5920
5742
|
}
|
|
5921
5743
|
},
|
|
5922
5744
|
{
|
|
@@ -5934,8 +5756,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5934
5756
|
},
|
|
5935
5757
|
context_window: 123e3,
|
|
5936
5758
|
prices: {
|
|
5937
|
-
input_mtok: 0.
|
|
5938
|
-
output_mtok: 1
|
|
5759
|
+
input_mtok: 0.42,
|
|
5760
|
+
output_mtok: 1.25
|
|
5939
5761
|
}
|
|
5940
5762
|
},
|
|
5941
5763
|
{
|
|
@@ -5953,8 +5775,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5953
5775
|
},
|
|
5954
5776
|
context_window: 16e4,
|
|
5955
5777
|
prices: {
|
|
5956
|
-
input_mtok: 0.
|
|
5957
|
-
output_mtok: 2
|
|
5778
|
+
input_mtok: 0.7,
|
|
5779
|
+
output_mtok: 2.5
|
|
5958
5780
|
}
|
|
5959
5781
|
},
|
|
5960
5782
|
{
|
|
@@ -5978,27 +5800,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
5978
5800
|
},
|
|
5979
5801
|
context_window: 64e3,
|
|
5980
5802
|
prices: {
|
|
5981
|
-
input_mtok: 0.
|
|
5982
|
-
output_mtok: 2
|
|
5983
|
-
}
|
|
5984
|
-
},
|
|
5985
|
-
{
|
|
5986
|
-
id: "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
|
|
5987
|
-
name: "DeepSeek-R1-0528-Qwen3-8B",
|
|
5988
|
-
match: {
|
|
5989
|
-
or: [
|
|
5990
|
-
{
|
|
5991
|
-
equals: "deepseek-ai/deepseek-r1-0528-qwen3-8b"
|
|
5992
|
-
},
|
|
5993
|
-
{
|
|
5994
|
-
equals: "deepseek-ai/deepseek-r1-0528-qwen3-8b-fast"
|
|
5995
|
-
}
|
|
5996
|
-
]
|
|
5997
|
-
},
|
|
5998
|
-
context_window: 128e3,
|
|
5999
|
-
prices: {
|
|
6000
|
-
input_mtok: 0.048,
|
|
6001
|
-
output_mtok: 0.072
|
|
5803
|
+
input_mtok: 0.7,
|
|
5804
|
+
output_mtok: 2.5
|
|
6002
5805
|
}
|
|
6003
5806
|
},
|
|
6004
5807
|
{
|
|
@@ -6016,46 +5819,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6016
5819
|
},
|
|
6017
5820
|
context_window: 8192,
|
|
6018
5821
|
prices: {
|
|
6019
|
-
input_mtok: 0.
|
|
6020
|
-
output_mtok: 0.
|
|
6021
|
-
}
|
|
6022
|
-
},
|
|
6023
|
-
{
|
|
6024
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
|
|
6025
|
-
name: "DeepSeek-R1-Distill-Qwen-14B",
|
|
6026
|
-
match: {
|
|
6027
|
-
or: [
|
|
6028
|
-
{
|
|
6029
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b"
|
|
6030
|
-
},
|
|
6031
|
-
{
|
|
6032
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b-fast"
|
|
6033
|
-
}
|
|
6034
|
-
]
|
|
6035
|
-
},
|
|
6036
|
-
context_window: 32768,
|
|
6037
|
-
prices: {
|
|
6038
|
-
input_mtok: 0.12,
|
|
6039
|
-
output_mtok: 0.12
|
|
6040
|
-
}
|
|
6041
|
-
},
|
|
6042
|
-
{
|
|
6043
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
|
6044
|
-
name: "DeepSeek-R1-Distill-Qwen-32B",
|
|
6045
|
-
match: {
|
|
6046
|
-
or: [
|
|
6047
|
-
{
|
|
6048
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-32b"
|
|
6049
|
-
},
|
|
6050
|
-
{
|
|
6051
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-32b-fast"
|
|
6052
|
-
}
|
|
6053
|
-
]
|
|
6054
|
-
},
|
|
6055
|
-
context_window: 64e3,
|
|
6056
|
-
prices: {
|
|
6057
|
-
input_mtok: 0.24,
|
|
6058
|
-
output_mtok: 0.24
|
|
5822
|
+
input_mtok: 0.8,
|
|
5823
|
+
output_mtok: 0.8
|
|
6059
5824
|
}
|
|
6060
5825
|
},
|
|
6061
5826
|
{
|
|
@@ -6073,8 +5838,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6073
5838
|
},
|
|
6074
5839
|
context_window: 64e3,
|
|
6075
5840
|
prices: {
|
|
6076
|
-
input_mtok: 0.
|
|
6077
|
-
output_mtok: 1.
|
|
5841
|
+
input_mtok: 0.4,
|
|
5842
|
+
output_mtok: 1.3
|
|
6078
5843
|
}
|
|
6079
5844
|
},
|
|
6080
5845
|
{
|
|
@@ -6092,8 +5857,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6092
5857
|
},
|
|
6093
5858
|
context_window: 163840,
|
|
6094
5859
|
prices: {
|
|
6095
|
-
input_mtok: 0.
|
|
6096
|
-
output_mtok:
|
|
5860
|
+
input_mtok: 0.27,
|
|
5861
|
+
output_mtok: 1.12
|
|
6097
5862
|
}
|
|
6098
5863
|
},
|
|
6099
5864
|
{
|
|
@@ -6117,8 +5882,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6117
5882
|
},
|
|
6118
5883
|
context_window: 131072,
|
|
6119
5884
|
prices: {
|
|
6120
|
-
input_mtok: 0.
|
|
6121
|
-
output_mtok:
|
|
5885
|
+
input_mtok: 0.27,
|
|
5886
|
+
output_mtok: 1
|
|
6122
5887
|
}
|
|
6123
5888
|
},
|
|
6124
5889
|
{
|
|
@@ -6155,8 +5920,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6155
5920
|
},
|
|
6156
5921
|
context_window: 163840,
|
|
6157
5922
|
prices: {
|
|
6158
|
-
input_mtok: 0.
|
|
6159
|
-
output_mtok: 0.
|
|
5923
|
+
input_mtok: 0.27,
|
|
5924
|
+
output_mtok: 0.41
|
|
6160
5925
|
}
|
|
6161
5926
|
},
|
|
6162
5927
|
{
|
|
@@ -6179,41 +5944,60 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6179
5944
|
}
|
|
6180
5945
|
},
|
|
6181
5946
|
{
|
|
6182
|
-
id: "meta-llama/Llama-3.
|
|
6183
|
-
name: "Llama-3.
|
|
5947
|
+
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
5948
|
+
name: "Llama-3.3-70B-Instruct",
|
|
6184
5949
|
match: {
|
|
6185
5950
|
or: [
|
|
6186
5951
|
{
|
|
6187
|
-
equals: "meta-llama/llama-3.
|
|
5952
|
+
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
6188
5953
|
},
|
|
6189
5954
|
{
|
|
6190
|
-
equals: "meta-llama/llama-3.
|
|
5955
|
+
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
6191
5956
|
}
|
|
6192
5957
|
]
|
|
6193
5958
|
},
|
|
6194
|
-
context_window:
|
|
5959
|
+
context_window: 131072,
|
|
6195
5960
|
prices: {
|
|
6196
|
-
input_mtok: 0.
|
|
6197
|
-
output_mtok: 0.
|
|
5961
|
+
input_mtok: 0.135,
|
|
5962
|
+
output_mtok: 0.4
|
|
6198
5963
|
}
|
|
6199
5964
|
},
|
|
6200
5965
|
{
|
|
6201
|
-
id: "meta-llama/Llama-
|
|
6202
|
-
name: "Llama-
|
|
5966
|
+
id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
5967
|
+
name: "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
6203
5968
|
match: {
|
|
6204
5969
|
or: [
|
|
6205
5970
|
{
|
|
6206
|
-
equals: "meta-llama/llama-
|
|
5971
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8"
|
|
6207
5972
|
},
|
|
6208
5973
|
{
|
|
6209
|
-
equals: "meta-llama/llama-
|
|
5974
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8-fast"
|
|
5975
|
+
}
|
|
5976
|
+
]
|
|
5977
|
+
},
|
|
5978
|
+
context_window: 1048576,
|
|
5979
|
+
prices: {
|
|
5980
|
+
input_mtok: 0.27,
|
|
5981
|
+
output_mtok: 0.85
|
|
5982
|
+
}
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
id: "meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
5986
|
+
name: "Llama-4-Scout-17B-16E-Instruct",
|
|
5987
|
+
match: {
|
|
5988
|
+
or: [
|
|
5989
|
+
{
|
|
5990
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct"
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
equals: "meta-llama/llama-4-scout-17b-16e-instruct-fast"
|
|
6210
5994
|
}
|
|
6211
5995
|
]
|
|
6212
5996
|
},
|
|
6213
5997
|
context_window: 131072,
|
|
6214
5998
|
prices: {
|
|
6215
|
-
input_mtok: 0.
|
|
6216
|
-
output_mtok: 0.
|
|
5999
|
+
input_mtok: 0.18,
|
|
6000
|
+
output_mtok: 0.59
|
|
6217
6001
|
}
|
|
6218
6002
|
},
|
|
6219
6003
|
{
|
|
@@ -6250,8 +6034,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6250
6034
|
},
|
|
6251
6035
|
context_window: 8192,
|
|
6252
6036
|
prices: {
|
|
6253
|
-
input_mtok: 0.
|
|
6254
|
-
output_mtok: 0.
|
|
6037
|
+
input_mtok: 0.04,
|
|
6038
|
+
output_mtok: 0.04
|
|
6255
6039
|
}
|
|
6256
6040
|
},
|
|
6257
6041
|
{
|
|
@@ -6269,8 +6053,27 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6269
6053
|
},
|
|
6270
6054
|
context_window: 131072,
|
|
6271
6055
|
prices: {
|
|
6272
|
-
input_mtok: 0.
|
|
6273
|
-
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
|
|
6274
6077
|
}
|
|
6275
6078
|
},
|
|
6276
6079
|
{
|
|
@@ -6288,8 +6091,27 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6288
6091
|
},
|
|
6289
6092
|
context_window: 262144,
|
|
6290
6093
|
prices: {
|
|
6291
|
-
input_mtok: 0.
|
|
6292
|
-
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
|
|
6293
6115
|
}
|
|
6294
6116
|
},
|
|
6295
6117
|
{
|
|
@@ -6306,9 +6128,28 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6306
6128
|
]
|
|
6307
6129
|
},
|
|
6308
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,
|
|
6309
6150
|
prices: {
|
|
6310
6151
|
input_mtok: 0.04,
|
|
6311
|
-
output_mtok: 0.
|
|
6152
|
+
output_mtok: 0.15
|
|
6312
6153
|
}
|
|
6313
6154
|
},
|
|
6314
6155
|
{
|
|
@@ -6331,22 +6172,22 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6331
6172
|
}
|
|
6332
6173
|
},
|
|
6333
6174
|
{
|
|
6334
|
-
id: "zai-org/GLM-4
|
|
6335
|
-
name: "GLM-4
|
|
6175
|
+
id: "zai-org/GLM-4-32B-0414",
|
|
6176
|
+
name: "GLM-4-32B-0414",
|
|
6336
6177
|
match: {
|
|
6337
6178
|
or: [
|
|
6338
6179
|
{
|
|
6339
|
-
equals: "zai-org/glm-4
|
|
6180
|
+
equals: "zai-org/glm-4-32b-0414"
|
|
6340
6181
|
},
|
|
6341
6182
|
{
|
|
6342
|
-
equals: "zai-org/glm-4
|
|
6183
|
+
equals: "zai-org/glm-4-32b-0414-fast"
|
|
6343
6184
|
}
|
|
6344
6185
|
]
|
|
6345
6186
|
},
|
|
6346
|
-
context_window:
|
|
6187
|
+
context_window: 32e3,
|
|
6347
6188
|
prices: {
|
|
6348
|
-
input_mtok: 0.
|
|
6349
|
-
output_mtok:
|
|
6189
|
+
input_mtok: 0.55,
|
|
6190
|
+
output_mtok: 1.66
|
|
6350
6191
|
}
|
|
6351
6192
|
},
|
|
6352
6193
|
{
|
|
@@ -6364,8 +6205,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6364
6205
|
},
|
|
6365
6206
|
context_window: 131072,
|
|
6366
6207
|
prices: {
|
|
6367
|
-
input_mtok: 0.
|
|
6368
|
-
output_mtok:
|
|
6208
|
+
input_mtok: 0.6,
|
|
6209
|
+
output_mtok: 2.2
|
|
6369
6210
|
}
|
|
6370
6211
|
},
|
|
6371
6212
|
{
|
|
@@ -6383,8 +6224,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6383
6224
|
},
|
|
6384
6225
|
context_window: 131072,
|
|
6385
6226
|
prices: {
|
|
6386
|
-
input_mtok: 0.
|
|
6387
|
-
output_mtok: 0.
|
|
6227
|
+
input_mtok: 0.13,
|
|
6228
|
+
output_mtok: 0.85
|
|
6388
6229
|
}
|
|
6389
6230
|
},
|
|
6390
6231
|
{
|
|
@@ -6402,8 +6243,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6402
6243
|
},
|
|
6403
6244
|
context_window: 65536,
|
|
6404
6245
|
prices: {
|
|
6405
|
-
input_mtok: 0.
|
|
6406
|
-
output_mtok: 1.
|
|
6246
|
+
input_mtok: 0.6,
|
|
6247
|
+
output_mtok: 1.8
|
|
6407
6248
|
}
|
|
6408
6249
|
},
|
|
6409
6250
|
{
|
|
@@ -6421,8 +6262,8 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6421
6262
|
},
|
|
6422
6263
|
context_window: 204800,
|
|
6423
6264
|
prices: {
|
|
6424
|
-
input_mtok: 0.
|
|
6425
|
-
output_mtok:
|
|
6265
|
+
input_mtok: 0.55,
|
|
6266
|
+
output_mtok: 2.2
|
|
6426
6267
|
}
|
|
6427
6268
|
},
|
|
6428
6269
|
{
|
|
@@ -6443,30 +6284,87 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6443
6284
|
input_mtok: 0.3,
|
|
6444
6285
|
output_mtok: 0.9
|
|
6445
6286
|
}
|
|
6446
|
-
}
|
|
6447
|
-
]
|
|
6448
|
-
},
|
|
6449
|
-
{
|
|
6450
|
-
id: "huggingface_nscale",
|
|
6451
|
-
name: "HuggingFace (nscale)",
|
|
6452
|
-
pricing_urls: ["https://router.huggingface.co/v1/models", "https://huggingface.co/inference/models"],
|
|
6453
|
-
api_pattern: "https://router\\.huggingface\\.co/nscale",
|
|
6454
|
-
provider_match: {
|
|
6455
|
-
and: [
|
|
6456
|
-
{
|
|
6457
|
-
contains: "huggingface"
|
|
6458
|
-
},
|
|
6459
|
-
{
|
|
6460
|
-
contains: "nscale"
|
|
6461
|
-
}
|
|
6462
|
-
]
|
|
6463
|
-
},
|
|
6464
|
-
extractors: [
|
|
6287
|
+
},
|
|
6465
6288
|
{
|
|
6466
|
-
|
|
6467
|
-
|
|
6468
|
-
|
|
6469
|
-
|
|
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
|
+
}
|
|
6344
|
+
}
|
|
6345
|
+
]
|
|
6346
|
+
},
|
|
6347
|
+
{
|
|
6348
|
+
id: "huggingface_nscale",
|
|
6349
|
+
name: "HuggingFace (nscale)",
|
|
6350
|
+
pricing_urls: ["https://router.huggingface.co/v1/models", "https://huggingface.co/inference/models"],
|
|
6351
|
+
api_pattern: "https://router\\.huggingface\\.co/nscale",
|
|
6352
|
+
provider_match: {
|
|
6353
|
+
and: [
|
|
6354
|
+
{
|
|
6355
|
+
contains: "huggingface"
|
|
6356
|
+
},
|
|
6357
|
+
{
|
|
6358
|
+
contains: "nscale"
|
|
6359
|
+
}
|
|
6360
|
+
]
|
|
6361
|
+
},
|
|
6362
|
+
extractors: [
|
|
6363
|
+
{
|
|
6364
|
+
api_flavor: "chat",
|
|
6365
|
+
root: "usage",
|
|
6366
|
+
model_path: "model",
|
|
6367
|
+
mappings: [
|
|
6470
6368
|
{
|
|
6471
6369
|
path: "prompt_tokens",
|
|
6472
6370
|
dest: "input_tokens",
|
|
@@ -6749,25 +6647,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6749
6647
|
output_mtok: 0.1
|
|
6750
6648
|
}
|
|
6751
6649
|
},
|
|
6752
|
-
{
|
|
6753
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-14B",
|
|
6754
|
-
name: "DeepSeek-R1-Distill-Qwen-14B",
|
|
6755
|
-
match: {
|
|
6756
|
-
or: [
|
|
6757
|
-
{
|
|
6758
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b"
|
|
6759
|
-
},
|
|
6760
|
-
{
|
|
6761
|
-
equals: "deepseek-ai/deepseek-r1-distill-qwen-14b-fast"
|
|
6762
|
-
}
|
|
6763
|
-
]
|
|
6764
|
-
},
|
|
6765
|
-
context_window: 131072,
|
|
6766
|
-
prices: {
|
|
6767
|
-
input_mtok: 0.2,
|
|
6768
|
-
output_mtok: 0.2
|
|
6769
|
-
}
|
|
6770
|
-
},
|
|
6771
6650
|
{
|
|
6772
6651
|
id: "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B",
|
|
6773
6652
|
name: "DeepSeek-R1-Distill-Qwen-32B",
|
|
@@ -6844,6 +6723,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6844
6723
|
output_mtok: 0.4
|
|
6845
6724
|
}
|
|
6846
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
|
+
},
|
|
6847
6745
|
{
|
|
6848
6746
|
id: "openai/gpt-oss-120b",
|
|
6849
6747
|
name: "gpt-oss-120b",
|
|
@@ -6862,6 +6760,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6862
6760
|
input_mtok: 0.1,
|
|
6863
6761
|
output_mtok: 0.4
|
|
6864
6762
|
}
|
|
6763
|
+
},
|
|
6764
|
+
{
|
|
6765
|
+
id: "openai/gpt-oss-20b",
|
|
6766
|
+
name: "gpt-oss-20b",
|
|
6767
|
+
match: {
|
|
6768
|
+
or: [
|
|
6769
|
+
{
|
|
6770
|
+
equals: "openai/gpt-oss-20b"
|
|
6771
|
+
},
|
|
6772
|
+
{
|
|
6773
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
6774
|
+
}
|
|
6775
|
+
]
|
|
6776
|
+
},
|
|
6777
|
+
context_window: 131072,
|
|
6778
|
+
prices: {
|
|
6779
|
+
input_mtok: 0.05,
|
|
6780
|
+
output_mtok: 0.2
|
|
6781
|
+
}
|
|
6865
6782
|
}
|
|
6866
6783
|
]
|
|
6867
6784
|
},
|
|
@@ -6972,25 +6889,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
6972
6889
|
output_mtok: 0.26
|
|
6973
6890
|
}
|
|
6974
6891
|
},
|
|
6975
|
-
{
|
|
6976
|
-
id: "deepseek-ai/DeepSeek-R1-Distill-Llama-70B",
|
|
6977
|
-
name: "DeepSeek-R1-Distill-Llama-70B",
|
|
6978
|
-
match: {
|
|
6979
|
-
or: [
|
|
6980
|
-
{
|
|
6981
|
-
equals: "deepseek-ai/deepseek-r1-distill-llama-70b"
|
|
6982
|
-
},
|
|
6983
|
-
{
|
|
6984
|
-
equals: "deepseek-ai/deepseek-r1-distill-llama-70b-fast"
|
|
6985
|
-
}
|
|
6986
|
-
]
|
|
6987
|
-
},
|
|
6988
|
-
context_window: 131072,
|
|
6989
|
-
prices: {
|
|
6990
|
-
input_mtok: 0.74,
|
|
6991
|
-
output_mtok: 0.74
|
|
6992
|
-
}
|
|
6993
|
-
},
|
|
6994
6892
|
{
|
|
6995
6893
|
id: "meta-llama/Llama-3.1-8B-Instruct",
|
|
6996
6894
|
name: "Llama-3.1-8B-Instruct",
|
|
@@ -7047,6 +6945,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7047
6945
|
input_mtok: 0.09,
|
|
7048
6946
|
output_mtok: 0.47
|
|
7049
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
|
+
}
|
|
7050
6967
|
}
|
|
7051
6968
|
]
|
|
7052
6969
|
},
|
|
@@ -7113,7 +7030,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7113
7030
|
}
|
|
7114
7031
|
]
|
|
7115
7032
|
},
|
|
7116
|
-
prices: {
|
|
7033
|
+
prices: {
|
|
7034
|
+
input_mtok: 0.2,
|
|
7035
|
+
output_mtok: 0.4
|
|
7036
|
+
}
|
|
7117
7037
|
},
|
|
7118
7038
|
{
|
|
7119
7039
|
id: "aisingapore/Qwen-SEA-LION-v4-32B-IT",
|
|
@@ -7128,7 +7048,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7128
7048
|
}
|
|
7129
7049
|
]
|
|
7130
7050
|
},
|
|
7131
|
-
prices: {
|
|
7051
|
+
prices: {
|
|
7052
|
+
input_mtok: 0.25,
|
|
7053
|
+
output_mtok: 0.5
|
|
7054
|
+
}
|
|
7132
7055
|
},
|
|
7133
7056
|
{
|
|
7134
7057
|
id: "allenai/Olmo-3-7B-Instruct",
|
|
@@ -7143,22 +7066,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7143
7066
|
}
|
|
7144
7067
|
]
|
|
7145
7068
|
},
|
|
7146
|
-
prices: {
|
|
7147
|
-
|
|
7148
|
-
|
|
7149
|
-
|
|
7150
|
-
name: "Olmo-3-7B-Think",
|
|
7151
|
-
match: {
|
|
7152
|
-
or: [
|
|
7153
|
-
{
|
|
7154
|
-
equals: "allenai/olmo-3-7b-think"
|
|
7155
|
-
},
|
|
7156
|
-
{
|
|
7157
|
-
equals: "allenai/olmo-3-7b-think-fast"
|
|
7158
|
-
}
|
|
7159
|
-
]
|
|
7160
|
-
},
|
|
7161
|
-
prices: {}
|
|
7069
|
+
prices: {
|
|
7070
|
+
input_mtok: 0.1,
|
|
7071
|
+
output_mtok: 0.2
|
|
7072
|
+
}
|
|
7162
7073
|
},
|
|
7163
7074
|
{
|
|
7164
7075
|
id: "allenai/Olmo-3.1-32B-Instruct",
|
|
@@ -7173,22 +7084,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7173
7084
|
}
|
|
7174
7085
|
]
|
|
7175
7086
|
},
|
|
7176
|
-
prices: {
|
|
7177
|
-
|
|
7178
|
-
|
|
7179
|
-
|
|
7180
|
-
name: "Olmo-3.1-32B-Think",
|
|
7181
|
-
match: {
|
|
7182
|
-
or: [
|
|
7183
|
-
{
|
|
7184
|
-
equals: "allenai/olmo-3.1-32b-think"
|
|
7185
|
-
},
|
|
7186
|
-
{
|
|
7187
|
-
equals: "allenai/olmo-3.1-32b-think-fast"
|
|
7188
|
-
}
|
|
7189
|
-
]
|
|
7190
|
-
},
|
|
7191
|
-
prices: {}
|
|
7087
|
+
prices: {
|
|
7088
|
+
input_mtok: 0.2,
|
|
7089
|
+
output_mtok: 0.6
|
|
7090
|
+
}
|
|
7192
7091
|
},
|
|
7193
7092
|
{
|
|
7194
7093
|
id: "dicta-il/DictaLM-3.0-24B-Thinking",
|
|
@@ -7203,7 +7102,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7203
7102
|
}
|
|
7204
7103
|
]
|
|
7205
7104
|
},
|
|
7206
|
-
prices: {
|
|
7105
|
+
prices: {
|
|
7106
|
+
input_mtok: 0.2,
|
|
7107
|
+
output_mtok: 0.4
|
|
7108
|
+
}
|
|
7207
7109
|
},
|
|
7208
7110
|
{
|
|
7209
7111
|
id: "swiss-ai/Apertus-70B-Instruct-2509",
|
|
@@ -7218,7 +7120,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7218
7120
|
}
|
|
7219
7121
|
]
|
|
7220
7122
|
},
|
|
7221
|
-
prices: {
|
|
7123
|
+
prices: {
|
|
7124
|
+
input_mtok: 0.82,
|
|
7125
|
+
output_mtok: 2.92
|
|
7126
|
+
}
|
|
7222
7127
|
},
|
|
7223
7128
|
{
|
|
7224
7129
|
id: "swiss-ai/Apertus-8B-Instruct-2509",
|
|
@@ -7233,7 +7138,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7233
7138
|
}
|
|
7234
7139
|
]
|
|
7235
7140
|
},
|
|
7236
|
-
prices: {
|
|
7141
|
+
prices: {
|
|
7142
|
+
input_mtok: 0.1,
|
|
7143
|
+
output_mtok: 0.2
|
|
7144
|
+
}
|
|
7237
7145
|
},
|
|
7238
7146
|
{
|
|
7239
7147
|
id: "utter-project/EuroLLM-22B-Instruct-2512",
|
|
@@ -7248,7 +7156,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7248
7156
|
}
|
|
7249
7157
|
]
|
|
7250
7158
|
},
|
|
7251
|
-
prices: {
|
|
7159
|
+
prices: {
|
|
7160
|
+
input_mtok: 0.1,
|
|
7161
|
+
output_mtok: 0.2
|
|
7162
|
+
}
|
|
7252
7163
|
}
|
|
7253
7164
|
]
|
|
7254
7165
|
},
|
|
@@ -7525,25 +7436,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7525
7436
|
output_mtok: 0.15
|
|
7526
7437
|
}
|
|
7527
7438
|
},
|
|
7528
|
-
{
|
|
7529
|
-
id: "Qwen/Qwen2.5-72B-Instruct",
|
|
7530
|
-
name: "Qwen2.5-72B-Instruct",
|
|
7531
|
-
match: {
|
|
7532
|
-
or: [
|
|
7533
|
-
{
|
|
7534
|
-
equals: "qwen/qwen2.5-72b-instruct"
|
|
7535
|
-
},
|
|
7536
|
-
{
|
|
7537
|
-
equals: "qwen/qwen2.5-72b-instruct-fast"
|
|
7538
|
-
}
|
|
7539
|
-
]
|
|
7540
|
-
},
|
|
7541
|
-
context_window: 131072,
|
|
7542
|
-
prices: {
|
|
7543
|
-
input_mtok: 1.2,
|
|
7544
|
-
output_mtok: 1.2
|
|
7545
|
-
}
|
|
7546
|
-
},
|
|
7547
7439
|
{
|
|
7548
7440
|
id: "Qwen/Qwen2.5-7B-Instruct",
|
|
7549
7441
|
name: "Qwen2.5-7B-Instruct",
|
|
@@ -7564,22 +7456,10 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7564
7456
|
}
|
|
7565
7457
|
},
|
|
7566
7458
|
{
|
|
7567
|
-
id: "Qwen/Qwen3-235B-A22B",
|
|
7568
|
-
name: "Qwen3-235B-A22B",
|
|
7459
|
+
id: "Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
7460
|
+
name: "Qwen3-235B-A22B-Instruct-2507",
|
|
7569
7461
|
match: {
|
|
7570
7462
|
or: [
|
|
7571
|
-
{
|
|
7572
|
-
equals: "qwen/qwen3-235b-a22b"
|
|
7573
|
-
},
|
|
7574
|
-
{
|
|
7575
|
-
equals: "qwen/qwen3-235b-a22b-fast"
|
|
7576
|
-
},
|
|
7577
|
-
{
|
|
7578
|
-
equals: "qwen/qwen3-235b-a22b-fp8"
|
|
7579
|
-
},
|
|
7580
|
-
{
|
|
7581
|
-
equals: "qwen/qwen3-235b-a22b-fp8-fast"
|
|
7582
|
-
},
|
|
7583
7463
|
{
|
|
7584
7464
|
equals: "qwen/qwen3-235b-a22b-instruct-2507"
|
|
7585
7465
|
},
|
|
@@ -7588,7 +7468,7 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7588
7468
|
}
|
|
7589
7469
|
]
|
|
7590
7470
|
},
|
|
7591
|
-
context_window:
|
|
7471
|
+
context_window: 262144,
|
|
7592
7472
|
prices: {
|
|
7593
7473
|
input_mtok: 0.2,
|
|
7594
7474
|
output_mtok: 0.6
|
|
@@ -7620,34 +7500,34 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7620
7500
|
}
|
|
7621
7501
|
},
|
|
7622
7502
|
{
|
|
7623
|
-
id: "Qwen/Qwen3-Next-
|
|
7624
|
-
name: "Qwen3-Next-
|
|
7503
|
+
id: "Qwen/Qwen3-Coder-Next-FP8",
|
|
7504
|
+
name: "Qwen3-Coder-Next-FP8",
|
|
7625
7505
|
match: {
|
|
7626
7506
|
or: [
|
|
7627
7507
|
{
|
|
7628
|
-
equals: "qwen/qwen3-next-
|
|
7508
|
+
equals: "qwen/qwen3-coder-next-fp8"
|
|
7629
7509
|
},
|
|
7630
7510
|
{
|
|
7631
|
-
equals: "qwen/qwen3-next-
|
|
7511
|
+
equals: "qwen/qwen3-coder-next-fp8-fast"
|
|
7632
7512
|
}
|
|
7633
7513
|
]
|
|
7634
7514
|
},
|
|
7635
7515
|
context_window: 262144,
|
|
7636
7516
|
prices: {
|
|
7637
|
-
input_mtok: 0.
|
|
7638
|
-
output_mtok: 1.
|
|
7517
|
+
input_mtok: 0.5,
|
|
7518
|
+
output_mtok: 1.2
|
|
7639
7519
|
}
|
|
7640
7520
|
},
|
|
7641
7521
|
{
|
|
7642
|
-
id: "Qwen/Qwen3-Next-80B-A3B-
|
|
7643
|
-
name: "Qwen3-Next-80B-A3B-
|
|
7644
|
-
match: {
|
|
7522
|
+
id: "Qwen/Qwen3-Next-80B-A3B-Instruct",
|
|
7523
|
+
name: "Qwen3-Next-80B-A3B-Instruct",
|
|
7524
|
+
match: {
|
|
7645
7525
|
or: [
|
|
7646
7526
|
{
|
|
7647
|
-
equals: "qwen/qwen3-next-80b-a3b-
|
|
7527
|
+
equals: "qwen/qwen3-next-80b-a3b-instruct"
|
|
7648
7528
|
},
|
|
7649
7529
|
{
|
|
7650
|
-
equals: "qwen/qwen3-next-80b-a3b-
|
|
7530
|
+
equals: "qwen/qwen3-next-80b-a3b-instruct-fast"
|
|
7651
7531
|
}
|
|
7652
7532
|
]
|
|
7653
7533
|
},
|
|
@@ -7658,101 +7538,101 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7658
7538
|
}
|
|
7659
7539
|
},
|
|
7660
7540
|
{
|
|
7661
|
-
id: "Qwen/Qwen3-VL-
|
|
7662
|
-
name: "Qwen3-VL-
|
|
7541
|
+
id: "Qwen/Qwen3-VL-8B-Instruct",
|
|
7542
|
+
name: "Qwen3-VL-8B-Instruct",
|
|
7663
7543
|
match: {
|
|
7664
7544
|
or: [
|
|
7665
7545
|
{
|
|
7666
|
-
equals: "qwen/qwen3-vl-
|
|
7546
|
+
equals: "qwen/qwen3-vl-8b-instruct"
|
|
7667
7547
|
},
|
|
7668
7548
|
{
|
|
7669
|
-
equals: "qwen/qwen3-vl-
|
|
7549
|
+
equals: "qwen/qwen3-vl-8b-instruct-fast"
|
|
7670
7550
|
}
|
|
7671
7551
|
]
|
|
7672
7552
|
},
|
|
7673
7553
|
context_window: 262144,
|
|
7674
7554
|
prices: {
|
|
7675
|
-
input_mtok: 0.
|
|
7676
|
-
output_mtok:
|
|
7555
|
+
input_mtok: 0.18000000000000002,
|
|
7556
|
+
output_mtok: 0.68
|
|
7677
7557
|
}
|
|
7678
7558
|
},
|
|
7679
7559
|
{
|
|
7680
|
-
id: "
|
|
7681
|
-
name: "
|
|
7560
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
7561
|
+
name: "Qwen3.5-397B-A17B",
|
|
7682
7562
|
match: {
|
|
7683
7563
|
or: [
|
|
7684
7564
|
{
|
|
7685
|
-
equals: "
|
|
7565
|
+
equals: "qwen/qwen3.5-397b-a17b"
|
|
7686
7566
|
},
|
|
7687
7567
|
{
|
|
7688
|
-
equals: "
|
|
7568
|
+
equals: "qwen/qwen3.5-397b-a17b-fast"
|
|
7689
7569
|
}
|
|
7690
7570
|
]
|
|
7691
7571
|
},
|
|
7692
|
-
context_window:
|
|
7693
|
-
prices: {
|
|
7572
|
+
context_window: 262144,
|
|
7573
|
+
prices: {
|
|
7574
|
+
input_mtok: 0.6,
|
|
7575
|
+
output_mtok: 3.6
|
|
7576
|
+
}
|
|
7694
7577
|
},
|
|
7695
7578
|
{
|
|
7696
|
-
id: "
|
|
7697
|
-
name: "
|
|
7579
|
+
id: "Qwen/Qwen3.5-9B",
|
|
7580
|
+
name: "Qwen3.5-9B",
|
|
7698
7581
|
match: {
|
|
7699
7582
|
or: [
|
|
7700
7583
|
{
|
|
7701
|
-
equals: "
|
|
7584
|
+
equals: "qwen/qwen3.5-9b"
|
|
7702
7585
|
},
|
|
7703
7586
|
{
|
|
7704
|
-
equals: "
|
|
7705
|
-
},
|
|
7706
|
-
{
|
|
7707
|
-
equals: "deepcogito/cogito-671b-v2.1-fp8"
|
|
7708
|
-
},
|
|
7709
|
-
{
|
|
7710
|
-
equals: "deepcogito/cogito-671b-v2.1-fp8-fast"
|
|
7587
|
+
equals: "qwen/qwen3.5-9b-fast"
|
|
7711
7588
|
}
|
|
7712
7589
|
]
|
|
7713
7590
|
},
|
|
7714
|
-
context_window:
|
|
7591
|
+
context_window: 262144,
|
|
7715
7592
|
prices: {
|
|
7716
|
-
input_mtok: 1
|
|
7717
|
-
output_mtok:
|
|
7593
|
+
input_mtok: 0.1,
|
|
7594
|
+
output_mtok: 0.15
|
|
7718
7595
|
}
|
|
7719
7596
|
},
|
|
7720
7597
|
{
|
|
7721
|
-
id: "
|
|
7722
|
-
name: "
|
|
7598
|
+
id: "ServiceNow-AI/Apriel-1.6-15b-Thinker",
|
|
7599
|
+
name: "Apriel-1.6-15b-Thinker",
|
|
7723
7600
|
match: {
|
|
7724
7601
|
or: [
|
|
7725
7602
|
{
|
|
7726
|
-
equals: "
|
|
7603
|
+
equals: "servicenow-ai/apriel-1.6-15b-thinker"
|
|
7727
7604
|
},
|
|
7728
7605
|
{
|
|
7729
|
-
equals: "
|
|
7606
|
+
equals: "servicenow-ai/apriel-1.6-15b-thinker-fast"
|
|
7730
7607
|
}
|
|
7731
7608
|
]
|
|
7732
7609
|
},
|
|
7733
|
-
context_window:
|
|
7734
|
-
prices: {
|
|
7735
|
-
input_mtok: 3.5,
|
|
7736
|
-
output_mtok: 3.5
|
|
7737
|
-
}
|
|
7610
|
+
context_window: 131072,
|
|
7611
|
+
prices: {}
|
|
7738
7612
|
},
|
|
7739
7613
|
{
|
|
7740
|
-
id: "deepcogito/cogito-v2
|
|
7741
|
-
name: "cogito-v2
|
|
7614
|
+
id: "deepcogito/cogito-671b-v2.1",
|
|
7615
|
+
name: "cogito-671b-v2.1",
|
|
7742
7616
|
match: {
|
|
7743
7617
|
or: [
|
|
7744
7618
|
{
|
|
7745
|
-
equals: "deepcogito/cogito-v2
|
|
7619
|
+
equals: "deepcogito/cogito-671b-v2.1"
|
|
7620
|
+
},
|
|
7621
|
+
{
|
|
7622
|
+
equals: "deepcogito/cogito-671b-v2.1-fast"
|
|
7623
|
+
},
|
|
7624
|
+
{
|
|
7625
|
+
equals: "deepcogito/cogito-671b-v2.1-fp8"
|
|
7746
7626
|
},
|
|
7747
7627
|
{
|
|
7748
|
-
equals: "deepcogito/cogito-v2-
|
|
7628
|
+
equals: "deepcogito/cogito-671b-v2.1-fp8-fast"
|
|
7749
7629
|
}
|
|
7750
7630
|
]
|
|
7751
7631
|
},
|
|
7752
|
-
context_window:
|
|
7632
|
+
context_window: 163840,
|
|
7753
7633
|
prices: {
|
|
7754
|
-
input_mtok:
|
|
7755
|
-
output_mtok:
|
|
7634
|
+
input_mtok: 1.25,
|
|
7635
|
+
output_mtok: 1.25
|
|
7756
7636
|
}
|
|
7757
7637
|
},
|
|
7758
7638
|
{
|
|
@@ -7825,161 +7705,193 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
7825
7705
|
}
|
|
7826
7706
|
},
|
|
7827
7707
|
{
|
|
7828
|
-
id: "
|
|
7829
|
-
name: "
|
|
7708
|
+
id: "google/gemma-3n-E4B-it",
|
|
7709
|
+
name: "gemma-3n-E4B-it",
|
|
7830
7710
|
match: {
|
|
7831
7711
|
or: [
|
|
7832
7712
|
{
|
|
7833
|
-
equals: "
|
|
7713
|
+
equals: "google/gemma-3n-e4b-it"
|
|
7834
7714
|
},
|
|
7835
7715
|
{
|
|
7836
|
-
equals: "
|
|
7716
|
+
equals: "google/gemma-3n-e4b-it-fast"
|
|
7837
7717
|
}
|
|
7838
7718
|
]
|
|
7839
7719
|
},
|
|
7840
|
-
context_window:
|
|
7720
|
+
context_window: 32768,
|
|
7841
7721
|
prices: {
|
|
7842
|
-
input_mtok: 0.
|
|
7843
|
-
output_mtok: 0.
|
|
7722
|
+
input_mtok: 0.02,
|
|
7723
|
+
output_mtok: 0.04
|
|
7844
7724
|
}
|
|
7845
7725
|
},
|
|
7846
7726
|
{
|
|
7847
|
-
id: "meta-llama/Llama-3.
|
|
7848
|
-
name: "Llama-3.
|
|
7727
|
+
id: "meta-llama/Llama-3.3-70B-Instruct",
|
|
7728
|
+
name: "Llama-3.3-70B-Instruct",
|
|
7849
7729
|
match: {
|
|
7850
7730
|
or: [
|
|
7851
7731
|
{
|
|
7852
|
-
equals: "meta-llama/llama-3.
|
|
7732
|
+
equals: "meta-llama/llama-3.3-70b-instruct"
|
|
7853
7733
|
},
|
|
7854
7734
|
{
|
|
7855
|
-
equals: "meta-llama/llama-3.
|
|
7735
|
+
equals: "meta-llama/llama-3.3-70b-instruct-fast"
|
|
7856
7736
|
}
|
|
7857
7737
|
]
|
|
7858
7738
|
},
|
|
7859
7739
|
context_window: 131072,
|
|
7860
7740
|
prices: {
|
|
7861
|
-
input_mtok: 0.
|
|
7862
|
-
output_mtok: 0.
|
|
7741
|
+
input_mtok: 0.88,
|
|
7742
|
+
output_mtok: 0.88
|
|
7863
7743
|
}
|
|
7864
7744
|
},
|
|
7865
7745
|
{
|
|
7866
|
-
id: "meta-llama/Llama-
|
|
7867
|
-
name: "Llama-
|
|
7746
|
+
id: "meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
7747
|
+
name: "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
7868
7748
|
match: {
|
|
7869
7749
|
or: [
|
|
7870
7750
|
{
|
|
7871
|
-
equals: "meta-llama/llama-
|
|
7751
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8"
|
|
7872
7752
|
},
|
|
7873
7753
|
{
|
|
7874
|
-
equals: "meta-llama/llama-
|
|
7754
|
+
equals: "meta-llama/llama-4-maverick-17b-128e-instruct-fp8-fast"
|
|
7875
7755
|
}
|
|
7876
7756
|
]
|
|
7877
7757
|
},
|
|
7878
|
-
context_window:
|
|
7758
|
+
context_window: 1048576,
|
|
7879
7759
|
prices: {
|
|
7880
|
-
input_mtok: 0.
|
|
7881
|
-
output_mtok: 0.
|
|
7760
|
+
input_mtok: 0.27,
|
|
7761
|
+
output_mtok: 0.85
|
|
7882
7762
|
}
|
|
7883
7763
|
},
|
|
7884
7764
|
{
|
|
7885
|
-
id: "
|
|
7886
|
-
name: "
|
|
7765
|
+
id: "moonshotai/Kimi-K2.5",
|
|
7766
|
+
name: "Kimi-K2.5",
|
|
7887
7767
|
match: {
|
|
7888
7768
|
or: [
|
|
7889
7769
|
{
|
|
7890
|
-
equals: "
|
|
7770
|
+
equals: "moonshotai/kimi-k2.5"
|
|
7891
7771
|
},
|
|
7892
7772
|
{
|
|
7893
|
-
equals: "
|
|
7773
|
+
equals: "moonshotai/kimi-k2.5-fast"
|
|
7894
7774
|
}
|
|
7895
7775
|
]
|
|
7896
7776
|
},
|
|
7897
|
-
context_window:
|
|
7777
|
+
context_window: 262144,
|
|
7898
7778
|
prices: {
|
|
7899
|
-
input_mtok: 0.
|
|
7900
|
-
output_mtok:
|
|
7779
|
+
input_mtok: 0.5,
|
|
7780
|
+
output_mtok: 2.8
|
|
7901
7781
|
}
|
|
7902
7782
|
},
|
|
7903
7783
|
{
|
|
7904
|
-
id: "
|
|
7905
|
-
name: "
|
|
7784
|
+
id: "openai/gpt-oss-120b",
|
|
7785
|
+
name: "gpt-oss-120b",
|
|
7906
7786
|
match: {
|
|
7907
7787
|
or: [
|
|
7908
7788
|
{
|
|
7909
|
-
equals: "
|
|
7789
|
+
equals: "openai/gpt-oss-120b"
|
|
7910
7790
|
},
|
|
7911
7791
|
{
|
|
7912
|
-
equals: "
|
|
7792
|
+
equals: "openai/gpt-oss-120b-fast"
|
|
7793
|
+
}
|
|
7794
|
+
]
|
|
7795
|
+
},
|
|
7796
|
+
context_window: 131072,
|
|
7797
|
+
prices: {
|
|
7798
|
+
input_mtok: 0.15,
|
|
7799
|
+
output_mtok: 0.6
|
|
7800
|
+
}
|
|
7801
|
+
},
|
|
7802
|
+
{
|
|
7803
|
+
id: "openai/gpt-oss-20b",
|
|
7804
|
+
name: "gpt-oss-20b",
|
|
7805
|
+
match: {
|
|
7806
|
+
or: [
|
|
7807
|
+
{
|
|
7808
|
+
equals: "openai/gpt-oss-20b"
|
|
7913
7809
|
},
|
|
7914
7810
|
{
|
|
7915
|
-
equals: "
|
|
7811
|
+
equals: "openai/gpt-oss-20b-fast"
|
|
7812
|
+
}
|
|
7813
|
+
]
|
|
7814
|
+
},
|
|
7815
|
+
context_window: 131072,
|
|
7816
|
+
prices: {
|
|
7817
|
+
input_mtok: 0.05,
|
|
7818
|
+
output_mtok: 0.2
|
|
7819
|
+
}
|
|
7820
|
+
},
|
|
7821
|
+
{
|
|
7822
|
+
id: "zai-org/GLM-4.5-Air-FP8",
|
|
7823
|
+
name: "GLM-4.5-Air-FP8",
|
|
7824
|
+
match: {
|
|
7825
|
+
or: [
|
|
7826
|
+
{
|
|
7827
|
+
equals: "zai-org/glm-4.5-air-fp8"
|
|
7916
7828
|
},
|
|
7917
7829
|
{
|
|
7918
|
-
equals: "
|
|
7830
|
+
equals: "zai-org/glm-4.5-air-fp8-fast"
|
|
7919
7831
|
}
|
|
7920
7832
|
]
|
|
7921
7833
|
},
|
|
7922
7834
|
context_window: 131072,
|
|
7923
7835
|
prices: {
|
|
7924
|
-
input_mtok:
|
|
7925
|
-
output_mtok:
|
|
7836
|
+
input_mtok: 0.2,
|
|
7837
|
+
output_mtok: 1.1
|
|
7926
7838
|
}
|
|
7927
7839
|
},
|
|
7928
7840
|
{
|
|
7929
|
-
id: "
|
|
7930
|
-
name: "
|
|
7841
|
+
id: "zai-org/GLM-4.6",
|
|
7842
|
+
name: "GLM-4.6",
|
|
7931
7843
|
match: {
|
|
7932
7844
|
or: [
|
|
7933
7845
|
{
|
|
7934
|
-
equals: "
|
|
7846
|
+
equals: "zai-org/glm-4.6"
|
|
7935
7847
|
},
|
|
7936
7848
|
{
|
|
7937
|
-
equals: "
|
|
7849
|
+
equals: "zai-org/glm-4.6-fast"
|
|
7938
7850
|
}
|
|
7939
7851
|
]
|
|
7940
7852
|
},
|
|
7941
|
-
context_window:
|
|
7853
|
+
context_window: 202752,
|
|
7942
7854
|
prices: {
|
|
7943
|
-
input_mtok:
|
|
7944
|
-
output_mtok:
|
|
7855
|
+
input_mtok: 0.6,
|
|
7856
|
+
output_mtok: 2.2
|
|
7945
7857
|
}
|
|
7946
7858
|
},
|
|
7947
7859
|
{
|
|
7948
|
-
id: "
|
|
7949
|
-
name: "
|
|
7860
|
+
id: "zai-org/GLM-4.7-FP8",
|
|
7861
|
+
name: "GLM-4.7-FP8",
|
|
7950
7862
|
match: {
|
|
7951
7863
|
or: [
|
|
7952
7864
|
{
|
|
7953
|
-
equals: "
|
|
7865
|
+
equals: "zai-org/glm-4.7-fp8"
|
|
7954
7866
|
},
|
|
7955
7867
|
{
|
|
7956
|
-
equals: "
|
|
7868
|
+
equals: "zai-org/glm-4.7-fp8-fast"
|
|
7957
7869
|
}
|
|
7958
7870
|
]
|
|
7959
7871
|
},
|
|
7960
|
-
context_window:
|
|
7872
|
+
context_window: 202752,
|
|
7961
7873
|
prices: {
|
|
7962
|
-
input_mtok: 0.
|
|
7963
|
-
output_mtok:
|
|
7874
|
+
input_mtok: 0.45,
|
|
7875
|
+
output_mtok: 2
|
|
7964
7876
|
}
|
|
7965
7877
|
},
|
|
7966
7878
|
{
|
|
7967
|
-
id: "zai-org/GLM-
|
|
7968
|
-
name: "GLM-
|
|
7879
|
+
id: "zai-org/GLM-5",
|
|
7880
|
+
name: "GLM-5",
|
|
7969
7881
|
match: {
|
|
7970
7882
|
or: [
|
|
7971
7883
|
{
|
|
7972
|
-
equals: "zai-org/glm-
|
|
7884
|
+
equals: "zai-org/glm-5"
|
|
7973
7885
|
},
|
|
7974
7886
|
{
|
|
7975
|
-
equals: "zai-org/glm-
|
|
7887
|
+
equals: "zai-org/glm-5-fast"
|
|
7976
7888
|
}
|
|
7977
7889
|
]
|
|
7978
7890
|
},
|
|
7979
|
-
context_window:
|
|
7891
|
+
context_window: 202752,
|
|
7980
7892
|
prices: {
|
|
7981
|
-
input_mtok:
|
|
7982
|
-
output_mtok:
|
|
7893
|
+
input_mtok: 1,
|
|
7894
|
+
output_mtok: 3.2
|
|
7983
7895
|
}
|
|
7984
7896
|
}
|
|
7985
7897
|
]
|
|
@@ -8267,74 +8179,260 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
8267
8179
|
deprecated: !0
|
|
8268
8180
|
},
|
|
8269
8181
|
{
|
|
8270
|
-
id: "mixtral-8x22b-instruct",
|
|
8271
|
-
name: "Mixtral 8x22B Instruct",
|
|
8272
|
-
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:
|
|
8273
|
-
- strong math, coding, and reasoning
|
|
8274
|
-
- large context length (64k)
|
|
8275
|
-
- 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.",
|
|
8276
8371
|
match: {
|
|
8277
|
-
|
|
8372
|
+
starts_with: "kimi-k2.5"
|
|
8278
8373
|
},
|
|
8374
|
+
context_window: 262144,
|
|
8279
8375
|
prices: {
|
|
8280
|
-
input_mtok: 0.
|
|
8281
|
-
|
|
8376
|
+
input_mtok: 0.6,
|
|
8377
|
+
cache_read_mtok: 0.1,
|
|
8378
|
+
output_mtok: 3
|
|
8282
8379
|
}
|
|
8283
8380
|
},
|
|
8284
8381
|
{
|
|
8285
|
-
id: "
|
|
8286
|
-
name: "
|
|
8382
|
+
id: "moonshot-v1-128k",
|
|
8383
|
+
name: "Moonshot V1 128K",
|
|
8287
8384
|
match: {
|
|
8288
8385
|
or: [
|
|
8289
8386
|
{
|
|
8290
|
-
|
|
8387
|
+
equals: "moonshot-v1-128k"
|
|
8291
8388
|
},
|
|
8292
8389
|
{
|
|
8293
|
-
equals: "
|
|
8390
|
+
equals: "moonshot-v1-128k-vision-preview"
|
|
8294
8391
|
}
|
|
8295
8392
|
]
|
|
8296
8393
|
},
|
|
8394
|
+
context_window: 131072,
|
|
8297
8395
|
prices: {
|
|
8298
|
-
input_mtok:
|
|
8299
|
-
output_mtok:
|
|
8396
|
+
input_mtok: 2,
|
|
8397
|
+
output_mtok: 5
|
|
8300
8398
|
}
|
|
8301
8399
|
},
|
|
8302
8400
|
{
|
|
8303
|
-
id: "
|
|
8304
|
-
name: "
|
|
8305
|
-
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",
|
|
8306
8403
|
match: {
|
|
8307
8404
|
or: [
|
|
8308
8405
|
{
|
|
8309
|
-
equals: "
|
|
8406
|
+
equals: "moonshot-v1-32k"
|
|
8310
8407
|
},
|
|
8311
8408
|
{
|
|
8312
|
-
equals: "
|
|
8409
|
+
equals: "moonshot-v1-32k-vision-preview"
|
|
8313
8410
|
}
|
|
8314
8411
|
]
|
|
8315
8412
|
},
|
|
8413
|
+
context_window: 32768,
|
|
8316
8414
|
prices: {
|
|
8317
|
-
input_mtok:
|
|
8318
|
-
output_mtok:
|
|
8415
|
+
input_mtok: 1,
|
|
8416
|
+
output_mtok: 3
|
|
8319
8417
|
}
|
|
8320
8418
|
},
|
|
8321
8419
|
{
|
|
8322
|
-
id: "
|
|
8323
|
-
name: "
|
|
8324
|
-
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",
|
|
8325
8422
|
match: {
|
|
8326
8423
|
or: [
|
|
8327
8424
|
{
|
|
8328
|
-
equals: "
|
|
8425
|
+
equals: "moonshot-v1-8k"
|
|
8329
8426
|
},
|
|
8330
8427
|
{
|
|
8331
|
-
equals: "
|
|
8428
|
+
equals: "moonshot-v1-8k-vision-preview"
|
|
8332
8429
|
}
|
|
8333
8430
|
]
|
|
8334
8431
|
},
|
|
8432
|
+
context_window: 8192,
|
|
8335
8433
|
prices: {
|
|
8336
|
-
input_mtok: 2,
|
|
8337
|
-
output_mtok:
|
|
8434
|
+
input_mtok: 0.2,
|
|
8435
|
+
output_mtok: 2
|
|
8338
8436
|
}
|
|
8339
8437
|
}
|
|
8340
8438
|
]
|
|
@@ -9655,6 +9753,174 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
9655
9753
|
output_mtok: 168
|
|
9656
9754
|
}
|
|
9657
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
|
+
},
|
|
9658
9924
|
{
|
|
9659
9925
|
id: "gpt-realtime",
|
|
9660
9926
|
match: {
|
|
@@ -10501,6 +10767,25 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
10501
10767
|
}
|
|
10502
10768
|
}
|
|
10503
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
|
+
},
|
|
10504
10789
|
{
|
|
10505
10790
|
id: "anubis-pro-105b-v1",
|
|
10506
10791
|
name: "Anubis Pro 105B V1",
|
|
@@ -15593,7 +15878,14 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
15593
15878
|
id: "qwen/qwen3-max",
|
|
15594
15879
|
name: "Qwen 3 Max",
|
|
15595
15880
|
match: {
|
|
15596
|
-
|
|
15881
|
+
or: [
|
|
15882
|
+
{
|
|
15883
|
+
equals: "qwen/qwen3-max"
|
|
15884
|
+
},
|
|
15885
|
+
{
|
|
15886
|
+
equals: "qwen/qwen3-max-thinking"
|
|
15887
|
+
}
|
|
15888
|
+
]
|
|
15597
15889
|
},
|
|
15598
15890
|
prices: {
|
|
15599
15891
|
input_mtok: 1.2,
|
|
@@ -15767,6 +16059,17 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
15767
16059
|
},
|
|
15768
16060
|
prices: {}
|
|
15769
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
|
+
},
|
|
15770
16073
|
{
|
|
15771
16074
|
id: "qwerky-72b:free",
|
|
15772
16075
|
name: "Qwerky 72B (free)",
|
|
@@ -16461,25 +16764,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16461
16764
|
output_mtok: 0.11
|
|
16462
16765
|
}
|
|
16463
16766
|
},
|
|
16464
|
-
{
|
|
16465
|
-
id: "Meta-Llama-3_1-70B-Instruct",
|
|
16466
|
-
name: "Meta-Llama-3_1-70B-Instruct",
|
|
16467
|
-
match: {
|
|
16468
|
-
or: [
|
|
16469
|
-
{
|
|
16470
|
-
equals: "Meta-Llama-3_1-70B-Instruct"
|
|
16471
|
-
},
|
|
16472
|
-
{
|
|
16473
|
-
equals: "meta-llama-3_1-70b-instruct"
|
|
16474
|
-
}
|
|
16475
|
-
]
|
|
16476
|
-
},
|
|
16477
|
-
context_window: 131072,
|
|
16478
|
-
prices: {
|
|
16479
|
-
input_mtok: 0.74,
|
|
16480
|
-
output_mtok: 0.74
|
|
16481
|
-
}
|
|
16482
|
-
},
|
|
16483
16767
|
{
|
|
16484
16768
|
id: "Meta-Llama-3_3-70B-Instruct",
|
|
16485
16769
|
name: "Meta-Llama-3_3-70B-Instruct",
|
|
@@ -16575,25 +16859,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16575
16859
|
output_mtok: 0.7
|
|
16576
16860
|
}
|
|
16577
16861
|
},
|
|
16578
|
-
{
|
|
16579
|
-
id: "Qwen2.5-Coder-32B-Instruct",
|
|
16580
|
-
name: "Qwen2.5-Coder-32B-Instruct",
|
|
16581
|
-
match: {
|
|
16582
|
-
or: [
|
|
16583
|
-
{
|
|
16584
|
-
equals: "Qwen2.5-Coder-32B-Instruct"
|
|
16585
|
-
},
|
|
16586
|
-
{
|
|
16587
|
-
equals: "qwen2.5-coder-32b-instruct"
|
|
16588
|
-
}
|
|
16589
|
-
]
|
|
16590
|
-
},
|
|
16591
|
-
context_window: 32768,
|
|
16592
|
-
prices: {
|
|
16593
|
-
input_mtok: 0.96,
|
|
16594
|
-
output_mtok: 0.96
|
|
16595
|
-
}
|
|
16596
|
-
},
|
|
16597
16862
|
{
|
|
16598
16863
|
id: "Qwen2.5-VL-72B-Instruct",
|
|
16599
16864
|
name: "Qwen2.5-VL-72B-Instruct",
|
|
@@ -16707,18 +16972,6 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
16707
16972
|
input_mtok: 0.05,
|
|
16708
16973
|
output_mtok: 0.18
|
|
16709
16974
|
}
|
|
16710
|
-
},
|
|
16711
|
-
{
|
|
16712
|
-
id: "llava-next-mistral-7b",
|
|
16713
|
-
name: "llava-next-mistral-7b",
|
|
16714
|
-
match: {
|
|
16715
|
-
equals: "llava-next-mistral-7b"
|
|
16716
|
-
},
|
|
16717
|
-
context_window: 32768,
|
|
16718
|
-
prices: {
|
|
16719
|
-
input_mtok: 0.32,
|
|
16720
|
-
output_mtok: 0.32
|
|
16721
|
-
}
|
|
16722
16975
|
}
|
|
16723
16976
|
]
|
|
16724
16977
|
},
|
|
@@ -17640,6 +17893,28 @@ Compared to other leading proprietary and open-weights models Command A delivers
|
|
|
17640
17893
|
equals: "xai"
|
|
17641
17894
|
},
|
|
17642
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
|
+
},
|
|
17643
17918
|
{
|
|
17644
17919
|
api_flavor: "chat",
|
|
17645
17920
|
root: "usage",
|
|
@@ -17969,17 +18244,17 @@ function Q(e, t) {
|
|
|
17969
18244
|
let u = e.input_audio_tokens ?? 0;
|
|
17970
18245
|
if (u -= n, u < 0)
|
|
17971
18246
|
throw new Error("cache_audio_read_tokens cannot be greater than input_audio_tokens");
|
|
17972
|
-
let
|
|
17973
|
-
if (
|
|
18247
|
+
let p = e.input_tokens ?? 0;
|
|
18248
|
+
if (p -= s, p -= m, p -= u, p < 0)
|
|
17974
18249
|
throw new Error("Uncached text input tokens cannot be negative");
|
|
17975
|
-
let
|
|
17976
|
-
if (
|
|
18250
|
+
let c = s;
|
|
18251
|
+
if (c -= n, c < 0)
|
|
17977
18252
|
throw new Error("cache_audio_read_tokens cannot be greater than cache_read_tokens");
|
|
17978
|
-
i += l(t.input_mtok,
|
|
17979
|
-
let
|
|
17980
|
-
if (
|
|
18253
|
+
i += l(t.input_mtok, p, "input_mtok", o), i += l(t.cache_read_mtok, c, "cache_read_mtok", o), i += l(t.cache_write_mtok, m, "cache_write_mtok", o), i += l(t.input_audio_mtok, u, "input_audio_mtok", o), i += l(t.cache_audio_read_mtok, n, "cache_audio_read_mtok", o);
|
|
18254
|
+
let _ = e.output_tokens ?? 0;
|
|
18255
|
+
if (_ -= r, _ < 0)
|
|
17981
18256
|
throw new Error("output_audio_tokens cannot be greater than output_tokens");
|
|
17982
|
-
a += l(t.output_mtok,
|
|
18257
|
+
a += l(t.output_mtok, _, "output_mtok", o), a += l(t.output_audio_mtok, e.output_audio_tokens, "output_audio_mtok", o);
|
|
17983
18258
|
let x = i + a;
|
|
17984
18259
|
return t.requests_kcount !== void 0 && (x += t.requests_kcount / 1e3), {
|
|
17985
18260
|
input_price: i,
|
|
@@ -17987,7 +18262,7 @@ function Q(e, t) {
|
|
|
17987
18262
|
total_price: x
|
|
17988
18263
|
};
|
|
17989
18264
|
}
|
|
17990
|
-
function
|
|
18265
|
+
function P(e, t) {
|
|
17991
18266
|
if (!Array.isArray(e.prices))
|
|
17992
18267
|
return e.prices;
|
|
17993
18268
|
for (let i = e.prices.length - 1; i >= 0; i--) {
|
|
@@ -18011,13 +18286,13 @@ function T(e, t) {
|
|
|
18011
18286
|
function g(e, t) {
|
|
18012
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;
|
|
18013
18288
|
}
|
|
18014
|
-
function
|
|
18289
|
+
function T(e, t) {
|
|
18015
18290
|
const i = t.toLowerCase().trim(), a = e.find((o) => o.id === i);
|
|
18016
18291
|
return a || e.find((o) => o.provider_match && g(o.provider_match, i));
|
|
18017
18292
|
}
|
|
18018
18293
|
function b(e, { modelId: t, providerApiUrl: i, providerId: a }) {
|
|
18019
18294
|
if (a) {
|
|
18020
|
-
const o =
|
|
18295
|
+
const o = T(e, a);
|
|
18021
18296
|
if (o || a.toLowerCase() !== "litellm")
|
|
18022
18297
|
return o;
|
|
18023
18298
|
}
|
|
@@ -18048,31 +18323,31 @@ function G(e) {
|
|
|
18048
18323
|
t !== null && (h = t);
|
|
18049
18324
|
})) : (f = Promise.resolve(e), h = e));
|
|
18050
18325
|
}
|
|
18051
|
-
function
|
|
18326
|
+
function z(e) {
|
|
18052
18327
|
v = e;
|
|
18053
18328
|
}
|
|
18054
18329
|
function N(e) {
|
|
18055
18330
|
e({
|
|
18056
|
-
onCalc:
|
|
18331
|
+
onCalc: z,
|
|
18057
18332
|
remoteDataUrl: A,
|
|
18058
18333
|
setProviderData: G
|
|
18059
18334
|
});
|
|
18060
18335
|
}
|
|
18061
|
-
function
|
|
18336
|
+
function E() {
|
|
18062
18337
|
return f;
|
|
18063
18338
|
}
|
|
18064
|
-
function
|
|
18339
|
+
function V(e, t, i) {
|
|
18065
18340
|
v?.();
|
|
18066
18341
|
let a = t.toLowerCase().trim(), o = i?.providerId;
|
|
18067
18342
|
if (o && o.toLowerCase() === "litellm" && a.includes("/")) {
|
|
18068
|
-
const
|
|
18069
|
-
|
|
18343
|
+
const p = a.indexOf("/"), c = a.slice(0, p), _ = a.slice(p + 1);
|
|
18344
|
+
c && _ && b(h, { providerId: c }) && (o = c, a = _);
|
|
18070
18345
|
}
|
|
18071
18346
|
const s = i?.provider ?? b(h, { modelId: a, providerApiUrl: i?.providerApiUrl, providerId: o });
|
|
18072
18347
|
if (!s) return null;
|
|
18073
18348
|
const m = M(s, a, h);
|
|
18074
18349
|
if (!m) return null;
|
|
18075
|
-
const n = i?.timestamp ?? /* @__PURE__ */ new Date(), r =
|
|
18350
|
+
const n = i?.timestamp ?? /* @__PURE__ */ new Date(), r = P(m, n), u = Q(e, r);
|
|
18076
18351
|
return {
|
|
18077
18352
|
auto_update_timestamp: void 0,
|
|
18078
18353
|
model: m,
|
|
@@ -18096,10 +18371,10 @@ function F(e, t, i) {
|
|
|
18096
18371
|
throw new Error(`Expected response data to be a mapping object, got ${d(t)}`);
|
|
18097
18372
|
const o = w(a.model_path, t, C, !1, []), s = y(a.root), m = w(s, t, q, !0, []), n = {};
|
|
18098
18373
|
for (const r of a.mappings) {
|
|
18099
|
-
const u = w(r.path, m,
|
|
18374
|
+
const u = w(r.path, m, D, r.required, s);
|
|
18100
18375
|
if (u !== null) {
|
|
18101
|
-
const
|
|
18102
|
-
n[r.dest] =
|
|
18376
|
+
const p = n[r.dest] ?? 0;
|
|
18377
|
+
n[r.dest] = p + u;
|
|
18103
18378
|
}
|
|
18104
18379
|
}
|
|
18105
18380
|
if (!Object.keys(n).length)
|
|
@@ -18113,47 +18388,47 @@ function w(e, t, i, a, o) {
|
|
|
18113
18388
|
m.reverse();
|
|
18114
18389
|
let n = t;
|
|
18115
18390
|
const r = [];
|
|
18116
|
-
for (const
|
|
18117
|
-
if (r.push(
|
|
18391
|
+
for (const p of m) {
|
|
18392
|
+
if (r.push(p), typeof p == "object")
|
|
18118
18393
|
if (Array.isArray(n))
|
|
18119
|
-
n =
|
|
18394
|
+
n = R(p, n);
|
|
18120
18395
|
else {
|
|
18121
18396
|
if (a)
|
|
18122
|
-
throw new Error(`Expected \`${
|
|
18397
|
+
throw new Error(`Expected \`${k(o, r)}\` value to be a mapping, got ${d(n)}`);
|
|
18123
18398
|
return null;
|
|
18124
18399
|
}
|
|
18125
18400
|
else if (q.guard(n))
|
|
18126
|
-
n = n[
|
|
18401
|
+
n = n[p];
|
|
18127
18402
|
else {
|
|
18128
18403
|
if (a)
|
|
18129
|
-
throw new Error(`Expected \`${
|
|
18404
|
+
throw new Error(`Expected \`${k(o, r)}\` value to be a mapping, got ${d(n)}`);
|
|
18130
18405
|
return null;
|
|
18131
18406
|
}
|
|
18132
18407
|
if (typeof n > "u")
|
|
18133
18408
|
if (a) {
|
|
18134
|
-
const
|
|
18135
|
-
throw new Error(`${
|
|
18409
|
+
const c = typeof p == "object" ? "Unable to find item" : "Missing value";
|
|
18410
|
+
throw new Error(`${c} at \`${k(o, r)}\``);
|
|
18136
18411
|
} else
|
|
18137
18412
|
return null;
|
|
18138
18413
|
}
|
|
18139
18414
|
if (!q.guard(n)) {
|
|
18140
18415
|
if (a)
|
|
18141
|
-
throw new Error(`Expected \`${
|
|
18416
|
+
throw new Error(`Expected \`${k(o, r)}\` value to be a mapping, got ${d(n)}`);
|
|
18142
18417
|
return null;
|
|
18143
18418
|
}
|
|
18144
18419
|
const u = n[s];
|
|
18145
18420
|
if (typeof u > "u") {
|
|
18146
18421
|
if (a)
|
|
18147
|
-
throw r.push(s), new Error(`Missing value at \`${
|
|
18422
|
+
throw r.push(s), new Error(`Missing value at \`${k(o, r)}\``);
|
|
18148
18423
|
return null;
|
|
18149
18424
|
}
|
|
18150
18425
|
if (i.guard(u))
|
|
18151
18426
|
return u;
|
|
18152
18427
|
if (a)
|
|
18153
|
-
throw r.push(s), new Error(`Expected \`${
|
|
18428
|
+
throw r.push(s), new Error(`Expected \`${k(o, r)}\` value to be a ${i.name}, got ${d(u)}`);
|
|
18154
18429
|
return null;
|
|
18155
18430
|
}
|
|
18156
|
-
function
|
|
18431
|
+
function R(e, t) {
|
|
18157
18432
|
for (const i of t)
|
|
18158
18433
|
if (q.guard(i)) {
|
|
18159
18434
|
const a = i[e.field];
|
|
@@ -18173,11 +18448,11 @@ const q = {
|
|
|
18173
18448
|
}, C = {
|
|
18174
18449
|
guard: (e) => typeof e == "string",
|
|
18175
18450
|
name: "string"
|
|
18176
|
-
},
|
|
18451
|
+
}, D = {
|
|
18177
18452
|
guard: (e) => typeof e == "number",
|
|
18178
18453
|
name: "number"
|
|
18179
|
-
},
|
|
18180
|
-
class
|
|
18454
|
+
}, k = (e, t) => [...e.map(B), ...t.map(B)].join("."), B = (e) => typeof e == "string" ? e : JSON.stringify(e);
|
|
18455
|
+
class K {
|
|
18181
18456
|
base;
|
|
18182
18457
|
tiers;
|
|
18183
18458
|
constructor(t) {
|
|
@@ -18186,10 +18461,10 @@ class j {
|
|
|
18186
18461
|
}
|
|
18187
18462
|
export {
|
|
18188
18463
|
A as REMOTE_DATA_JSON_URL,
|
|
18189
|
-
|
|
18190
|
-
|
|
18464
|
+
K as TieredPrices,
|
|
18465
|
+
V as calcPrice,
|
|
18191
18466
|
F as extractUsage,
|
|
18192
18467
|
O as findProvider,
|
|
18193
18468
|
N as updatePrices,
|
|
18194
|
-
|
|
18469
|
+
E as waitForUpdate
|
|
18195
18470
|
};
|