@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/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/model-catalog.ts +3 -3
package/package.json
CHANGED
package/src/model-catalog.ts
CHANGED
|
@@ -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:
|
|
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:
|
|
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
|
],
|