@digital4better/data 1.3.50 → 1.3.52

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.
Files changed (67) hide show
  1. package/data/ai/models.csv +19 -3
  2. package/data/ai/models.json +564 -7
  3. package/data/factor/continent-monthly-green.csv +6 -0
  4. package/data/factor/continent-monthly-green.json +66 -0
  5. package/data/factor/continent-monthly.csv +6 -0
  6. package/data/factor/continent-monthly.json +66 -0
  7. package/data/factor/continent-yearly-green.csv +6 -6
  8. package/data/factor/continent-yearly-green.json +54 -54
  9. package/data/factor/continent-yearly.csv +6 -6
  10. package/data/factor/continent-yearly.json +54 -54
  11. package/data/factor/country-monthly-green.csv +213 -0
  12. package/data/factor/country-monthly-green.json +2343 -0
  13. package/data/factor/country-monthly.csv +213 -0
  14. package/data/factor/country-monthly.json +2343 -0
  15. package/data/factor/country-yearly-green.csv +88 -88
  16. package/data/factor/country-yearly-green.json +768 -768
  17. package/data/factor/country-yearly.csv +88 -88
  18. package/data/factor/country-yearly.json +763 -763
  19. package/data/factor/subdivision-monthly-green.csv +90 -26
  20. package/data/factor/subdivision-monthly-green.json +938 -234
  21. package/data/factor/subdivision-monthly.csv +90 -26
  22. package/data/factor/subdivision-monthly.json +938 -234
  23. package/data/factor/subdivision-yearly-green.csv +64 -64
  24. package/data/factor/subdivision-yearly-green.json +576 -576
  25. package/data/factor/subdivision-yearly.csv +64 -64
  26. package/data/factor/subdivision-yearly.json +576 -576
  27. package/data/factor/world-monthly-green.csv +1 -0
  28. package/data/factor/world-monthly-green.json +11 -0
  29. package/data/factor/world-monthly.csv +1 -0
  30. package/data/factor/world-monthly.json +11 -0
  31. package/data/factor/world-yearly-green.csv +1 -1
  32. package/data/factor/world-yearly-green.json +9 -9
  33. package/data/factor/world-yearly.csv +1 -1
  34. package/data/factor/world-yearly.json +9 -9
  35. package/data/mix/continent-monthly-green.csv +6 -0
  36. package/data/mix/continent-monthly-green.json +36 -0
  37. package/data/mix/continent-monthly.csv +6 -0
  38. package/data/mix/continent-monthly.json +66 -0
  39. package/data/mix/continent-yearly-green.csv +6 -6
  40. package/data/mix/continent-yearly-green.json +22 -22
  41. package/data/mix/continent-yearly.csv +6 -6
  42. package/data/mix/continent-yearly.json +41 -41
  43. package/data/mix/country-monthly-green.csv +213 -0
  44. package/data/mix/country-monthly-green.json +1278 -0
  45. package/data/mix/country-monthly.csv +213 -0
  46. package/data/mix/country-monthly.json +2343 -0
  47. package/data/mix/country-yearly-green.csv +84 -84
  48. package/data/mix/country-yearly-green.json +292 -292
  49. package/data/mix/country-yearly.csv +84 -84
  50. package/data/mix/country-yearly.json +556 -556
  51. package/data/mix/subdivision-monthly-green.csv +90 -26
  52. package/data/mix/subdivision-monthly-green.json +474 -90
  53. package/data/mix/subdivision-monthly.csv +90 -26
  54. package/data/mix/subdivision-monthly.json +882 -178
  55. package/data/mix/subdivision-yearly-green.csv +64 -64
  56. package/data/mix/subdivision-yearly-green.json +215 -215
  57. package/data/mix/subdivision-yearly.csv +64 -64
  58. package/data/mix/subdivision-yearly.json +377 -377
  59. package/data/mix/world-monthly-green.csv +1 -0
  60. package/data/mix/world-monthly-green.json +6 -0
  61. package/data/mix/world-monthly.csv +1 -0
  62. package/data/mix/world-monthly.json +11 -0
  63. package/data/mix/world-yearly-green.csv +1 -1
  64. package/data/mix/world-yearly-green.json +4 -4
  65. package/data/mix/world-yearly.csv +1 -1
  66. package/data/mix/world-yearly.json +8 -8
  67. package/package.json +1 -1
@@ -1030,12 +1030,12 @@
1030
1030
  "name": "claude-opus-4",
1031
1031
  "vendor": "anthropic",
1032
1032
  "open": false,
1033
- "pattern": "claude[\\s._-]?opus[\\s._-]?4(?![\\s._-]?(?:\\.1|\\.5|\\.6|1|5|6))",
1033
+ "pattern": "claude[\\s._-]?opus[\\s._-]?4(?![\\s._-]?(?:\\.1|\\.5|\\.6|\\.7|\\.8|1|5|6|7|8))",
1034
1034
  "type": "text",
1035
1035
  "architecture": "moe",
1036
1036
  "parameters": {
1037
- "active": 400,
1038
- "total": 2000
1037
+ "active": 1200,
1038
+ "total": 6000
1039
1039
  },
1040
1040
  "context": 200000,
1041
1041
  "corpus": 100000,
@@ -1064,6 +1064,48 @@
1064
1064
  "corpus"
1065
1065
  ]
1066
1066
  },
1067
+ {
1068
+ "name": "claude-opus-4.1",
1069
+ "vendor": "anthropic",
1070
+ "open": false,
1071
+ "pattern": "claude[\\s._-]?opus[\\s._-]?4(?:\\.1|[\\s._-]?1)",
1072
+ "type": "text",
1073
+ "architecture": "moe",
1074
+ "parameters": {
1075
+ "active": 1000,
1076
+ "total": 5000
1077
+ },
1078
+ "context": 200000,
1079
+ "corpus": 100000,
1080
+ "input": [
1081
+ "text",
1082
+ "image"
1083
+ ],
1084
+ "output": [
1085
+ "text"
1086
+ ],
1087
+ "reasoning": true,
1088
+ "tools": true,
1089
+ "providers": {
1090
+ "aws": [
1091
+ "anthropic.claude-opus-4-1-20250805-v1:0"
1092
+ ],
1093
+ "gcp": [
1094
+ "Claude Opus 4.1"
1095
+ ]
1096
+ },
1097
+ "sources": [
1098
+ "https://docs.anthropic.com/en/docs/about-claude/models/overview",
1099
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-opus-4-1.html",
1100
+ "https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude",
1101
+ "https://lifearchitect.ai/models-table/",
1102
+ "https://apxml.com/models"
1103
+ ],
1104
+ "estimated": [
1105
+ "parameters",
1106
+ "corpus"
1107
+ ]
1108
+ },
1067
1109
  {
1068
1110
  "name": "claude-opus-4.5",
1069
1111
  "vendor": "anthropic",
@@ -1072,8 +1114,8 @@
1072
1114
  "type": "text",
1073
1115
  "architecture": "moe",
1074
1116
  "parameters": {
1075
- "active": 135,
1076
- "total": 670
1117
+ "active": 1000,
1118
+ "total": 5000
1077
1119
  },
1078
1120
  "context": 200000,
1079
1121
  "corpus": 100000,
@@ -1113,8 +1155,8 @@
1113
1155
  "type": "text",
1114
1156
  "architecture": "moe",
1115
1157
  "parameters": {
1116
- "active": 135,
1117
- "total": 670
1158
+ "active": 1000,
1159
+ "total": 5000
1118
1160
  },
1119
1161
  "context": 200000,
1120
1162
  "corpus": 100000,
@@ -1146,6 +1188,90 @@
1146
1188
  "corpus"
1147
1189
  ]
1148
1190
  },
1191
+ {
1192
+ "name": "claude-opus-4.7",
1193
+ "vendor": "anthropic",
1194
+ "open": false,
1195
+ "pattern": "claude[\\s._-]?opus[\\s._-]?4(?:\\.7|[\\s._-]?7)",
1196
+ "type": "text",
1197
+ "architecture": "moe",
1198
+ "parameters": {
1199
+ "active": 1000,
1200
+ "total": 5000
1201
+ },
1202
+ "context": 1000000,
1203
+ "corpus": 100000,
1204
+ "input": [
1205
+ "text",
1206
+ "image"
1207
+ ],
1208
+ "output": [
1209
+ "text"
1210
+ ],
1211
+ "reasoning": true,
1212
+ "tools": true,
1213
+ "providers": {
1214
+ "aws": [
1215
+ "anthropic.claude-opus-4-7"
1216
+ ],
1217
+ "gcp": [
1218
+ "Claude Opus 4.7"
1219
+ ]
1220
+ },
1221
+ "sources": [
1222
+ "https://docs.anthropic.com/en/docs/about-claude/models/overview",
1223
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-opus-4-7.html",
1224
+ "https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-claude",
1225
+ "https://lifearchitect.ai/models-table/",
1226
+ "https://apxml.com/models"
1227
+ ],
1228
+ "estimated": [
1229
+ "parameters",
1230
+ "corpus"
1231
+ ]
1232
+ },
1233
+ {
1234
+ "name": "claude-opus-4.8",
1235
+ "vendor": "anthropic",
1236
+ "open": false,
1237
+ "pattern": "claude[\\s._-]?opus[\\s._-]?4(?:\\.8|[\\s._-]?8)",
1238
+ "type": "text",
1239
+ "architecture": "moe",
1240
+ "parameters": {
1241
+ "active": 1000,
1242
+ "total": 5000
1243
+ },
1244
+ "context": 1000000,
1245
+ "corpus": 100000,
1246
+ "input": [
1247
+ "text",
1248
+ "image"
1249
+ ],
1250
+ "output": [
1251
+ "text"
1252
+ ],
1253
+ "reasoning": true,
1254
+ "tools": true,
1255
+ "providers": {
1256
+ "aws": [
1257
+ "anthropic.claude-opus-4-8"
1258
+ ],
1259
+ "gcp": [
1260
+ "Claude Opus 4.8"
1261
+ ]
1262
+ },
1263
+ "sources": [
1264
+ "https://docs.anthropic.com/en/docs/about-claude/models/overview",
1265
+ "https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-anthropic-claude-opus-4-8.html",
1266
+ "https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models",
1267
+ "https://lifearchitect.ai/models-table/",
1268
+ "https://apxml.com/models"
1269
+ ],
1270
+ "estimated": [
1271
+ "parameters",
1272
+ "corpus"
1273
+ ]
1274
+ },
1149
1275
  {
1150
1276
  "name": "claude-sonnet-4",
1151
1277
  "vendor": "anthropic",
@@ -2713,6 +2839,39 @@
2713
2839
  "parameters"
2714
2840
  ]
2715
2841
  },
2842
+ {
2843
+ "name": "gemini-3.1-flash-tts",
2844
+ "vendor": "google",
2845
+ "open": false,
2846
+ "pattern": "gemini[\\s._-]?3(?:\\.1|[\\s._-]?1)[\\s._-]?flash[\\s._-]?tts(?:[\\s._-]?preview)?",
2847
+ "type": "speech",
2848
+ "architecture": "moe",
2849
+ "parameters": {
2850
+ "active": 65,
2851
+ "total": 300
2852
+ },
2853
+ "context": 8192,
2854
+ "input": [
2855
+ "text"
2856
+ ],
2857
+ "output": [
2858
+ "audio"
2859
+ ],
2860
+ "reasoning": false,
2861
+ "tools": false,
2862
+ "providers": {
2863
+ "gcp": [
2864
+ "Gemini 3.1 Flash TTS"
2865
+ ]
2866
+ },
2867
+ "sources": [
2868
+ "https://ai.google.dev/gemini-api/docs/changelog",
2869
+ "https://ai.google.dev/gemini-api/docs/models/gemini-3.1-flash-tts-preview"
2870
+ ],
2871
+ "estimated": [
2872
+ "parameters"
2873
+ ]
2874
+ },
2716
2875
  {
2717
2876
  "name": "gemini-3.1-pro",
2718
2877
  "vendor": "google",
@@ -2753,6 +2912,45 @@
2753
2912
  "corpus"
2754
2913
  ]
2755
2914
  },
2915
+ {
2916
+ "name": "gemini-3.5-flash",
2917
+ "vendor": "google",
2918
+ "open": false,
2919
+ "pattern": "gemini[\\s._-]?3(?:\\.5|[\\s._-]?5)[\\s._-]?flash",
2920
+ "type": "text",
2921
+ "architecture": "moe",
2922
+ "parameters": {
2923
+ "active": 100,
2924
+ "total": 500
2925
+ },
2926
+ "context": 1048576,
2927
+ "corpus": 100000,
2928
+ "input": [
2929
+ "text",
2930
+ "image",
2931
+ "video"
2932
+ ],
2933
+ "output": [
2934
+ "text"
2935
+ ],
2936
+ "reasoning": true,
2937
+ "tools": true,
2938
+ "providers": {
2939
+ "gcp": [
2940
+ "Gemini 3.5 Flash"
2941
+ ]
2942
+ },
2943
+ "sources": [
2944
+ "https://ai.google.dev/gemini-api/docs/changelog",
2945
+ "https://ai.google.dev/gemini-api/docs/models/gemini-3.5-flash",
2946
+ "https://lifearchitect.ai/models-table/",
2947
+ "https://apxml.com/models"
2948
+ ],
2949
+ "estimated": [
2950
+ "parameters",
2951
+ "corpus"
2952
+ ]
2953
+ },
2756
2954
  {
2757
2955
  "name": "gemini-embedding-2",
2758
2956
  "vendor": "google",
@@ -4720,6 +4918,78 @@
4720
4918
  "corpus"
4721
4919
  ]
4722
4920
  },
4921
+ {
4922
+ "name": "gpt-5.5",
4923
+ "vendor": "openai",
4924
+ "open": false,
4925
+ "pattern": "gpt[\\s._-]?5(?:\\.5|[\\s._-]?5)(?![\\s._-]?(?:instant|mini|nano|pro|cyber))",
4926
+ "type": "text",
4927
+ "architecture": "moe",
4928
+ "parameters": {
4929
+ "active": 600,
4930
+ "total": 3000
4931
+ },
4932
+ "context": 1050000,
4933
+ "corpus": 114000,
4934
+ "input": [
4935
+ "text",
4936
+ "image"
4937
+ ],
4938
+ "output": [
4939
+ "text"
4940
+ ],
4941
+ "reasoning": true,
4942
+ "tools": true,
4943
+ "providers": {
4944
+ "azure": [
4945
+ "gpt-5.5"
4946
+ ]
4947
+ },
4948
+ "sources": [
4949
+ "https://platform.openai.com/docs/models/gpt-5.5",
4950
+ "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure",
4951
+ "https://lifearchitect.ai/models-table/",
4952
+ "https://apxml.com/models/gpt-55"
4953
+ ],
4954
+ "estimated": [
4955
+ "parameters",
4956
+ "corpus"
4957
+ ]
4958
+ },
4959
+ {
4960
+ "name": "gpt-5.5-pro",
4961
+ "vendor": "openai",
4962
+ "open": false,
4963
+ "pattern": "gpt[\\s._-]?5(?:\\.5|[\\s._-]?5)[\\s._-]?pro",
4964
+ "type": "text",
4965
+ "architecture": "moe",
4966
+ "parameters": {
4967
+ "active": 1200,
4968
+ "total": 6000
4969
+ },
4970
+ "context": 1050000,
4971
+ "corpus": 114000,
4972
+ "input": [
4973
+ "text",
4974
+ "image"
4975
+ ],
4976
+ "output": [
4977
+ "text"
4978
+ ],
4979
+ "reasoning": true,
4980
+ "tools": true,
4981
+ "providers": {},
4982
+ "sources": [
4983
+ "https://platform.openai.com/docs/models",
4984
+ "https://apxml.com/models/gpt-55-pro",
4985
+ "https://lifearchitect.ai/models-table/"
4986
+ ],
4987
+ "estimated": [
4988
+ "parameters",
4989
+ "context",
4990
+ "corpus"
4991
+ ]
4992
+ },
4723
4993
  {
4724
4994
  "name": "gpt-audio",
4725
4995
  "vendor": "openai",
@@ -6224,6 +6494,36 @@
6224
6494
  "parameters"
6225
6495
  ]
6226
6496
  },
6497
+ {
6498
+ "name": "mistral-medium-3.5",
6499
+ "vendor": "mistral",
6500
+ "open": true,
6501
+ "pattern": "mistral[\\s._-]?medium[\\s._-]?3(?:\\.5|[\\s._-]?5)",
6502
+ "type": "text",
6503
+ "architecture": "dense",
6504
+ "parameters": {
6505
+ "active": 128,
6506
+ "total": 128
6507
+ },
6508
+ "context": 256000,
6509
+ "input": [
6510
+ "text",
6511
+ "image"
6512
+ ],
6513
+ "output": [
6514
+ "text"
6515
+ ],
6516
+ "reasoning": true,
6517
+ "tools": true,
6518
+ "providers": {},
6519
+ "sources": [
6520
+ "https://docs.mistral.ai/models/model-cards/mistral-medium-3-5-26-04",
6521
+ "https://huggingface.co/mistralai/Mistral-Medium-3.5-128B",
6522
+ "https://lifearchitect.ai/models-table/",
6523
+ "https://apxml.com/models"
6524
+ ],
6525
+ "estimated": []
6526
+ },
6227
6527
  {
6228
6528
  "name": "mistral-nemo-instruct-2407",
6229
6529
  "vendor": "mistral",
@@ -6290,6 +6590,36 @@
6290
6590
  ],
6291
6591
  "estimated": []
6292
6592
  },
6593
+ {
6594
+ "name": "mistral-ocr-4",
6595
+ "vendor": "mistral",
6596
+ "open": false,
6597
+ "pattern": "mistral[\\s._-]?ocr[\\s._-]?4",
6598
+ "type": "vision",
6599
+ "architecture": "dense",
6600
+ "parameters": {
6601
+ "active": 24,
6602
+ "total": 24
6603
+ },
6604
+ "input": [
6605
+ "document",
6606
+ "image"
6607
+ ],
6608
+ "output": [
6609
+ "text"
6610
+ ],
6611
+ "reasoning": false,
6612
+ "tools": false,
6613
+ "providers": {},
6614
+ "sources": [
6615
+ "https://docs.mistral.ai/models/overview",
6616
+ "https://docs.mistral.ai/capabilities/document_ai/overview/",
6617
+ "https://apxml.com/models"
6618
+ ],
6619
+ "estimated": [
6620
+ "parameters"
6621
+ ]
6622
+ },
6293
6623
  {
6294
6624
  "name": "mistral-small-3.1",
6295
6625
  "vendor": "mistral",
@@ -6390,6 +6720,36 @@
6390
6720
  ],
6391
6721
  "estimated": []
6392
6722
  },
6723
+ {
6724
+ "name": "mistral-small-4",
6725
+ "vendor": "mistral",
6726
+ "open": true,
6727
+ "pattern": "mistral[\\s._-]?small[\\s._-]?4",
6728
+ "type": "text",
6729
+ "architecture": "moe",
6730
+ "parameters": {
6731
+ "active": 6.5,
6732
+ "total": 119
6733
+ },
6734
+ "context": 256000,
6735
+ "input": [
6736
+ "text",
6737
+ "image"
6738
+ ],
6739
+ "output": [
6740
+ "text"
6741
+ ],
6742
+ "reasoning": true,
6743
+ "tools": true,
6744
+ "providers": {},
6745
+ "sources": [
6746
+ "https://docs.mistral.ai/models/overview",
6747
+ "https://huggingface.co/mistralai/Mistral-Small-4-119B-2603",
6748
+ "https://lifearchitect.ai/models-table/",
6749
+ "https://apxml.com/models"
6750
+ ],
6751
+ "estimated": []
6752
+ },
6393
6753
  {
6394
6754
  "name": "mixtral-8x7b",
6395
6755
  "vendor": "mistral",
@@ -6793,6 +7153,45 @@
6793
7153
  "corpus"
6794
7154
  ]
6795
7155
  },
7156
+ {
7157
+ "name": "o3",
7158
+ "vendor": "openai",
7159
+ "open": false,
7160
+ "pattern": "o3(?![\\s._-]?(?:mini|pro|deep))",
7161
+ "type": "text",
7162
+ "architecture": "moe",
7163
+ "parameters": {
7164
+ "active": 120,
7165
+ "total": 600
7166
+ },
7167
+ "context": 200000,
7168
+ "corpus": 20000,
7169
+ "input": [
7170
+ "text",
7171
+ "image"
7172
+ ],
7173
+ "output": [
7174
+ "text"
7175
+ ],
7176
+ "reasoning": true,
7177
+ "tools": true,
7178
+ "providers": {
7179
+ "azure": [
7180
+ "o3"
7181
+ ]
7182
+ },
7183
+ "sources": [
7184
+ "https://platform.openai.com/docs/models/o3",
7185
+ "https://openai.com/index/introducing-o3-and-o4-mini/",
7186
+ "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure",
7187
+ "https://lifearchitect.ai/models-table/",
7188
+ "https://apxml.com/models/o3"
7189
+ ],
7190
+ "estimated": [
7191
+ "parameters",
7192
+ "corpus"
7193
+ ]
7194
+ },
6796
7195
  {
6797
7196
  "name": "o3-mini",
6798
7197
  "vendor": "openai",
@@ -6831,6 +7230,45 @@
6831
7230
  "corpus"
6832
7231
  ]
6833
7232
  },
7233
+ {
7234
+ "name": "o4-mini",
7235
+ "vendor": "openai",
7236
+ "open": false,
7237
+ "pattern": "o4[\\s._-]?mini",
7238
+ "type": "text",
7239
+ "architecture": "moe",
7240
+ "parameters": {
7241
+ "active": 8,
7242
+ "total": 200
7243
+ },
7244
+ "context": 200000,
7245
+ "corpus": 13000,
7246
+ "input": [
7247
+ "text",
7248
+ "image"
7249
+ ],
7250
+ "output": [
7251
+ "text"
7252
+ ],
7253
+ "reasoning": true,
7254
+ "tools": true,
7255
+ "providers": {
7256
+ "azure": [
7257
+ "o4-mini"
7258
+ ]
7259
+ },
7260
+ "sources": [
7261
+ "https://platform.openai.com/docs/models/o4-mini",
7262
+ "https://openai.com/index/introducing-o3-and-o4-mini/",
7263
+ "https://learn.microsoft.com/en-us/azure/foundry/foundry-models/concepts/models-sold-directly-by-azure",
7264
+ "https://lifearchitect.ai/models-table/",
7265
+ "https://apxml.com/models/o4-mini"
7266
+ ],
7267
+ "estimated": [
7268
+ "parameters",
7269
+ "corpus"
7270
+ ]
7271
+ },
6834
7272
  {
6835
7273
  "name": "phi-3-medium",
6836
7274
  "vendor": "microsoft",
@@ -8183,6 +8621,40 @@
8183
8621
  "parameters"
8184
8622
  ]
8185
8623
  },
8624
+ {
8625
+ "name": "veo-3.1-fast",
8626
+ "vendor": "google",
8627
+ "open": false,
8628
+ "pattern": "veo[\\s._-]?3(?:\\.1|[\\s._-]?1)[\\s._-]?fast",
8629
+ "type": "video",
8630
+ "architecture": "dense",
8631
+ "parameters": {
8632
+ "active": 24,
8633
+ "total": 24
8634
+ },
8635
+ "input": [
8636
+ "text",
8637
+ "image"
8638
+ ],
8639
+ "output": [
8640
+ "video",
8641
+ "audio"
8642
+ ],
8643
+ "reasoning": false,
8644
+ "tools": false,
8645
+ "providers": {
8646
+ "gcp": [
8647
+ "Veo 3.1 Fast"
8648
+ ]
8649
+ },
8650
+ "sources": [
8651
+ "https://ai.google.dev/gemini-api/docs/changelog",
8652
+ "https://ai.google.dev/gemini-api/docs/video"
8653
+ ],
8654
+ "estimated": [
8655
+ "parameters"
8656
+ ]
8657
+ },
8186
8658
  {
8187
8659
  "name": "veo-3.1-lite",
8188
8660
  "vendor": "google",
@@ -8250,6 +8722,64 @@
8250
8722
  "parameters"
8251
8723
  ]
8252
8724
  },
8725
+ {
8726
+ "name": "voxtral-mini-transcribe",
8727
+ "vendor": "mistral",
8728
+ "open": false,
8729
+ "pattern": "voxtral[\\s._-]?mini[\\s._-]?transcribe(?![\\s._-]?realtime)",
8730
+ "type": "transcription",
8731
+ "architecture": "dense",
8732
+ "parameters": {
8733
+ "active": 4,
8734
+ "total": 4
8735
+ },
8736
+ "input": [
8737
+ "audio"
8738
+ ],
8739
+ "output": [
8740
+ "text"
8741
+ ],
8742
+ "reasoning": false,
8743
+ "tools": false,
8744
+ "providers": {},
8745
+ "sources": [
8746
+ "https://docs.mistral.ai/models/overview",
8747
+ "https://docs.mistral.ai/models/model-cards/voxtral-mini-transcribe-26-02",
8748
+ "https://mistral.ai/news/voxtral-transcribe-2/",
8749
+ "https://apxml.com/models"
8750
+ ],
8751
+ "estimated": [
8752
+ "parameters"
8753
+ ]
8754
+ },
8755
+ {
8756
+ "name": "voxtral-mini-transcribe-realtime",
8757
+ "vendor": "mistral",
8758
+ "open": true,
8759
+ "pattern": "voxtral[\\s._-]?mini[\\s._-]?transcribe[\\s._-]?realtime",
8760
+ "type": "transcription",
8761
+ "architecture": "dense",
8762
+ "parameters": {
8763
+ "active": 4,
8764
+ "total": 4
8765
+ },
8766
+ "input": [
8767
+ "audio"
8768
+ ],
8769
+ "output": [
8770
+ "text"
8771
+ ],
8772
+ "reasoning": false,
8773
+ "tools": false,
8774
+ "providers": {},
8775
+ "sources": [
8776
+ "https://docs.mistral.ai/models/model-cards/voxtral-mini-transcribe-realtime-26-02",
8777
+ "https://mistral.ai/news/voxtral-transcribe-2/",
8778
+ "https://huggingface.co/mistralai/Voxtral-Mini-4B-Realtime-2602",
8779
+ "https://apxml.com/models"
8780
+ ],
8781
+ "estimated": []
8782
+ },
8253
8783
  {
8254
8784
  "name": "voxtral-small-24b-2507",
8255
8785
  "vendor": "mistral",
@@ -8288,6 +8818,33 @@
8288
8818
  "parameters"
8289
8819
  ]
8290
8820
  },
8821
+ {
8822
+ "name": "voxtral-tts",
8823
+ "vendor": "mistral",
8824
+ "open": true,
8825
+ "pattern": "voxtral(?:[\\s._-]?4b)?[\\s._-]?tts(?:[\\s._-]?2603)?|voxtral[\\s._-]?mini[\\s._-]?tts(?:[\\s._-]?2603)?",
8826
+ "type": "speech",
8827
+ "architecture": "dense",
8828
+ "parameters": {
8829
+ "active": 4,
8830
+ "total": 4
8831
+ },
8832
+ "input": [
8833
+ "text"
8834
+ ],
8835
+ "output": [
8836
+ "audio"
8837
+ ],
8838
+ "reasoning": false,
8839
+ "tools": false,
8840
+ "providers": {},
8841
+ "sources": [
8842
+ "https://docs.mistral.ai/models/model-cards/voxtral-tts-26-03",
8843
+ "https://huggingface.co/mistralai/Voxtral-4B-TTS-2603",
8844
+ "https://apxml.com/models"
8845
+ ],
8846
+ "estimated": []
8847
+ },
8291
8848
  {
8292
8849
  "name": "whisper-large-v3",
8293
8850
  "vendor": "openai",