@digital4better/data 1.3.39 → 1.3.41

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 (86) hide show
  1. package/README.md +12 -3
  2. package/data/ai/models.csv +8 -0
  3. package/data/ai/models.json +274 -0
  4. package/data/cloud/accelerators.csv +1 -0
  5. package/data/cloud/accelerators.json +9 -0
  6. package/data/cloud/aws-regions.csv +32 -32
  7. package/data/cloud/aws-regions.json +68 -68
  8. package/data/cloud/azure-regions.csv +10 -10
  9. package/data/cloud/azure-regions.json +66 -42
  10. package/data/cloud/cpus.csv +16 -0
  11. package/data/cloud/cpus.json +194 -0
  12. package/data/cloud/gcp-regions.csv +39 -39
  13. package/data/cloud/gcp-regions.json +73 -73
  14. package/data/cloud/oracle-regions.csv +46 -0
  15. package/data/cloud/oracle-regions.json +548 -0
  16. package/data/cloud/oracle-vms.csv +141 -0
  17. package/data/cloud/oracle-vms.json +2759 -0
  18. package/data/cloud/ovhcloud-regions.csv +21 -21
  19. package/data/cloud/ovhcloud-regions.json +68 -35
  20. package/data/cloud/scaleway-regions.csv +9 -9
  21. package/data/cloud/scaleway-regions.json +21 -21
  22. package/data/factor/continent-monthly-green.csv +172 -172
  23. package/data/factor/continent-monthly-green.json +1531 -1531
  24. package/data/factor/continent-monthly.csv +173 -173
  25. package/data/factor/continent-monthly.json +1521 -1521
  26. package/data/factor/continent-yearly-green.csv +27 -27
  27. package/data/factor/continent-yearly-green.json +223 -223
  28. package/data/factor/continent-yearly.csv +26 -26
  29. package/data/factor/continent-yearly.json +227 -227
  30. package/data/factor/country-monthly-green.csv +796 -796
  31. package/data/factor/country-monthly-green.json +6458 -6458
  32. package/data/factor/country-monthly.csv +936 -936
  33. package/data/factor/country-monthly.json +6311 -6311
  34. package/data/factor/country-yearly-green.csv +198 -198
  35. package/data/factor/country-yearly-green.json +1470 -1470
  36. package/data/factor/country-yearly.csv +214 -214
  37. package/data/factor/country-yearly.json +1502 -1502
  38. package/data/factor/subdivision-monthly-green.csv +141 -141
  39. package/data/factor/subdivision-monthly-green.json +1263 -1263
  40. package/data/factor/subdivision-monthly.csv +141 -141
  41. package/data/factor/subdivision-monthly.json +1269 -1269
  42. package/data/factor/subdivision-yearly-green.csv +64 -64
  43. package/data/factor/subdivision-yearly-green.json +574 -574
  44. package/data/factor/subdivision-yearly.csv +64 -64
  45. package/data/factor/subdivision-yearly.json +576 -576
  46. package/data/factor/world-monthly-green.csv +87 -87
  47. package/data/factor/world-monthly-green.json +783 -783
  48. package/data/factor/world-monthly.csv +87 -87
  49. package/data/factor/world-monthly.json +782 -782
  50. package/data/factor/world-yearly-green.csv +8 -8
  51. package/data/factor/world-yearly-green.json +72 -72
  52. package/data/factor/world-yearly.csv +8 -8
  53. package/data/factor/world-yearly.json +72 -72
  54. package/data/mix/continent-monthly-green.csv +166 -166
  55. package/data/mix/continent-monthly-green.json +559 -559
  56. package/data/mix/continent-monthly.csv +166 -166
  57. package/data/mix/continent-monthly.json +1078 -1078
  58. package/data/mix/continent-yearly-green.csv +22 -22
  59. package/data/mix/continent-yearly-green.json +72 -72
  60. package/data/mix/continent-yearly.csv +22 -22
  61. package/data/mix/continent-yearly.json +128 -128
  62. package/data/mix/country-monthly-green.csv +567 -567
  63. package/data/mix/country-monthly-green.json +1754 -1754
  64. package/data/mix/country-monthly.csv +567 -567
  65. package/data/mix/country-monthly.json +2585 -2585
  66. package/data/mix/country-yearly-green.csv +122 -122
  67. package/data/mix/country-yearly-green.json +409 -409
  68. package/data/mix/country-yearly.csv +122 -122
  69. package/data/mix/country-yearly.json +720 -720
  70. package/data/mix/subdivision-monthly-green.csv +132 -132
  71. package/data/mix/subdivision-monthly-green.json +411 -411
  72. package/data/mix/subdivision-monthly.csv +132 -132
  73. package/data/mix/subdivision-monthly.json +780 -780
  74. package/data/mix/subdivision-yearly-green.csv +61 -61
  75. package/data/mix/subdivision-yearly-green.json +196 -196
  76. package/data/mix/subdivision-yearly.csv +61 -61
  77. package/data/mix/subdivision-yearly.json +367 -367
  78. package/data/mix/world-monthly-green.csv +87 -87
  79. package/data/mix/world-monthly-green.json +345 -345
  80. package/data/mix/world-monthly.csv +87 -87
  81. package/data/mix/world-monthly.json +771 -771
  82. package/data/mix/world-yearly-green.csv +8 -8
  83. package/data/mix/world-yearly-green.json +31 -31
  84. package/data/mix/world-yearly.csv +8 -8
  85. package/data/mix/world-yearly.json +71 -71
  86. package/package.json +1 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ Main source families:
47
47
 
48
48
  ### Cloud Infrastructure
49
49
 
50
- The cloud referentials in [`data/cloud`](./data/cloud) provide structured information for major providers including AWS, Azure, GCP, OVHcloud, and Scaleway.
50
+ The cloud referentials in [`data/cloud`](./data/cloud) provide structured information for major providers including AWS, Azure, GCP, Oracle Cloud Infrastructure, OVHcloud, and Scaleway.
51
51
 
52
52
  Typical use cases:
53
53
 
@@ -57,9 +57,18 @@ Typical use cases:
57
57
 
58
58
  Main source families:
59
59
 
60
- - provider region and infrastructure documentation from [AWS](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Microsoft Azure](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/), [Google Cloud](https://cloud.google.com/compute/docs/regions-zones), [OVHcloud](https://eco.ovhcloud.com/en-ie/our-commitments/global-infrastructure/), and [Scaleway](https://www.scaleway.com/en/docs/console/my-project/how-to/view-the-list-of-scaleway-regions-and-availability-zones/)
60
+ - provider region and infrastructure documentation from [AWS](https://aws.amazon.com/about-aws/global-infrastructure/regions_az/), [Microsoft Azure](https://azure.microsoft.com/en-us/explore/global-infrastructure/geographies/), [Google Cloud](https://cloud.google.com/compute/docs/regions-zones), [Oracle Cloud Infrastructure](https://docs.oracle.com/en-us/iaas/Content/General/Concepts/regions.htm), [OVHcloud](https://eco.ovhcloud.com/en-ie/our-commitments/global-infrastructure/), and [Scaleway](https://www.scaleway.com/en/docs/console/my-project/how-to/view-the-list-of-scaleway-regions-and-availability-zones/)
61
61
  - manufacturer and hardware reference sources for CPUs and accelerators
62
- - curated cross-checking from provider instance catalogs and infrastructure specification pages
62
+ - provider sustainability disclosures used for `pue`, `wue`, and `ref`, including [AWS regional PUE/WUE](https://sustainability.aboutamazon.com/aws-wue-pue.csv), Microsoft regional fact sheets via [datacenters.microsoft.com](https://datacenters.microsoft.com/sustainability/efficiency/), [Google Cloud regional CFE%](https://cloud.google.com/sustainability/region-carbon), Oracle's [Corporate Citizenship Report](https://www.oracle.com/a/ocom/docs/corporate/citizenship/oracle-corp-citizenship-report-3941904.pdf), [OVHcloud FY25 KPIs](https://www.ovhcloud.com/sites/default/files/external_files/kpis_fy25.pdf) and [methodology note](https://corporate.ovhcloud.com/sites/default/files/2025-10/methodology_-_environmental_impact_tracker_fr.pdf), and Scaleway's [calculation reference values](https://www.scaleway.com/en/docs/environmental-footprint/additional-content/calculation-values-reference/) and [impact reports](https://www-uploads.scaleway.com/Impact_Report2024_A4_EN_9a7bd88445.pdf)
63
+
64
+ Current cloud assumptions kept in the datasets:
65
+
66
+ - `aws`: `pue` and `wue` come from the 2024 AWS regional CSV; `ref` stays at `0` because AWS public renewable matching disclosures are not used as a region-level factor in this referential
67
+ - `azure`: values come from Microsoft regional fact sheets, combining still-live PDFs with previously curated factsheet values for regions whose older PDFs are no longer publicly retrievable
68
+ - `gcp`: `ref` comes from regional `CFE%`; `wue` comes from previously derived values based on Google environmental reporting and is kept until Google publishes a clearer general regional water metric
69
+ - `oracle`: use a uniform `pue = 1.07` and provisional `wue = 0` until OCI publishes region-level metrics
70
+ - `ovhcloud`: follow FY25 KPI values for `pue`, `wue`, and `ref`
71
+ - `scaleway`: values come from documented datacenter figures, completed where needed with the provider's impact reports
63
72
 
64
73
  ### Electricity Mix And Impact Factors
65
74
 
@@ -67,15 +67,21 @@ gemini-2.5-flash,google,false,text,moe,88,440,1048576,20000,,,text|image|video,t
67
67
  gemini-2.5-flash-image,google,false,image,moe,88,440,,20000,,,text,image,true,false,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://deepmind.google/technologies/gemini/flash,parameters|corpus
68
68
  gemini-2.5-flash-lite,google,false,text,dense,18,18,1048576,,,,text|image|video,text,true,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models,parameters|context
69
69
  gemini-2.5-flash-live-api,google,false,speech,moe,88,440,128000,20000,,,audio,audio|text,true,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://deepmind.google/technologies/gemini/flash,parameters|context|corpus
70
+ gemini-2.5-flash-tts,google,false,speech,moe,88,440,8192,,,,text,audio,false,false,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemini-api/docs/models/gemini-2.5-flash-preview-tts,parameters
70
71
  gemini-2.5-pro,google,false,text,moe,400,2000,1048576,80000,,,text|image|video,text,true,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://storage.googleapis.com/deepmind-media/gemini/gemini_v2_5_report.pdf,parameters|context|corpus
72
+ gemini-2.5-pro-tts,google,false,speech,moe,400,2000,8192,,,,text,audio,false,false,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemini-api/docs/models/gemini-2.5-pro-preview-tts,parameters
71
73
  gemini-3-flash,google,false,text,moe,65,300,1048576,100000,,,text|image|video,text,false,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Flash-Model-Card.pdf,parameters|context|corpus
72
74
  gemini-3-pro,google,false,text,moe,240,1200,1048576,100000,,,text|image|video,text,false,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Pro-Model-Card.pdf,parameters|context|corpus
73
75
  gemini-3-pro-image,google,false,image,moe,240,1200,,100000,,,text,image,false,false,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://storage.googleapis.com/deepmind-media/Model-Cards/Gemini-3-Pro-Model-Card.pdf,parameters|corpus
74
76
  gemini-3.1-flash-image,google,false,image,moe,240,1200,,,,,text,image,false,false,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models,parameters
75
77
  gemini-3.1-flash-lite,google,false,text,dense,68,68,1048576,100000,,,text|image|video,text,false,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table,parameters|context|corpus
78
+ gemini-3.1-flash-live,google,false,speech,moe,65,300,131072,,,,text|image|audio|video,text|audio,true,true,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemini-api/docs/models/gemini-3.1-flash-live-preview,parameters
76
79
  gemini-3.1-pro,google,false,text,moe,240,1200,1048576,100000,,,text|image|video,text,false,true,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models|https://lifearchitect.ai/models-table|https://deepmind.google/models/model-cards/gemini-3-1-pro,parameters|context|corpus
77
80
  gemini-embedding-2,google,false,embedding,dense,0.7,0.7,2048,,,,text,embedding,false,false,https://ai.google.dev/gemini-api/docs/models|https://cloud.google.com/vertex-ai/generative-ai/docs/partner-models/use-partner-models,parameters|context
78
81
  gemma-3-27b-it,google,true,text,dense,27,27,40000,14000,,,text,text,false,false,https://huggingface.co/google/gemma-3-27b-it|https://storage.googleapis.com/deepmind-media/gemma/Gemma3Report.pdf,corpus
82
+ gemma-3n-e4b-it,google,true,text,moe,4,8,32000,,,,text|image|audio|video,text,false,false,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemma/docs/gemma-3n|https://developers.googleblog.com/introducing-gemma-3n-developer-guide/,
83
+ gemma-4-26b-a4b-it,google,true,text,moe,3.8,25.2,256000,,,,text|image|video,text,true,true,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemma/docs/core|https://huggingface.co/google/gemma-4-26B-A4B-it,
84
+ gemma-4-31b-it,google,true,text,dense,30.7,30.7,256000,,,,text|image|video,text,true,true,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemma/docs/core|https://huggingface.co/google/gemma-4-31B-it,
79
85
  gpt-35-turbo,openai,false,text,dense,45,45,16385,,,,text,text,false,true,https://platform.openai.com/docs/models|https://ai.azure.com/catalog/models|https://lifearchitect.ai/models-table|https://openai.com/blog/chatgpt,parameters|context
80
86
  gpt-35-turbo-16k,openai,false,text,dense,45,45,16385,,,,text,text,false,true,https://platform.openai.com/docs/models|https://ai.azure.com/catalog/models|https://lifearchitect.ai/models-table|https://openai.com/blog/chatgpt,parameters|context
81
87
  gpt-4,openai,false,text,moe,280,1760,8192,13000,,,text,text,false,true,https://platform.openai.com/docs/models|https://ai.azure.com/catalog/models|https://lifearchitect.ai/models-table|https://cdn.openai.com/papers/gpt-4.pdf|https://lifearchitect.ai/gpt-4,parameters|context|corpus
@@ -222,6 +228,8 @@ titan-embeddings-g1,amazon,false,embedding,dense,1,1,8192,,1536,,text,embedding,
222
228
  titan-embeddings-v2,amazon,false,embedding,dense,1,1,8192,,1536,,text,embedding,false,false,https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html,parameters|context
223
229
  titan-text-g1-express,amazon,false,text,dense,15,15,8000,,,,text,text,false,false,https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html,parameters|context
224
230
  titan-text-g1-lite,amazon,false,text,dense,5,5,4000,,,,text,text,false,false,https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html,parameters|context
231
+ veo-3.1,google,false,video,dense,32,32,,,,,text|image,video|audio,false,false,https://ai.google.dev/gemini-api/docs/models|https://ai.google.dev/gemini-api/docs/models/veo-3.1-generate-preview,parameters
232
+ veo-3.1-lite,google,false,video,dense,16,16,,,,,text|image,video|audio,false,false,https://ai.google.dev/gemini-api/docs/changelog|https://ai.google.dev/gemini-api/docs/models/veo-3.1-lite-generate-preview,parameters
225
233
  voxtral-mini-3b-2507,mistral,true,speech,dense,3,3,32000,,,,audio,audio|text,false,true,https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html,parameters
226
234
  voxtral-small-24b-2507,mistral,true,speech,dense,24.3,24.3,32000,,,,audio,audio|text,false,true,https://docs.mistral.ai/getting-started/models|https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html|https://www.scaleway.com/en/docs/generative-apis/reference-content/supported-models,parameters
227
235
  whisper-large-v3,openai,true,transcription,dense,1.55,1.55,,,,,audio,text,false,false,https://huggingface.co/openai/whisper-large-v3,
@@ -2383,6 +2383,39 @@
2383
2383
  "corpus"
2384
2384
  ]
2385
2385
  },
2386
+ {
2387
+ "name": "gemini-2.5-flash-tts",
2388
+ "vendor": "google",
2389
+ "open": false,
2390
+ "pattern": "gemini[\\s._-]?2(?:\\.5|[\\s._-]?5)[\\s._-]?flash(?:[\\s._-]?preview)?[\\s._-]?(?:text[\\s._-]?to[\\s._-]?speech|tts)",
2391
+ "type": "speech",
2392
+ "architecture": "moe",
2393
+ "parameters": {
2394
+ "active": 88,
2395
+ "total": 440
2396
+ },
2397
+ "context": 8192,
2398
+ "input": [
2399
+ "text"
2400
+ ],
2401
+ "output": [
2402
+ "audio"
2403
+ ],
2404
+ "reasoning": false,
2405
+ "tools": false,
2406
+ "providers": {
2407
+ "gcp": [
2408
+ "Gemini 2.5 Flash Text-to-Speech"
2409
+ ]
2410
+ },
2411
+ "sources": [
2412
+ "https://ai.google.dev/gemini-api/docs/changelog",
2413
+ "https://ai.google.dev/gemini-api/docs/models/gemini-2.5-flash-preview-tts"
2414
+ ],
2415
+ "estimated": [
2416
+ "parameters"
2417
+ ]
2418
+ },
2386
2419
  {
2387
2420
  "name": "gemini-2.5-pro",
2388
2421
  "vendor": "google",
@@ -2423,6 +2456,39 @@
2423
2456
  "corpus"
2424
2457
  ]
2425
2458
  },
2459
+ {
2460
+ "name": "gemini-2.5-pro-tts",
2461
+ "vendor": "google",
2462
+ "open": false,
2463
+ "pattern": "gemini[\\s._-]?2(?:\\.5|[\\s._-]?5)[\\s._-]?pro(?:[\\s._-]?preview)?[\\s._-]?(?:text[\\s._-]?to[\\s._-]?speech|tts)",
2464
+ "type": "speech",
2465
+ "architecture": "moe",
2466
+ "parameters": {
2467
+ "active": 400,
2468
+ "total": 2000
2469
+ },
2470
+ "context": 8192,
2471
+ "input": [
2472
+ "text"
2473
+ ],
2474
+ "output": [
2475
+ "audio"
2476
+ ],
2477
+ "reasoning": false,
2478
+ "tools": false,
2479
+ "providers": {
2480
+ "gcp": [
2481
+ "Gemini 2.5 Pro Text-to-Speech"
2482
+ ]
2483
+ },
2484
+ "sources": [
2485
+ "https://ai.google.dev/gemini-api/docs/changelog",
2486
+ "https://ai.google.dev/gemini-api/docs/models/gemini-2.5-pro-preview-tts"
2487
+ ],
2488
+ "estimated": [
2489
+ "parameters"
2490
+ ]
2491
+ },
2426
2492
  {
2427
2493
  "name": "gemini-3-flash",
2428
2494
  "vendor": "google",
@@ -2610,6 +2676,43 @@
2610
2676
  "corpus"
2611
2677
  ]
2612
2678
  },
2679
+ {
2680
+ "name": "gemini-3.1-flash-live",
2681
+ "vendor": "google",
2682
+ "open": false,
2683
+ "pattern": "gemini[\\s._-]?3(?:\\.1|[\\s._-]?1)[\\s._-]?flash[\\s._-]?live(?:[\\s._-]?preview)?",
2684
+ "type": "speech",
2685
+ "architecture": "moe",
2686
+ "parameters": {
2687
+ "active": 65,
2688
+ "total": 300
2689
+ },
2690
+ "context": 131072,
2691
+ "input": [
2692
+ "text",
2693
+ "image",
2694
+ "audio",
2695
+ "video"
2696
+ ],
2697
+ "output": [
2698
+ "text",
2699
+ "audio"
2700
+ ],
2701
+ "reasoning": true,
2702
+ "tools": true,
2703
+ "providers": {
2704
+ "gcp": [
2705
+ "Gemini 3.1 Flash Live"
2706
+ ]
2707
+ },
2708
+ "sources": [
2709
+ "https://ai.google.dev/gemini-api/docs/changelog",
2710
+ "https://ai.google.dev/gemini-api/docs/models/gemini-3.1-flash-live-preview"
2711
+ ],
2712
+ "estimated": [
2713
+ "parameters"
2714
+ ]
2715
+ },
2613
2716
  {
2614
2717
  "name": "gemini-3.1-pro",
2615
2718
  "vendor": "google",
@@ -2718,6 +2821,109 @@
2718
2821
  "corpus"
2719
2822
  ]
2720
2823
  },
2824
+ {
2825
+ "name": "gemma-3n-e4b-it",
2826
+ "vendor": "google",
2827
+ "open": true,
2828
+ "pattern": "gemma[\\s._-]?3n[\\s._-]?e4b[\\s._-]?it",
2829
+ "type": "text",
2830
+ "architecture": "moe",
2831
+ "parameters": {
2832
+ "active": 4,
2833
+ "total": 8
2834
+ },
2835
+ "context": 32000,
2836
+ "input": [
2837
+ "text",
2838
+ "image",
2839
+ "audio",
2840
+ "video"
2841
+ ],
2842
+ "output": [
2843
+ "text"
2844
+ ],
2845
+ "reasoning": false,
2846
+ "tools": false,
2847
+ "providers": {
2848
+ "gcp": [
2849
+ "gemma-3n-e4b-it"
2850
+ ]
2851
+ },
2852
+ "sources": [
2853
+ "https://ai.google.dev/gemini-api/docs/changelog",
2854
+ "https://ai.google.dev/gemma/docs/gemma-3n",
2855
+ "https://developers.googleblog.com/introducing-gemma-3n-developer-guide/"
2856
+ ],
2857
+ "estimated": []
2858
+ },
2859
+ {
2860
+ "name": "gemma-4-26b-a4b-it",
2861
+ "vendor": "google",
2862
+ "open": true,
2863
+ "pattern": "gemma[\\s._-]?4[\\s._-]?26b[\\s._-]?a4b[\\s._-]?it",
2864
+ "type": "text",
2865
+ "architecture": "moe",
2866
+ "parameters": {
2867
+ "active": 3.8,
2868
+ "total": 25.2
2869
+ },
2870
+ "context": 256000,
2871
+ "input": [
2872
+ "text",
2873
+ "image",
2874
+ "video"
2875
+ ],
2876
+ "output": [
2877
+ "text"
2878
+ ],
2879
+ "reasoning": true,
2880
+ "tools": true,
2881
+ "providers": {
2882
+ "gcp": [
2883
+ "gemma-4-26b-a4b-it"
2884
+ ]
2885
+ },
2886
+ "sources": [
2887
+ "https://ai.google.dev/gemini-api/docs/changelog",
2888
+ "https://ai.google.dev/gemma/docs/core",
2889
+ "https://huggingface.co/google/gemma-4-26B-A4B-it"
2890
+ ],
2891
+ "estimated": []
2892
+ },
2893
+ {
2894
+ "name": "gemma-4-31b-it",
2895
+ "vendor": "google",
2896
+ "open": true,
2897
+ "pattern": "gemma[\\s._-]?4[\\s._-]?31b[\\s._-]?it",
2898
+ "type": "text",
2899
+ "architecture": "dense",
2900
+ "parameters": {
2901
+ "active": 30.7,
2902
+ "total": 30.7
2903
+ },
2904
+ "context": 256000,
2905
+ "input": [
2906
+ "text",
2907
+ "image",
2908
+ "video"
2909
+ ],
2910
+ "output": [
2911
+ "text"
2912
+ ],
2913
+ "reasoning": true,
2914
+ "tools": true,
2915
+ "providers": {
2916
+ "gcp": [
2917
+ "gemma-4-31b-it"
2918
+ ]
2919
+ },
2920
+ "sources": [
2921
+ "https://ai.google.dev/gemini-api/docs/changelog",
2922
+ "https://ai.google.dev/gemma/docs/core",
2923
+ "https://huggingface.co/google/gemma-4-31B-it"
2924
+ ],
2925
+ "estimated": []
2926
+ },
2721
2927
  {
2722
2928
  "name": "gpt-35-turbo",
2723
2929
  "vendor": "openai",
@@ -7943,6 +8149,74 @@
7943
8149
  "context"
7944
8150
  ]
7945
8151
  },
8152
+ {
8153
+ "name": "veo-3.1",
8154
+ "vendor": "google",
8155
+ "open": false,
8156
+ "pattern": "veo[\\s._-]?3(?:\\.1|[\\s._-]?1)(?![\\s._-]?lite)",
8157
+ "type": "video",
8158
+ "architecture": "dense",
8159
+ "parameters": {
8160
+ "active": 32,
8161
+ "total": 32
8162
+ },
8163
+ "input": [
8164
+ "text",
8165
+ "image"
8166
+ ],
8167
+ "output": [
8168
+ "video",
8169
+ "audio"
8170
+ ],
8171
+ "reasoning": false,
8172
+ "tools": false,
8173
+ "providers": {
8174
+ "gcp": [
8175
+ "Veo 3.1"
8176
+ ]
8177
+ },
8178
+ "sources": [
8179
+ "https://ai.google.dev/gemini-api/docs/models",
8180
+ "https://ai.google.dev/gemini-api/docs/models/veo-3.1-generate-preview"
8181
+ ],
8182
+ "estimated": [
8183
+ "parameters"
8184
+ ]
8185
+ },
8186
+ {
8187
+ "name": "veo-3.1-lite",
8188
+ "vendor": "google",
8189
+ "open": false,
8190
+ "pattern": "veo[\\s._-]?3(?:\\.1|[\\s._-]?1)[\\s._-]?lite",
8191
+ "type": "video",
8192
+ "architecture": "dense",
8193
+ "parameters": {
8194
+ "active": 16,
8195
+ "total": 16
8196
+ },
8197
+ "input": [
8198
+ "text",
8199
+ "image"
8200
+ ],
8201
+ "output": [
8202
+ "video",
8203
+ "audio"
8204
+ ],
8205
+ "reasoning": false,
8206
+ "tools": false,
8207
+ "providers": {
8208
+ "gcp": [
8209
+ "Veo 3.1 Lite"
8210
+ ]
8211
+ },
8212
+ "sources": [
8213
+ "https://ai.google.dev/gemini-api/docs/changelog",
8214
+ "https://ai.google.dev/gemini-api/docs/models/veo-3.1-lite-generate-preview"
8215
+ ],
8216
+ "estimated": [
8217
+ "parameters"
8218
+ ]
8219
+ },
7946
8220
  {
7947
8221
  "name": "voxtral-mini-3b-2507",
7948
8222
  "vendor": "mistral",
@@ -36,3 +36,4 @@ nvidia-tesla-t4,gpu,nvidia,tesla,t4,turing,2560,16,70,12,545,13600
36
36
  nvidia-tesla-v10016,gpu,nvidia,tesla,v100,volta,5120,16,250,12,815,21100
37
37
  nvidia-tesla-v10032,gpu,nvidia,tesla,v100,volta,5120,32,250,12,815,21100
38
38
  qualcomm-ai100-standard,asic,qualcomm,ai100,standard,cloud ai,16,16,75,7,0,0
39
+ amd-radeon-mi355x,gpu,amd,radeon,mi355x,instinct,,288,,,,
@@ -516,5 +516,14 @@
516
516
  "process": 7,
517
517
  "die": 0,
518
518
  "transistors": 0
519
+ },
520
+ {
521
+ "id": "amd-radeon-mi355x",
522
+ "type": "gpu",
523
+ "manufacturer": "amd",
524
+ "serie": "radeon",
525
+ "model": "mi355x",
526
+ "platform": "instinct",
527
+ "memory": 288
519
528
  }
520
529
  ]
@@ -1,33 +1,33 @@
1
1
  id,name,provider,lat,lon,location,country,subdivision,pue,wue,ref
2
- af-south-1,af-south-1,aws,-33.93,18.42,Cape Town,za,,1.135,0.18,0
3
- ap-east-1,ap-east-1,aws,22.27,114.16,Hong Kong,hk,,1.135,0.18,0
4
- ap-south-1,ap-south-1,aws,19.08,72.88,Mumbai,in,,1.135,0.18,0
5
- ap-south-2,ap-south-2,aws,17.387,78.492,Hyderabad,in,,1.135,0.18,0
6
- ap-northeast-1,ap-south-1,aws,35.41,139.42,Tokyo,jp,,1.135,0.18,0
7
- ap-northeast-2,ap-northeast-2,aws,37.56,126.98,Seoul,kr,,1.135,0.18,0
8
- ap-northeast-3,ap-northeast-3,aws,34.69,135.49,Osaka,jp,,1.135,0.18,0
9
- ap-southeast-1,ap-southeast-1,aws,1.37,103.8,Singapore,sg,,1.135,0.18,0
10
- ap-southeast-2,ap-southeast-2,aws,-33.86,151.2,Sydney,au,,1.135,0.18,0
11
- ap-southeast-3,ap-southeast-3,aws,-6.2,106.817,Jakarta,id,,1.135,0.18,0
12
- ap-southeast-4,ap-southeast-4,aws,-37.841,144.946,Melbourne,au,,1.135,0.18,0
13
- ap-southeast-5,ap-southeast-5,aws,3.141,101.693,Malaysia,my,,1.135,0.18,0
14
- ca-central-1,ca-central-1,aws,45.5,-73.6,Montreal,ca,qc,1.135,0.18,0
15
- ca-west-1,ca-west-1,aws,51.05,-114.067,Calgary,ca,ab,1.135,0.18,0
16
- cn-north-1,cn-north-1,aws,40,116.4,Beijing,cn,,1.135,0.18,0
17
- cn-northwest-1,cn-northwest-1,aws,37,106,Ningxia,cn,,1.135,0.18,0
18
- eu-central-1,eu-central-1,aws,50,8,Frankfurt,de,,1.135,0.18,0
19
- eu-central-2,eu-central-2,aws,47.451542,8.564572,Zurich,ch,,1.135,0.18,0
20
- eu-north-1,eu-north-1,aws,59.25,17.81,Stockholm,se,,1.135,0.18,0
21
- eu-south-1,eu-south-1,aws,45.43,9.29,Milan,it,,1.135,0.18,0
22
- eu-south-2,eu-south-2,aws,41.65,-0.89,Zaragoza,es,,1.135,0.18,0
23
- eu-west-1,eu-west-1,aws,53,-8,Dublin,ie,,1.135,0.18,0
24
- eu-west-2,eu-west-2,aws,51,-0.1,London,gb,,1.135,0.18,0
25
- eu-west-3,eu-west-3,aws,48.86,2.35,Paris,fr,,1.135,0.18,0
26
- il-central-1,il-central-1,aws,32.085,34.782,Tel Aviv,il,,1.135,0.18,0
27
- me-central-1,me-central-1,aws,24.466667,54.366669,Abu Dhabi,ae,,1.135,0.18,0
28
- me-south-1,me-south-1,aws,26.1,50.46,Bahrain,bh,,1.135,0.18,0
29
- sa-east-1,sa-east-1,aws,-23.34,-46.38,Sao Paulo,br,,1.135,0.18,0
30
- us-east-1,us-east-1,aws,38.13,-78.45,Ashburn,us,va,1.135,0.18,0
31
- us-east-2,us-east-2,aws,39.96,-83,Hilliard,us,oh,1.135,0.18,0
32
- us-west-1,us-west-1,aws,37.35,-121.96,San Jose,us,ca,1.135,0.18,0
33
- us-west-2,us-west-2,aws,46.15,-123.88,Madras,us,or,1.135,0.18,0
2
+ af-south-1,af-south-1,aws,-33.93,18.42,Cape Town,za,,1.24,0.15,0
3
+ ap-east-1,ap-east-1,aws,22.27,114.16,Hong Kong,hk,,1.15,0.15,0
4
+ ap-south-1,ap-south-1,aws,19.08,72.88,Mumbai,in,,1.42,0.15,0
5
+ ap-south-2,ap-south-2,aws,17.387,78.492,Hyderabad,in,,1.46,0.15,0
6
+ ap-northeast-1,ap-south-1,aws,35.41,139.42,Tokyo,jp,,1.27,0.91,0
7
+ ap-northeast-2,ap-northeast-2,aws,37.56,126.98,Seoul,kr,,1.15,0.15,0
8
+ ap-northeast-3,ap-northeast-3,aws,34.69,135.49,Osaka,jp,,1.15,0.15,0
9
+ ap-southeast-1,ap-southeast-1,aws,1.37,103.8,Singapore,sg,,1.32,1.68,0
10
+ ap-southeast-2,ap-southeast-2,aws,-33.86,151.2,Sydney,au,,1.15,0.12,0
11
+ ap-southeast-3,ap-southeast-3,aws,-6.2,106.817,Jakarta,id,,1.4,2.75,0
12
+ ap-southeast-4,ap-southeast-4,aws,-37.841,144.946,Melbourne,au,,1.15,0.02,0
13
+ ap-southeast-5,ap-southeast-5,aws,3.141,101.693,Malaysia,my,,1.15,0.15,0
14
+ ca-central-1,ca-central-1,aws,45.5,-73.6,Montreal,ca,qc,1.19,0.04,0
15
+ ca-west-1,ca-west-1,aws,51.05,-114.067,Calgary,ca,ab,1.17,0.08,0
16
+ cn-north-1,cn-north-1,aws,40,116.4,Beijing,cn,,1.15,0.15,0
17
+ cn-northwest-1,cn-northwest-1,aws,37,106,Ningxia,cn,,1.25,0.15,0
18
+ eu-central-1,eu-central-1,aws,50,8,Frankfurt,de,,1.35,0.01,0
19
+ eu-central-2,eu-central-2,aws,47.451542,8.564572,Zurich,ch,,1.15,0.15,0
20
+ eu-north-1,eu-north-1,aws,59.25,17.81,Stockholm,se,,1.1,0.02,0
21
+ eu-south-1,eu-south-1,aws,45.43,9.29,Milan,it,,1.15,0.15,0
22
+ eu-south-2,eu-south-2,aws,41.65,-0.89,Zaragoza,es,,1.09,0.24,0
23
+ eu-west-1,eu-west-1,aws,53,-8,Dublin,ie,,1.11,0.03,0
24
+ eu-west-2,eu-west-2,aws,51,-0.1,London,gb,,1.15,0.15,0
25
+ eu-west-3,eu-west-3,aws,48.86,2.35,Paris,fr,,1.15,0.15,0
26
+ il-central-1,il-central-1,aws,32.085,34.782,Tel Aviv,il,,1.15,0.15,0
27
+ me-central-1,me-central-1,aws,24.466667,54.366669,Abu Dhabi,ae,,1.27,0.15,0
28
+ me-south-1,me-south-1,aws,26.1,50.46,Bahrain,bh,,1.33,0.15,0
29
+ sa-east-1,sa-east-1,aws,-23.34,-46.38,Sao Paulo,br,,1.17,0.23,0
30
+ us-east-1,us-east-1,aws,39.043719,-77.48749,Ashburn,us,va,1.15,0.12,0
31
+ us-east-2,us-east-2,aws,39.96,-83,Hilliard,us,oh,1.13,0.1,0
32
+ us-west-1,us-west-1,aws,37.35,-121.96,San Jose,us,ca,1.18,0.51,0
33
+ us-west-2,us-west-2,aws,46.15,-123.88,Madras,us,or,1.12,0.16,0