@nodaro/shared 2.1.0 → 2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nodaro/shared",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "Shared types, model catalog, wire contracts, and structural vocabularies for the Nodaro platform and SDK.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -399,8 +399,8 @@ const IMAGE_MODELS: Record<string, ModelCatalogEntry> = {
399
399
  aspectRatios: FLUX_RATIOS,
400
400
  resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
401
401
  pricing: [
402
- { identifier: "flux-2-klein", credits: 10 }, // 1MP 0ref (default)
403
- { identifier: "flux-2-klein:1MP:0ref", credits: 3 }, // min
402
+ { identifier: "flux-2-klein", credits: 3 }, // 1MP 0ref (default)
403
+ { identifier: "flux-2-klein:1MP:0ref", credits: 3 }, // min — same point on the grid as the bare default
404
404
  { identifier: "flux-2-klein:4MP:8ref", credits: 108 }, // max
405
405
  ],
406
406
  },
@@ -430,7 +430,7 @@ const IMAGE_MODELS: Record<string, ModelCatalogEntry> = {
430
430
  aspectRatios: FLUX_RATIOS,
431
431
  resolutions: ["0.5 MP", "1 MP", "2 MP", "4 MP"],
432
432
  pricing: [
433
- { identifier: "flux-2-pro", credits: 30 }, // 2MP 0ref (default)
433
+ { identifier: "flux-2-pro", credits: 23 }, // 2MP 0ref (default)
434
434
  { identifier: "flux-2-pro:0.5MP:0ref", credits: 12 }, // min
435
435
  { identifier: "flux-2-pro:4MP:8ref", credits: 278 }, // max
436
436
  ],