@picsart/ai-sdk 1.146.0 → 1.148.2

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 (3) hide show
  1. package/_cli.js +1 -0
  2. package/index.js +1 -0
  3. package/package.json +1 -1
package/_cli.js CHANGED
@@ -4606,6 +4606,7 @@ var init_ideogram = __esm({
4606
4606
  description: "Best-in-class text placement for logos, posters, and graphic design.",
4607
4607
  features: [feat("Multi-Image Input", "input"), feat("Styles", "style")],
4608
4608
  paramConfig: {
4609
+ ...params.prompt(),
4609
4610
  ...params.aspectRatio(["16:9", "9:16", "1:1", "3:4", "4:3"]),
4610
4611
  ...params.renderingSpeed([
4611
4612
  { id: "FLASH", label: "Flash" },
package/index.js CHANGED
@@ -4001,6 +4001,7 @@ var { MODELS: MODELS26} = defineModels("ideogram", [
4001
4001
  description: "Best-in-class text placement for logos, posters, and graphic design.",
4002
4002
  features: [feat("Multi-Image Input", "input"), feat("Styles", "style")],
4003
4003
  paramConfig: {
4004
+ ...params.prompt(),
4004
4005
  ...params.aspectRatio(["16:9", "9:16", "1:1", "3:4", "4:3"]),
4005
4006
  ...params.renderingSpeed([
4006
4007
  { id: "FLASH", label: "Flash" },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "1.146.0",
3
+ "version": "1.148.2",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, and audio generation with Picsart",
6
6
  "license": "MIT",