@stll/ai-catalog 0.1.0 → 0.1.1
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/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -822,9 +822,9 @@ declare const MODEL_RATES: {
|
|
|
822
822
|
};
|
|
823
823
|
readonly "gemini-3.6-flash": {
|
|
824
824
|
readonly kind: "flat";
|
|
825
|
-
readonly inputPerMTok:
|
|
826
|
-
readonly outputPerMTok:
|
|
827
|
-
readonly cachedInputPerMTok:
|
|
825
|
+
readonly inputPerMTok: 75000;
|
|
826
|
+
readonly outputPerMTok: 375000;
|
|
827
|
+
readonly cachedInputPerMTok: 7500;
|
|
828
828
|
};
|
|
829
829
|
readonly "gemini-3.7-flash": {
|
|
830
830
|
readonly kind: "flat";
|
package/dist/index.js
CHANGED
|
@@ -1133,9 +1133,9 @@ const MODEL_RATES = {
|
|
|
1133
1133
|
},
|
|
1134
1134
|
"gemini-3.6-flash": {
|
|
1135
1135
|
kind: "flat",
|
|
1136
|
-
inputPerMTok:
|
|
1137
|
-
outputPerMTok:
|
|
1138
|
-
cachedInputPerMTok:
|
|
1136
|
+
inputPerMTok: 75e3,
|
|
1137
|
+
outputPerMTok: 375e3,
|
|
1138
|
+
cachedInputPerMTok: 7500
|
|
1139
1139
|
},
|
|
1140
1140
|
"gemini-3.7-flash": {
|
|
1141
1141
|
kind: "flat",
|