@picsart/ai-sdk 3.30.0 → 3.30.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.
Files changed (2) hide show
  1. package/index.js +0 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -6525,14 +6525,6 @@ var { MODELS: MODELS25 } = defineModels("heygen", [
6525
6525
  id: "heygen-video-avatar",
6526
6526
  modelId: "heygen-avatar-iv",
6527
6527
  addedAt: "2026-03-17",
6528
- // Disabled 2026-05-08 because the avatar list carried no way to tell an
6529
- // Avatar IV-compatible avatar from an incompatible one, so picks were
6530
- // rejected at submit. The worker now serves `heygen/v1/avatars/list` from
6531
- // HeyGen v3 looks filtered by `supported_api_engines`, so every id it offers
6532
- // is one the engine accepts. Kept at `preview` until that runs on
6533
- // production — the tag is opt-in, so only stage surfaces asking for it will
6534
- // list the model.
6535
- release: "preview",
6536
6528
  name: "HeyGen Video Avatar",
6537
6529
  workflow: "heygen/v1/video/generate",
6538
6530
  buildPayload: buildHeyGenVideoAvatarPayload,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@picsart/ai-sdk",
3
- "version": "3.30.0",
3
+ "version": "3.30.1",
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",