@sogni-ai/sogni-client 5.1.0-alpha.13 → 5.1.0-alpha.14

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [5.1.0-alpha.14](https://github.com/Sogni-AI/sogni-client/compare/v5.1.0-alpha.13...v5.1.0-alpha.14) (2026-06-25)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump sogni protocol alpha ([e2f9a4b](https://github.com/Sogni-AI/sogni-client/commit/e2f9a4b012340a4501145dcb33db9227c4347ff7))
7
+
1
8
  # [5.1.0-alpha.13](https://github.com/Sogni-AI/sogni-client/compare/v5.1.0-alpha.12...v5.1.0-alpha.13) (2026-06-25)
2
9
 
3
10
 
@@ -119,7 +119,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
119
119
  "type": "function",
120
120
  "function": {
121
121
  "name": "generate_video",
122
- "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2 or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead of this tool. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
122
+ "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2, seedance2-mini, or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead of this tool unless the user asks for full Seedance. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
123
123
  "parameters": {
124
124
  "type": "object",
125
125
  "properties": {
@@ -143,7 +143,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
143
143
  },
144
144
  "negativePrompt": {
145
145
  "type": "string",
146
- "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2 or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
146
+ "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2, seedance2-mini, or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
147
147
  },
148
148
  "videoModel": {
149
149
  "type": "string",
@@ -151,9 +151,10 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
151
151
  "ltx23",
152
152
  "wan22",
153
153
  "seedance2",
154
+ "seedance2-mini",
154
155
  "seedance2-fast"
155
156
  ],
156
- "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast / faster draft iteration, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
157
+ "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance draft iteration unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" only when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft, Mini, or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
157
158
  },
158
159
  "generateAudio": {
159
160
  "type": "boolean",
@@ -178,7 +179,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
178
179
  "items": {
179
180
  "type": "number"
180
181
  },
181
- "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
182
+ "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead unless the user asks for full Seedance. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
182
183
  },
183
184
  "width": {
184
185
  "type": "number",
@@ -190,7 +191,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
190
191
  },
191
192
  "targetResolution": {
192
193
  "type": "number",
193
- "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Fast supports 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
194
+ "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-mini\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Mini and Fast support 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
194
195
  },
195
196
  "numberOfVariations": {
196
197
  "type": "number",
@@ -487,7 +488,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
487
488
  "type": "function",
488
489
  "function": {
489
490
  "name": "animate_photo",
490
- "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2 or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
491
+ "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2, seedance2-mini, or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
491
492
  "parameters": {
492
493
  "type": "object",
493
494
  "properties": {
@@ -509,7 +510,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
509
510
  "ltx23",
510
511
  "wan22"
511
512
  ],
512
- "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2 or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
513
+ "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2, seedance2-mini, or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
513
514
  },
514
515
  "negativePrompt": {
515
516
  "type": "string",
@@ -654,7 +655,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
654
655
  },
655
656
  "negativePrompt": {
656
657
  "type": "string",
657
- "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
658
+ "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-mini/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
658
659
  },
659
660
  "videoModel": {
660
661
  "type": "string",
@@ -662,9 +663,10 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
662
663
  "ltx23-v2v",
663
664
  "wan22-animate",
664
665
  "seedance2",
666
+ "seedance2-mini",
665
667
  "seedance2-fast"
666
668
  ],
667
- "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", use \"seedance2-fast\" by default, especially when the user asks for Seedance Fast/seedance-fast or 480p/720p. Use \"seedance2\" only when the user explicitly asks for the full/non-fast Seedance model or 1080p."
669
+ "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance V2V unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro or from 480p/720p resolution requests alone."
668
670
  },
669
671
  "generateAudio": {
670
672
  "type": "boolean",
@@ -672,7 +674,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
672
674
  },
673
675
  "targetResolution": {
674
676
  "type": "number",
675
- "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V fast supports 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
677
+ "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V Mini and Fast support 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
676
678
  },
677
679
  "sourceImageIndex": {
678
680
  "type": "number",
@@ -873,7 +875,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
873
875
  "type": "function",
874
876
  "function": {
875
877
  "name": "sound_to_video",
876
- "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2 or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
878
+ "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2, seedance2-mini, or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
877
879
  "parameters": {
878
880
  "type": "object",
879
881
  "properties": {
@@ -909,11 +911,12 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
909
911
  "enum": [
910
912
  "wan-s2v",
911
913
  "seedance2",
914
+ "seedance2-mini",
912
915
  "seedance2-fast",
913
916
  "ltx23-ia2v",
914
917
  "ltx23-a2v"
915
918
  ],
916
- "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-fast\": Seedance 2.0 Fast for faster/lower-cost iteration. Seedance quality is selected only by this model value: pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast / faster draft, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
919
+ "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-mini\": Seedance 2.0 Mini for faster, lower-cost 720p iteration. \"seedance2-fast\": legacy Seedance 2.0 Fast. Seedance quality is selected only by this model value: pick \"seedance2-mini\" for faster draft/lower-cost Seedance unless the user explicitly says Seedance Fast, pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
917
920
  },
918
921
  "generateAudio": {
919
922
  "type": "boolean",
@@ -968,6 +971,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
968
971
  "auto",
969
972
  "ltx23",
970
973
  "seedance2",
974
+ "seedance2-mini",
971
975
  "seedance2-fast"
972
976
  ],
973
977
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
@@ -1028,6 +1032,7 @@ exports.SOGNI_HOSTED_TOOLS_MANIFEST = {
1028
1032
  "ltx23",
1029
1033
  "wan22",
1030
1034
  "seedance2",
1035
+ "seedance2-mini",
1031
1036
  "seedance2-fast"
1032
1037
  ],
1033
1038
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, Wan base → Wan 2.2, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
@@ -1 +1 @@
1
- {"version":3,"file":"_hostedToolsManifest.generated.js","sourceRoot":"","sources":["../../src/Chat/_hostedToolsManifest.generated.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"_hostedToolsManifest.generated.js","sourceRoot":"","sources":["../../src/Chat/_hostedToolsManifest.generated.ts"],"names":[],"mappings":"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"}
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "5.1.0-alpha.13";
1
+ export declare const LIB_VERSION = "5.1.0-alpha.14";
package/dist/version.js CHANGED
@@ -3,5 +3,5 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
4
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
5
5
  // Source of truth: package.json version.
6
- exports.LIB_VERSION = '5.1.0-alpha.13';
6
+ exports.LIB_VERSION = '5.1.0-alpha.14';
7
7
  //# sourceMappingURL=version.js.map
@@ -116,7 +116,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
116
116
  "type": "function",
117
117
  "function": {
118
118
  "name": "generate_video",
119
- "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2 or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead of this tool. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
119
+ "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2, seedance2-mini, or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead of this tool unless the user asks for full Seedance. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
120
120
  "parameters": {
121
121
  "type": "object",
122
122
  "properties": {
@@ -140,7 +140,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
140
140
  },
141
141
  "negativePrompt": {
142
142
  "type": "string",
143
- "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2 or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
143
+ "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2, seedance2-mini, or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
144
144
  },
145
145
  "videoModel": {
146
146
  "type": "string",
@@ -148,9 +148,10 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
148
148
  "ltx23",
149
149
  "wan22",
150
150
  "seedance2",
151
+ "seedance2-mini",
151
152
  "seedance2-fast"
152
153
  ],
153
- "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast / faster draft iteration, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
154
+ "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance draft iteration unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" only when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft, Mini, or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
154
155
  },
155
156
  "generateAudio": {
156
157
  "type": "boolean",
@@ -175,7 +176,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
175
176
  "items": {
176
177
  "type": "number"
177
178
  },
178
- "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
179
+ "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead unless the user asks for full Seedance. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
179
180
  },
180
181
  "width": {
181
182
  "type": "number",
@@ -187,7 +188,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
187
188
  },
188
189
  "targetResolution": {
189
190
  "type": "number",
190
- "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Fast supports 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
191
+ "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-mini\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Mini and Fast support 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
191
192
  },
192
193
  "numberOfVariations": {
193
194
  "type": "number",
@@ -484,7 +485,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
484
485
  "type": "function",
485
486
  "function": {
486
487
  "name": "animate_photo",
487
- "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2 or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
488
+ "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2, seedance2-mini, or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
488
489
  "parameters": {
489
490
  "type": "object",
490
491
  "properties": {
@@ -506,7 +507,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
506
507
  "ltx23",
507
508
  "wan22"
508
509
  ],
509
- "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2 or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
510
+ "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2, seedance2-mini, or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
510
511
  },
511
512
  "negativePrompt": {
512
513
  "type": "string",
@@ -651,7 +652,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
651
652
  },
652
653
  "negativePrompt": {
653
654
  "type": "string",
654
- "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
655
+ "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-mini/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
655
656
  },
656
657
  "videoModel": {
657
658
  "type": "string",
@@ -659,9 +660,10 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
659
660
  "ltx23-v2v",
660
661
  "wan22-animate",
661
662
  "seedance2",
663
+ "seedance2-mini",
662
664
  "seedance2-fast"
663
665
  ],
664
- "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", use \"seedance2-fast\" by default, especially when the user asks for Seedance Fast/seedance-fast or 480p/720p. Use \"seedance2\" only when the user explicitly asks for the full/non-fast Seedance model or 1080p."
666
+ "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance V2V unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro or from 480p/720p resolution requests alone."
665
667
  },
666
668
  "generateAudio": {
667
669
  "type": "boolean",
@@ -669,7 +671,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
669
671
  },
670
672
  "targetResolution": {
671
673
  "type": "number",
672
- "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V fast supports 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
674
+ "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V Mini and Fast support 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
673
675
  },
674
676
  "sourceImageIndex": {
675
677
  "type": "number",
@@ -870,7 +872,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
870
872
  "type": "function",
871
873
  "function": {
872
874
  "name": "sound_to_video",
873
- "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2 or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
875
+ "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2, seedance2-mini, or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
874
876
  "parameters": {
875
877
  "type": "object",
876
878
  "properties": {
@@ -906,11 +908,12 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
906
908
  "enum": [
907
909
  "wan-s2v",
908
910
  "seedance2",
911
+ "seedance2-mini",
909
912
  "seedance2-fast",
910
913
  "ltx23-ia2v",
911
914
  "ltx23-a2v"
912
915
  ],
913
- "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-fast\": Seedance 2.0 Fast for faster/lower-cost iteration. Seedance quality is selected only by this model value: pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast / faster draft, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
916
+ "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-mini\": Seedance 2.0 Mini for faster, lower-cost 720p iteration. \"seedance2-fast\": legacy Seedance 2.0 Fast. Seedance quality is selected only by this model value: pick \"seedance2-mini\" for faster draft/lower-cost Seedance unless the user explicitly says Seedance Fast, pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
914
917
  },
915
918
  "generateAudio": {
916
919
  "type": "boolean",
@@ -965,6 +968,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
965
968
  "auto",
966
969
  "ltx23",
967
970
  "seedance2",
971
+ "seedance2-mini",
968
972
  "seedance2-fast"
969
973
  ],
970
974
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
@@ -1025,6 +1029,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST = {
1025
1029
  "ltx23",
1026
1030
  "wan22",
1027
1031
  "seedance2",
1032
+ "seedance2-mini",
1028
1033
  "seedance2-fast"
1029
1034
  ],
1030
1035
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, Wan base → Wan 2.2, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
@@ -1 +1 @@
1
- {"version":3,"file":"_hostedToolsManifest.generated.js","sourceRoot":"","sources":["../../src/Chat/_hostedToolsManifest.generated.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"_hostedToolsManifest.generated.js","sourceRoot":"","sources":["../../src/Chat/_hostedToolsManifest.generated.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
1
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
2
2
  // Source of truth: package.json version.
3
- export const LIB_VERSION = '5.1.0-alpha.13';
3
+ export const LIB_VERSION = '5.1.0-alpha.14';
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "5.1.0-alpha.13",
6
+ "version": "5.1.0-alpha.14",
7
7
  "engines": {
8
8
  "node": ">=22"
9
9
  },
@@ -82,7 +82,7 @@
82
82
  "homepage": "https://github.com/Sogni-AI/sogni-client#readme",
83
83
  "dependencies": {
84
84
  "@lukeed/uuid": "^2.0.1",
85
- "@sogni-ai/sogni-protocol": "1.0.0-alpha.7",
85
+ "@sogni-ai/sogni-protocol": "1.0.0-alpha.8",
86
86
  "@types/js-cookie": "^3.0.6",
87
87
  "@types/lodash": "^4.17.23",
88
88
  "@types/ws": "^8.5.13",
@@ -117,7 +117,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
117
117
  "type": "function",
118
118
  "function": {
119
119
  "name": "generate_video",
120
- "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2 or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead of this tool. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
120
+ "description": "Generate a video from text or Seedance multimodal references. LTX 2.3 generates audio natively (dialogue, sounds, ambient music) — describe audio in the prompt. If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 (WAN 2.2 does not support voice identity). For non-Seedance syncing to a specific song or audio track, use sound_to_video instead. For non-Seedance animation from a locked source photo, use animate_photo. Do NOT use for My Personas unless generating a Seedance reference-based video — standard persona videos use resolve_personas → edit_image → animate_photo. SEEDANCE DEFAULT: For seedance2, seedance2-mini, or seedance2-fast, default to exactly one 4-15s video unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one up-to-15s Seedance prompt are still one video. If the user requests one continuous Seedance video longer than 15s, preserve the requested total duration in the prompt/context; chat orchestration should split it into supported segment renders and stitch them instead of clamping it to a 15s excerpt. Uploaded/generated storyboard, shot-sheet, or trailer-concept images used as Seedance references should become one Seedance generate_video call by default; do not extract panels with edit_image and do not animate the storyboard sheet with LTX unless the user explicitly asks for separate non-Seedance clips. Seedance loose image, video, and audio references go through this tool; do not use animate_photo sourceImageIndex/frameRole/endImageIndex for Seedance. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead of this tool unless the user asks for full Seedance. Use referenceAudioIndices here only when audio is a loose reference under an image/video-anchored Seedance shot. For Seedance, every image — first frame, last frame, or loose reference — is passed through referenceImageIndices (auto-uploaded as referenceImageUrls). Anchor frame intent in the prompt with @Image tags such as \"Use @Image1 as the opening shot reference. Begin the video with a composition, subject placement, lighting, mood, and camera framing that closely match @Image1.\" (or @Image2 as the final shot reference). For seamless-loop or \"first frame and last frame identical\" requests with a single uploaded image, anchor it explicitly as both: \"Use @Image1 as both the first frame and last frame so the video loops cleanly back to the opening composition.\" Assign each useful @Image/@Video/@Audio tag a role. APPROVED STORYBOARD PRODUCTION: When the user asks for a production workflow from an approved storyboard, the chat orchestrator should use the durable CampaignStoryboard contract: render the composite board, audit it, generate per-scene GPT Image 2 keyframes, then render Seedance scene clips and stitch them. Do not replace that with a generic storyboard-reference video unless the user asks for a fast draft. PARTIAL VIDEO EDITS: Do NOT call generate_video to re-render an existing rendered/uploaded video just to change part of it (the bumper, the intro, the end card, a single scene, the last few seconds, etc.). Use replace_video_segment for that — it preserves the unchanged portion, keeps the original audio outside the replaced window, and costs far less. Likewise use extend_video to add new time to the end without rewriting the rest. If the request is vague, ask about vision/mood/style first. Only call once you have clear creative intent.",
121
121
  "parameters": {
122
122
  "type": "object",
123
123
  "properties": {
@@ -141,7 +141,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
141
141
  },
142
142
  "negativePrompt": {
143
143
  "type": "string",
144
- "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2 or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
144
+ "description": "Non-Seedance only. Optional negative prompt for video models that expose a separate negative-prompt field. Do not set for seedance2, seedance2-mini, or seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive visual instructions in prompt."
145
145
  },
146
146
  "videoModel": {
147
147
  "type": "string",
@@ -149,9 +149,10 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
149
149
  "ltx23",
150
150
  "wan22",
151
151
  "seedance2",
152
+ "seedance2-mini",
152
153
  "seedance2-fast"
153
154
  ],
154
- "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast / faster draft iteration, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
155
+ "description": "Video model. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx23\". Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance draft iteration unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" only when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for the full Seedance 2.0 model, explicit non-fast/full-quality requests, 1080p/4K requests, or generated/uploaded storyboard images unless the user explicitly asks for a draft, Mini, or the fast model. Do not use Default Media Quality Fast/HQ/Pro or targetResolution to represent Seedance quality. Seedance supports multimodal loose reference assets: images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total. Use @Image1/@Video1/@Audio1 style references in creative briefs when assigning roles. Assign every useful reference asset a role and prefer positive preservation constraints. If an uploaded video is the source clip to transform, upscale, enhance, restyle, or remaster, use video_to_video with controlMode=\"seedance-v2v\" instead of generate_video referenceVideoIndices."
155
156
  },
156
157
  "generateAudio": {
157
158
  "type": "boolean",
@@ -176,7 +177,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
176
177
  "items": {
177
178
  "type": "number"
178
179
  },
179
- "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2\" instead. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
180
+ "description": "Seedance only. Optional loose audio references. Use negative indices for uploaded audio files (-1 first uploaded audio, -2 second uploaded audio) and non-negative indices for generated audio results. Omit by default: uploaded audio is auto-forwarded as @Audio references when the Seedance request also has an image or video reference. Use this only for loose background, mood, timing, or style references under an image/video-anchored Seedance shot. If the uploaded audio is the primary sync target, lip-sync target, or requested as sound-to-video/audio-sync, use sound_to_video with videoModel=\"seedance2-mini\" instead unless the user asks for full Seedance. Audio-only Seedance requests are unsupported; use sound_to_video for uploaded-audio-only workflows."
180
181
  },
181
182
  "width": {
182
183
  "type": "number",
@@ -188,7 +189,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
188
189
  },
189
190
  "targetResolution": {
190
191
  "type": "number",
191
- "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Fast supports 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
192
+ "description": "Short-side video resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact pixels or an output orientation. This is resolution only, not a Seedance quality tier: Seedance quality is selected by videoModel (\"seedance2\" vs \"seedance2-mini\" vs \"seedance2-fast\"). Seedance 2.0 full supports 4K; Seedance Mini and Fast support 480p/720p only. Do not set targetResolution from Default Media Quality Fast/HQ/Pro. If omitted for Seedance, the host uses the selected model default. This preserves/inherits the current video shape instead of forcing landscape. Do NOT set width, height, or exact-pixel aspectRatio for bare named resolution requests. If the user says \"720p portrait\", \"720p landscape\", \"4K portrait\", or \"4K landscape\", use exact width/height/aspectRatio instead."
192
193
  },
193
194
  "numberOfVariations": {
194
195
  "type": "number",
@@ -485,7 +486,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
485
486
  "type": "function",
486
487
  "function": {
487
488
  "name": "animate_photo",
488
- "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2 or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
489
+ "description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.3 or WAN 2.2. Do NOT use this tool for seedance2, seedance2-mini, or seedance2-fast. Seedance 2.0 media references must go through generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text in the prompt; for seamless-loop Seedance requests with one uploaded image, the prompt should anchor it as both the first frame and last frame. LTX/WAN NOTE: uploaded audio files are not loose references for ltx23/wan22; use sound_to_video when uploaded audio is the primary sync target. DANCE REQUESTS (\"make them dance\", \"do the X dance\"): use dance_montage — NOT this tool. LTX 2.3 generates audio natively — describe dialogue and ambient sounds directly in the prompt (do NOT pre-generate audio for this tool). If the user provides exact speech, include it in double quotes; if they only imply speech, describe the performance and voice without inventing quoted words. Never use placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". PERSONA VOICE: Only when the user explicitly asks to use/clone a registered persona voice clip, call resolve_personas first, then set voicePersonaName to select which persona's voice clip to use. Do not set voicePersonaName for ordinary character dialogue or inferred voices; describe those voices in the prompt for native LTX audio. For cross-persona narration (e.g. David narrates a video of Aleyna), resolve both personas and set voicePersonaName to the narrator only if that registered voice was requested. Persona voice requires ltx23 — always use ltx23 when persona voice is requested (WAN 2.2 does not support voice identity). PERSONA PIPELINE: For persona videos, ensure an image of the persona exists before calling animate_photo. The standard pipeline is: resolve_personas → edit_image → animate_photo. If a suitable persona image already exists (user uploaded one, a prior edit_image/generate_image result, OR the user explicitly says to use the Persona image/reference photo directly), skip edit_image and animate directly. After resolve_personas, this tool can animate the injected persona image directly when that explicit direct-use instruction is given. Auto-uses the latest result image (from any prior tool) unless sourceImageIndex is set. Supports start-frame (default), end-frame, and start+end interpolation modes for LTX/WAN — ask the user which frame role their image should play if they mention \"end frame\", \"last frame\", or provide two images. FIRST+LAST FRAME WORKFLOW: When the user wants a non-Seedance video using two different scenes as start and end frames, FIRST generate both images in a single generate_image/edit_image call with numberOfVariations=2 and Dynamic Prompts, THEN call animate_photo with frameRole=\"both\", sourceImageIndex=0, endImageIndex=1. Never generate the two frames in separate tool calls. In frameRole=\"both\", the handler automatically inspects both images and upgrades the base prompt into a scene-aware smooth transition prompt, so your prompt should state the desired transition style, action, dialogue, and audio rather than trying to list every visible object. If the request is vague, analyze the image first and suggest 2-3 specific animation ideas tailored to what you see. Only call once you have clear creative intent. N-VIDEOS PATTERN — ALWAYS BATCH IN ONE CALL: When the user wants N video versions or a multi-segment stitched non-Seedance video, NEVER call animate_photo N times. Always use sourceImageIndices in a single call so all N projects run in parallel. sourceImageIndices supports up to 16 entries; there is NO 3-clip cap, so do not split one planned batch into \"first 3\" and \"remaining\" calls. For a dialogue-heavy total-duration request with no explicit per-clip duration, prefer 15-second clips (30s total = 2 clips × 15s), not 5×6s or 6×5s. Two flavors: (A) SHARED CONTENT — when all N clips have the same dialogue/motion but different source visuals (different scenes, outfits, environments, persona looks), first generate N distinct images via ONE edit_image/generate_image call with numberOfVariations=N + Dynamic Prompts {|}, then call animate_photo with sourceImageIndices=[start..start+N-1] and a single shared `prompt`. If all segments intentionally reuse the primary uploaded image instead of generated source images, use sourceImageIndices=[-1,-1,...] with one -1 per segment. For a long or multi-segment video from a single supplied/uploaded image WITHOUT a requested image/keyframe/version generation stage, use sourceImageIndices=[-1,-1,...] and per-clip prompts. Only set frameRole=\"both\" and endImageIndex=-1 when the user explicitly says the same uploaded/source/original image should be both the first and last frame of every segment. If the user requests generated source images first, honor that image stage, then animate the generated result indices. When using generated scene keyframes and each clip should begin and end on its own scene image for stitching, call animate_photo with frameRole=\"both\" and sourceImageIndices=[start..end] but OMIT endImageIndex; do not set endImageIndex=-1 unless every source is the uploaded image. (B) PER-CLIP CONTENT — when each clip has DIFFERENT dialogue, jokes, narration, or motion (e.g. \"4 videos where each tells a different joke\"), pass BOTH sourceImageIndices AND `prompts` (an array of N strings, one per clip) in the same single call. Each prompt must independently anchor the visible characters, scene action, camera, audio, exact screenplay-style speaker tags, and exact quoted dialogue for that segment. If you just wrote or displayed a script/table, copy the exact dialogue lines into the corresponding per-clip prompts; do not summarize them as speech activity. If using named speaker tags with any multi-person reference image or generated scene keyframe, include one explicit cast map in each prompt that binds each name to visible position, clothing, and props/actions, e.g. SPEAKER_A = left person holding a prop; SPEAKER_B = center person with tablet; SPEAKER_C = right person near table. Do not also describe the same people again as generic man/boy/girl/woman/character subjects. For screenplay, storyboard, commercial, series, or other longer-form tasks with recurring characters, preserve the same character names and repeated visual anchors in every per-clip prompt where each character appears. The fan-out launches all N projects in parallel with their respective per-clip prompts. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame instead.",
489
490
  "parameters": {
490
491
  "type": "object",
491
492
  "properties": {
@@ -507,7 +508,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
507
508
  "ltx23",
508
509
  "wan22"
509
510
  ],
510
- "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2 or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
511
+ "description": "Which video model to use. \"ltx23\" (default): LTX 2.3 with native audio; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"wan22\": Fast 4-step, simple motion, no audio. Use ltx23 for most requests. Use wan22 for quick simple motions without audio. Default: \"ltx23\". Do not set seedance2, seedance2-mini, or seedance2-fast here; use generate_video with referenceImageIndices and @Image role text for Seedance."
511
512
  },
512
513
  "negativePrompt": {
513
514
  "type": "string",
@@ -652,7 +653,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
652
653
  },
653
654
  "negativePrompt": {
654
655
  "type": "string",
655
- "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
656
+ "description": "Non-Seedance only. Optional negative prompt for LTX/Wan video-to-video models. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-mini/seedance2-fast; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
656
657
  },
657
658
  "videoModel": {
658
659
  "type": "string",
@@ -660,9 +661,10 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
660
661
  "ltx23-v2v",
661
662
  "wan22-animate",
662
663
  "seedance2",
664
+ "seedance2-mini",
663
665
  "seedance2-fast"
664
666
  ],
665
- "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", use \"seedance2-fast\" by default, especially when the user asks for Seedance Fast/seedance-fast or 480p/720p. Use \"seedance2\" only when the user explicitly asks for the full/non-fast Seedance model or 1080p."
667
+ "description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. For controlMode=\"seedance-v2v\", Seedance quality is selected only by model: use \"seedance2-mini\" for fast, lower-cost 720p Seedance V2V unless the user explicitly asks for legacy Fast, use \"seedance2-fast\" when the user asks for Seedance Fast / seedance-fast, and use \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro or from 480p/720p resolution requests alone."
666
668
  },
667
669
  "generateAudio": {
668
670
  "type": "boolean",
@@ -670,7 +672,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
670
672
  },
671
673
  "targetResolution": {
672
674
  "type": "number",
673
- "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V fast supports 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
675
+ "description": "Seedance V2V only. Short-side output resolution target in pixels. Use when the user asks for a bare named resolution such as \"480p\", \"720p\", \"1080p\", \"2160p\", or \"4K\" without exact dimensions. Seedance V2V full supports 4K; Seedance V2V Mini and Fast support 480p and 720p. Preserve the source video shape instead of forcing landscape pixels."
674
676
  },
675
677
  "sourceImageIndex": {
676
678
  "type": "number",
@@ -871,7 +873,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
871
873
  "type": "function",
872
874
  "function": {
873
875
  "name": "sound_to_video",
874
- "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2 or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
876
+ "description": "Generate video synchronized to audio. Use when the user has uploaded an audio file (mp3, wav, m4a, flac) and the audio is the primary sync target, especially uploaded-audio-only workflows. Also use after generate_music (\"turn that song into a video\", \"make a music video from that\"). Auto-detects generated audio from generate_music if no audio file is uploaded. Seedance animate_photo/generate_video can also attach uploaded audio as a loose @Audio reference when an image or video reference anchors the request; use this tool instead when the soundtrack itself should drive the video. If the user provides a reference image, use ltx23-ia2v; for lip-sync with a face image, use wan-s2v; if no image, use ltx23-a2v. If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.3 generates audio natively). Note: Persona voice clips from resolve_personas are NOT used by this tool — for persona voice identity in video, use animate_photo or generate_video instead. LONG AUDIO ON SEEDANCE: Seedance caps each clip at 15s. When the user uploads audio longer than 15s and Seedance is selected (seedance2, seedance2-mini, or seedance2-fast), do NOT clamp to 15s and drop the rest — split the run into multiple sound_to_video calls in the same turn (one per 15s segment, so a 20s audio becomes two clips: audioStart=0 duration=15, then audioStart=15 duration=5) and finish with a single stitch_video call referencing the resulting clip indices in order with audioIndex pointing at the same uploaded audio so the stitched output carries the full original soundtrack. LTX/WAN models accept up to 20s per clip, so single-call is fine for them.",
875
877
  "parameters": {
876
878
  "type": "object",
877
879
  "properties": {
@@ -907,11 +909,12 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
907
909
  "enum": [
908
910
  "wan-s2v",
909
911
  "seedance2",
912
+ "seedance2-mini",
910
913
  "seedance2-fast",
911
914
  "ltx23-ia2v",
912
915
  "ltx23-a2v"
913
916
  ],
914
- "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-fast\": Seedance 2.0 Fast for faster/lower-cost iteration. Seedance quality is selected only by this model value: pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast / faster draft, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
917
+ "description": "Video model. \"ltx23-ia2v\" (default when image available): LTX 2.3 image+audio to video, audio-reactive with a reference image; Fast/HQ use the distilled 8-step worker and Default Media Quality Pro uses the non-distilled dev worker. \"ltx23-a2v\" (default when no image): LTX 2.3 audio-only to video, no image needed, creates video purely from text prompt + audio with the same quality-tier routing. \"wan-s2v\": WAN 2.2 sound-to-video, best for lip-sync with a face image, fast 4-step. \"seedance2\": full Seedance 2.0 audio-reference video, 4-15s; this tool supplies the audio plus a required reference image because Seedance text+audio without image/video is unsupported. \"seedance2-mini\": Seedance 2.0 Mini for faster, lower-cost 720p iteration. \"seedance2-fast\": legacy Seedance 2.0 Fast. Seedance quality is selected only by this model value: pick \"seedance2-mini\" for faster draft/lower-cost Seedance unless the user explicitly says Seedance Fast, pick \"seedance2-fast\" when the user says Seedance Fast / seedance-fast, and pick \"seedance2\" for full/non-fast Seedance or 1080p/4K. Do not infer the Seedance model from Default Media Quality Fast/HQ/Pro. For Seedance audio-reference prompts, preserve exact spoken dialogue when the user supplied it, and assign @Image1/@Audio1 roles. If the user asks for speech without words, describe the vocal performance without inventing quoted dialogue. Treat lip-sync, voice cloning, and real-human reference behavior as provider-sensitive rather than guaranteed. Omit to auto-select based on whether an image is present."
915
918
  },
916
919
  "generateAudio": {
917
920
  "type": "boolean",
@@ -966,6 +969,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
966
969
  "auto",
967
970
  "ltx23",
968
971
  "seedance2",
972
+ "seedance2-mini",
969
973
  "seedance2-fast"
970
974
  ],
971
975
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
@@ -1026,6 +1030,7 @@ export const SOGNI_HOSTED_TOOLS_MANIFEST: unknown = {
1026
1030
  "ltx23",
1027
1031
  "wan22",
1028
1032
  "seedance2",
1033
+ "seedance2-mini",
1029
1034
  "seedance2-fast"
1030
1035
  ],
1031
1036
  "description": "Which model to use for the new segment. Default: \"auto\" — detect from the base video's producer (Seedance base → Seedance, Wan base → Wan 2.2, otherwise LTX-2.3). Override only when the user explicitly requests a different model."
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // AUTO-GENERATED by scripts/generate-version.mjs — do not edit.
2
2
  // Source of truth: package.json version.
3
- export const LIB_VERSION = '5.1.0-alpha.13';
3
+ export const LIB_VERSION = '5.1.0-alpha.14';