@acedatacloud/skills 2026.629.1 → 2026.629.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acedatacloud/skills",
3
- "version": "2026.629.1",
3
+ "version": "2026.629.2",
4
4
  "description": "Agent Skills for AceDataCloud AI services — music, image, video generation, LLM chat, web search. Compatible with Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, and 30+ AI coding agents.",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -35,7 +35,9 @@ curl -X POST https://api.acedata.cloud/seedance/tasks \
35
35
 
36
36
  ## Models
37
37
 
38
- The Seedance 2.0 series adds multimodal reference inputs: real-person / character **image** references, reference **audio**, and reference **video** (see the workflows below).
38
+ ### Seedance 2.0 (current generation multimodal reference)
39
+
40
+ The 2.0 series adds multimodal reference inputs: real-person / character **image** references, reference **audio**, and reference **video** (see the workflows below).
39
41
 
40
42
  | Model | Best For | Max resolution |
41
43
  |-------|----------|----------------|
@@ -43,6 +45,16 @@ The Seedance 2.0 series adds multimodal reference inputs: real-person / characte
43
45
  | `doubao-seedance-2-0-fast-260128` | Faster 2.0 generation | `720p` |
44
46
  | `doubao-seedance-2-0-mini-260615` | Lightweight / most cost-effective 2.0 | `720p` |
45
47
 
48
+ ### Seedance 1.x
49
+
50
+ | Model | Type | Best For |
51
+ |-------|------|----------|
52
+ | `doubao-seedance-1-5-pro-251215` | Text+Image-to-Video | 1.5 flagship, audio support |
53
+ | `doubao-seedance-1-0-pro-250528` | Text+Image-to-Video | General-purpose, reliable quality |
54
+ | `doubao-seedance-1-0-pro-fast-251015` | Text+Image-to-Video | Faster Pro generation |
55
+ | `doubao-seedance-1-0-lite-t2v-250428` | Text-to-Video only | Lightweight text-to-video |
56
+ | `doubao-seedance-1-0-lite-i2v-250428` | Image-to-Video only | Lightweight image-to-video |
57
+
46
58
  ## Workflows
47
59
 
48
60
  ### 1. Text-to-Video
@@ -52,7 +64,7 @@ Pass a text content item in the `content` array.
52
64
  ```json
53
65
  POST /seedance/videos
54
66
  {
55
- "model": "doubao-seedance-2-0-260128",
67
+ "model": "doubao-seedance-1-0-pro-250528",
56
68
  "content": [
57
69
  {"type": "text", "text": "a street dancer doing breakdancing moves in an urban setting"}
58
70
  ],
@@ -69,7 +81,7 @@ Include an image content item (with an optional `role`) alongside the text.
69
81
  ```json
70
82
  POST /seedance/videos
71
83
  {
72
- "model": "doubao-seedance-2-0-260128",
84
+ "model": "doubao-seedance-1-5-pro-251215",
73
85
  "content": [
74
86
  {"type": "text", "text": "the person starts dancing gracefully"},
75
87
  {
@@ -154,7 +166,7 @@ POST /seedance/videos
154
166
  | `duration` | `2` – `15` | Duration in seconds (Seedance 2.0 supports 4–15) |
155
167
  | `frames` | 29–361 (must satisfy 25+4n) | Frame count — mutually exclusive with `duration` |
156
168
  | `seed` | -1 to 4294967295 | Seed for reproducible results (-1 = random) |
157
- | `generate_audio` | `true` / `false` | Generate audio (supported by the `doubao-seedance-2-0` series; other models ignore it) |
169
+ | `generate_audio` | `true` / `false` | Generate audio (supported by `doubao-seedance-1-5-pro-251215` and the `doubao-seedance-2-0` series; other models ignore it) |
158
170
  | `camerafixed` | `true` / `false` | Fix the camera position during generation |
159
171
  | `watermark` | `true` / `false` | Add a watermark to the generated video |
160
172
  | `return_last_frame` | `true` / `false` | Return the last frame of the generated video |
@@ -173,11 +185,11 @@ Supported inline params: `--rs` (resolution), `--rt` (ratio), `--dur` (duration)
173
185
 
174
186
  ## Gotchas
175
187
 
176
- - Model names use the `doubao-*` convention (e.g. `doubao-seedance-2-0-260128`) — old short names like `seedance-1.0` are not valid
188
+ - Model names use the `doubao-*` convention (e.g. `doubao-seedance-1-0-pro-250528`) — old short names like `seedance-1.0` are not valid
177
189
  - The `content` array replaces the old `prompt` + `image_url` fields; always use `content`
178
190
  - Image and text scenarios are mutually exclusive per content item — each item has either `text` or `image_url`, not both
179
191
  - `first_frame` and `last_frame` may be combined in one request, but `reference_image` is mutually exclusive with `first_frame` / `last_frame` — do not mix a reference image with first/last frames
180
- - `generate_audio: true` is supported by the `doubao-seedance-2-0` series; other models ignore this field
192
+ - `generate_audio: true` is supported by `doubao-seedance-1-5-pro-251215` and the `doubao-seedance-2-0` series; other models ignore this field
181
193
  - Lite models are split: `*-lite-t2v-*` only accepts text, `*-lite-i2v-*` only accepts image-to-video
182
194
  - `audio_url` and `video_url` reference items are used by the **Seedance 2.0 series only**
183
195
  - Resolution options are `480p`, `720p`, `1080p`, and `4k` (`4k` is `doubao-seedance-2-0-260128` only; `2-0-fast` / `2-0-mini` max out at `720p`) — there is no 360p or 540p