aimodels 0.4.11 → 0.4.12

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 (2) hide show
  1. package/dist/index.js +17 -13
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -734,9 +734,9 @@ var models = {
734
734
  },
735
735
  "creatorId": "deepseek"
736
736
  },
737
- "gemini-2.5-pro-exp-03-25": {
738
- "id": "gemini-2.5-pro-exp-03-25",
739
- "name": "Gemini 2.5 Pro",
737
+ "gemini-2.5-pro-preview-03-25": {
738
+ "id": "gemini-2.5-pro-preview-03-25",
739
+ "name": "Gemini 2.5 Pro (Preview)",
740
740
  "license": "proprietary",
741
741
  "providerIds": [
742
742
  "google"
@@ -761,9 +761,9 @@ var models = {
761
761
  ],
762
762
  "creatorId": "google"
763
763
  },
764
- "gemini-2.5-flash-preview": {
765
- "id": "gemini-2.5-flash-preview",
766
- "name": "Gemini 2.5 Flash Preview",
764
+ "gemini-2.5-pro-exp-03-25": {
765
+ "id": "gemini-2.5-pro-exp-03-25",
766
+ "name": "Gemini 2.5 Pro (Experimental)",
767
767
  "license": "proprietary",
768
768
  "providerIds": [
769
769
  "google"
@@ -775,18 +775,22 @@ var models = {
775
775
  "json-out",
776
776
  "fn-out",
777
777
  "img-in",
778
+ "audio-in",
778
779
  "reason"
779
780
  ],
780
781
  "context": {
781
782
  "type": "token",
782
- "total": 1048576,
783
- "maxOutput": 32768
783
+ "total": 1114112,
784
+ "maxOutput": 65536
784
785
  },
786
+ "aliases": [
787
+ "gemini-2.5-exp"
788
+ ],
785
789
  "creatorId": "google"
786
790
  },
787
- "gemini-2.5-pro-experimental": {
788
- "id": "gemini-2.5-pro-experimental",
789
- "name": "Gemini 2.5 Pro Experimental",
791
+ "gemini-2.5-flash-preview": {
792
+ "id": "gemini-2.5-flash-preview",
793
+ "name": "Gemini 2.5 Flash Preview",
790
794
  "license": "proprietary",
791
795
  "providerIds": [
792
796
  "google"
@@ -802,8 +806,8 @@ var models = {
802
806
  ],
803
807
  "context": {
804
808
  "type": "token",
805
- "total": 1114112,
806
- "maxOutput": 65536
809
+ "total": 1048576,
810
+ "maxOutput": 32768
807
811
  },
808
812
  "creatorId": "google"
809
813
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aimodels",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "description": "A collection of AI model specifications across different providers",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",