@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 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: 150000;
826
- readonly outputPerMTok: 750000;
827
- readonly cachedInputPerMTok: 15000;
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: 15e4,
1137
- outputPerMTok: 75e4,
1138
- cachedInputPerMTok: 15e3
1136
+ inputPerMTok: 75e3,
1137
+ outputPerMTok: 375e3,
1138
+ cachedInputPerMTok: 7500
1139
1139
  },
1140
1140
  "gemini-3.7-flash": {
1141
1141
  kind: "flat",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/ai-catalog",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Provider-neutral AI model roles, capabilities, and curated model metadata.",
5
5
  "keywords": [
6
6
  "ai",