@picsart/ai-sdk 5.28.3 → 5.28.4

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 (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -8732,7 +8732,7 @@ var { MODELS: OPENAI_LLM } = defineModels("openai", [
8732
8732
  estimatedTime: 10,
8733
8733
  mode: "text",
8734
8734
  inputType: "i2t",
8735
- release: "preview",
8735
+ badge: ["new"],
8736
8736
  description: "OpenAI\u2019s next-generation flagship model for advanced reasoning and multimodal tasks.",
8737
8737
  features: [feat("Vision", "input"), feat("Thinking", "characteristic")],
8738
8738
  paramConfig: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "5.28.3",
3
+ "version": "5.28.4",
4
4
  "type": "module",
5
5
  "description": "Type-safe SDK for 100+ AI models — image, video, audio, and text generation with Picsart",
6
6
  "license": "MIT",