@sogni-ai/sogni-intelligence-client 3.15.0 → 3.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/openai-tools/_manifests.generated.d.ts.map +1 -1
- package/dist/openai-tools/_manifests.generated.js +35 -24
- package/dist/openai-tools/_manifests.generated.js.map +1 -1
- package/dist/openai-tools/generation-tools.json +35 -24
- package/dist/schemas/tools/animate_photo.schema.json +7 -6
- package/dist/schemas/tools/compose_script.schema.json +1 -1
- package/dist/schemas/tools/compose_workflow.schema.json +1 -1
- package/dist/schemas/tools/compose_workflow_template.schema.json +1 -1
- package/dist/schemas/tools/enhance_prompt.schema.json +1 -1
- package/dist/schemas/tools/extend_video.schema.json +3 -2
- package/dist/schemas/tools/generate_video.schema.json +8 -7
- package/dist/schemas/tools/replace_video_segment.schema.json +2 -1
- package/dist/schemas/tools/sound_to_video.schema.json +11 -5
- package/dist/schemas/tools/video_to_video.schema.json +5 -4
- package/dist-esm/openai-tools/_manifests.generated.js +35 -24
- package/dist-esm/openai-tools/_manifests.generated.js.map +1 -1
- package/dist-esm/openai-tools/generation-tools.json +35 -24
- package/dist-esm/schemas/tools/animate_photo.schema.json +7 -6
- package/dist-esm/schemas/tools/compose_script.schema.json +1 -1
- package/dist-esm/schemas/tools/compose_workflow.schema.json +1 -1
- package/dist-esm/schemas/tools/compose_workflow_template.schema.json +1 -1
- package/dist-esm/schemas/tools/enhance_prompt.schema.json +1 -1
- package/dist-esm/schemas/tools/extend_video.schema.json +3 -2
- package/dist-esm/schemas/tools/generate_video.schema.json +8 -7
- package/dist-esm/schemas/tools/replace_video_segment.schema.json +2 -1
- package/dist-esm/schemas/tools/sound_to_video.schema.json +11 -5
- package/dist-esm/schemas/tools/video_to_video.schema.json +5 -4
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_manifests.generated.d.ts","sourceRoot":"","sources":["../../src/openai-tools/_manifests.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,EAAE,OAwS9B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,OAmOtC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"_manifests.generated.d.ts","sourceRoot":"","sources":["../../src/openai-tools/_manifests.generated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,EAAE,OAwS9B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,OAmOtC,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,OA0xCrC,CAAC"}
|
|
@@ -664,7 +664,7 @@ exports.generationToolsManifest = {
|
|
|
664
664
|
"type": "function",
|
|
665
665
|
"function": {
|
|
666
666
|
"name": "generate_video",
|
|
667
|
-
"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
|
|
667
|
+
"description": "Generate a video from text or Seedance multimodal references. LTX 2.5 is the default and generates audio natively; LTX 2.3 remains available as a rollback model and also 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 because LTX 2.5 has no compatible ID-LoRA and 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, seedance2-fast, or seedance2-5, default to exactly one video (4-15s on 2.0/Mini/Fast, 4-30s on seedance2-5) unless the user explicitly asks for multiple separate outputs. Multiple beats, shots, or scene descriptions in one Seedance prompt within the selected model's per-clip limit are still one video. If the user requests one continuous Seedance video longer than 15s, prefer \"seedance2-5\", which renders up to 30s in a single call; beyond 30s (or on 2.0/Mini/Fast) preserve the requested total duration in the prompt/context and let chat orchestration split it into supported segment renders and stitch them instead of clamping it to a short 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.",
|
|
668
668
|
"parameters": {
|
|
669
669
|
"type": "object",
|
|
670
670
|
"properties": {
|
|
@@ -682,17 +682,18 @@ exports.generationToolsManifest = {
|
|
|
682
682
|
},
|
|
683
683
|
"duration": {
|
|
684
684
|
"type": "number",
|
|
685
|
-
"description": "Video duration in seconds. Default: 5. Range: 2-30; the usable window is per-model and the host clamps to it. LTX 2.3 and WAN accept 2-20, Seedance 2.0/Mini/Fast accept 4-15, and Seedance 2.5 accepts 4-30 — only \"seedance2-5\" can use the 16-30s part of this range. MiniMax H3 is quantized to a 17-frame grid at a fixed 24 fps and renders 124-362 frames, so an H3 clip runs 5.17-15.08 seconds and a requested length outside that window snaps to the nearest valid H3 length. Use when the user explicitly requests a specific length.",
|
|
685
|
+
"description": "Video duration in seconds. Default: 5. Range: 2-30; the usable window is per-model and the host clamps to it. LTX 2.5, LTX 2.3, and WAN accept 2-20, Seedance 2.0/Mini/Fast accept 4-15, and Seedance 2.5 accepts 4-30 — only \"seedance2-5\" can use the 16-30s part of this range. MiniMax H3 is quantized to a 17-frame grid at a fixed 24 fps and renders 124-362 frames, so an H3 clip runs 5.17-15.08 seconds and a requested length outside that window snaps to the nearest valid H3 length. Use when the user explicitly requests a specific length.",
|
|
686
686
|
"minimum": 2,
|
|
687
687
|
"maximum": 30
|
|
688
688
|
},
|
|
689
689
|
"negativePrompt": {
|
|
690
690
|
"type": "string",
|
|
691
|
-
"description": "Advanced LTX/WAN only. Use this field only when the user explicitly asks to set
|
|
691
|
+
"description": "Advanced LTX 2.5/LTX 2.3/WAN only. All standard LTX 2.5 workflow IDs accept this separate negative prompt. Use this field only when the user explicitly asks to set one. MiniMax H3 has no negative-prompt input; put requested exclusions in prompt. Do not set for MiniMax H3, Seedance, or HappyHorse."
|
|
692
692
|
},
|
|
693
693
|
"videoModel": {
|
|
694
694
|
"type": "string",
|
|
695
695
|
"enum": [
|
|
696
|
+
"ltx25",
|
|
696
697
|
"ltx23",
|
|
697
698
|
"wan22",
|
|
698
699
|
"seedance2",
|
|
@@ -706,7 +707,7 @@ exports.generationToolsManifest = {
|
|
|
706
707
|
"happyhorse-1.1-r2v",
|
|
707
708
|
"minimax-h3-r2v"
|
|
708
709
|
],
|
|
709
|
-
"description": "Video model. \"
|
|
710
|
+
"description": "Video model. \"ltx25\" (default): LTX 2.5 with native audio; Fast/HQ use the official distilled INT8 workflow and Pro uses dev INT8 with the required official distilled Speed LoRA in stage 2. \"ltx23\": LTX 2.3 rollback with its existing distilled/dev quality routing. \"wan22\": Fast 4-step, simple motion, no audio. Default: \"ltx25\". HappyHorse 1.1 can be used here for \"happyhorse-1.1-t2v\" text-to-video, \"happyhorse-1.1-i2v\" with one uploaded/generated first-frame image via referenceImageIndices, or \"happyhorse-1.1-r2v\" with 1-9 image references. For a locked still image/source-frame animation, animate_photo with videoModel=\"happyhorse-1.1-i2v\" is also valid. HappyHorse supports 720p/1080p, 3-15s clips, native synchronized audio that is always on, image-only references, and no negativePrompt or generateAudio input. MiniMax H3 standard text-to-video uses \"minimax-h3-t2v\"; use \"minimax-h3-t2v-turbo\" for the 4-step Turbo tier. The Turbo image-to-video and first-to-last-frame selectors are \"minimax-h3-i2v-turbo\" and \"minimax-h3-flf2v-turbo\"; they keep H3's standard geometry, frame grid, and native-audio contract. There is no H3 Turbo r2v selector. H3 renders 5.17-15.08s clips at a fixed 24 fps inside a 1344x768 pixel budget on a 32px grid, jointly generates its own stereo audio, takes no negativePrompt input, and supports generateAudio=false to return a video without an audio track. MiniMax H3 reference-to-video uses \"minimax-h3-r2v\", a separate ref2va checkpoint and the only H3 mode that takes loose references: up to 9 reference images, 3 reference videos (24 fps, 2-15s, each with an optional soundtrack) and 3 standalone audio tracks, no more than 12 reference files in total, passed with referenceImageIndices/referenceVideoIndices/referenceAudioIndices. At least one visual reference is required: one or more images and/or videos. A video can be the only visual input; audio cannot be the sole input. H3 r2v references are NOT locked frames — name them in the prompt with H3's own 1-based per-type labels <Picture 1>/<Video 1>/<Audio 1> and give every one an explicit job (identity, style, camera movement, voice character), stating which reference wins when two disagree. Use animate_photo with \"minimax-h3-i2v\" for a first-frame animation or \"minimax-h3-flf2v\" with frameRole=\"both\" for a first-to-last-frame transition. 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. Seedance 2.0, Mini, and Fast accept images (up to 9), videos (up to 3), and audios (up to 3), with no more than 12 asset files total; Seedance 2.5 accepts images (up to 30), videos (up to 10), and audios (up to 10), with no more than 30 reference media 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. \"seedance2-5\": Seedance 2.5, the newest Seedance generation — 480p and 720p ONLY (it cannot render 1080p or 4K), 4-30s per clip at a fixed 24 fps, native audio, and a much larger reference budget than Seedance 2.0: up to 30 images, 10 videos, and 10 audios, with no more than 30 reference media files in total. Seedance 2.5 covers text-to-video, image-to-video from a first frame, image-to-video with both a first and a last frame, and multimodal reference-to-video (including video editing and video extension). Pick \"seedance2-5\" when the user asks for Seedance 2.5, wants a single continuous Seedance clip longer than 15s (2.5 renders up to 30s natively instead of being split and stitched), or wants a first-and-last-frame Seedance transition. It does not replace \"seedance2\" for 1080p/4K requests, which Seedance 2.5 cannot satisfy. Seedance 2.5 is premium/subscriber-gated like the rest of the Seedance family."
|
|
710
711
|
},
|
|
711
712
|
"generateAudio": {
|
|
712
713
|
"type": "boolean",
|
|
@@ -735,11 +736,11 @@ exports.generationToolsManifest = {
|
|
|
735
736
|
},
|
|
736
737
|
"width": {
|
|
737
738
|
"type": "number",
|
|
738
|
-
"description": "Video width in pixels. LTX 2.3: 640-3840. WAN: 480-1536. Default resolution depends on model and quality tier: LTX Fast about 720p and High/Pro about 1080p; WAN Fast uses 480p short side and High/Pro uses 720p short side. Set width only when the user specifies an exact width or orientation-qualified exact pixels. A bare named resolution like \"720p resolution\" is a short-side target, not an instruction to make landscape 1280x720. If the user gives only one exact dimension, set only that dimension and preserve/infer the sensible aspect ratio. User-requested exact dimensions override the default media quality. Mappings when orientation is explicit: 480p landscape=854x480, 480p portrait=480x854, 720p landscape=1280x720, 720p portrait=720x1280, 1080p landscape=1920x1080, 1080p portrait=1080x1920, 4K landscape=3840x2160. Non-step values are accepted when in bounds; LTX snaps to the nearest 64px step and WAN snaps to the nearest 16px step internally, so do not ask the user to adjust by a few pixels."
|
|
739
|
+
"description": "Video width in pixels. LTX 2.5 and LTX 2.3: 640-3840. WAN: 480-1536. Default resolution depends on model and quality tier: LTX Fast about 720p and High/Pro about 1080p; WAN Fast uses 480p short side and High/Pro uses 720p short side. Set width only when the user specifies an exact width or orientation-qualified exact pixels. A bare named resolution like \"720p resolution\" is a short-side target, not an instruction to make landscape 1280x720. If the user gives only one exact dimension, set only that dimension and preserve/infer the sensible aspect ratio. User-requested exact dimensions override the default media quality. Mappings when orientation is explicit: 480p landscape=854x480, 480p portrait=480x854, 720p landscape=1280x720, 720p portrait=720x1280, 1080p landscape=1920x1080, 1080p portrait=1080x1920, 4K landscape=3840x2160. Non-step values are accepted when in bounds; LTX snaps to the nearest 64px step and WAN snaps to the nearest 16px step internally, so do not ask the user to adjust by a few pixels."
|
|
739
740
|
},
|
|
740
741
|
"height": {
|
|
741
742
|
"type": "number",
|
|
742
|
-
"description": "Video height in pixels. LTX 2.3: 640-3840. WAN: 480-1536. Set height only when the user specifies an exact height or orientation-qualified exact pixels. A bare named resolution like \"720p resolution\" is a short-side target; do not convert it to landscape dimensions unless the user says landscape/horizontal/widescreen. If the user gives only one exact dimension, set only that dimension and preserve/infer the sensible aspect ratio. User-requested exact dimensions override Default Media Quality, including Pro. Non-step values are accepted when in bounds; LTX snaps to the nearest 64px step and WAN snaps to the nearest 16px step internally, so do not ask the user to adjust by a few pixels."
|
|
743
|
+
"description": "Video height in pixels. LTX 2.5 and LTX 2.3: 640-3840. WAN: 480-1536. Set height only when the user specifies an exact height or orientation-qualified exact pixels. A bare named resolution like \"720p resolution\" is a short-side target; do not convert it to landscape dimensions unless the user says landscape/horizontal/widescreen. If the user gives only one exact dimension, set only that dimension and preserve/infer the sensible aspect ratio. User-requested exact dimensions override Default Media Quality, including Pro. Non-step values are accepted when in bounds; LTX snaps to the nearest 64px step and WAN snaps to the nearest 16px step internally, so do not ask the user to adjust by a few pixels."
|
|
743
744
|
},
|
|
744
745
|
"targetResolution": {
|
|
745
746
|
"type": "number",
|
|
@@ -757,7 +758,7 @@ exports.generationToolsManifest = {
|
|
|
757
758
|
},
|
|
758
759
|
"voicePersonaName": {
|
|
759
760
|
"type": "string",
|
|
760
|
-
"description": "ONLY when the user explicitly requests a registered/reference persona voice clip. Name of the persona whose voice clip to use as referenceAudioIdentity. Set this when the narrator/speaker is a different persona than the one described in the video (e.g. \"David\" narrates a scene featuring Aleyna), or to explicitly select a requested voice when multiple personas with voice clips are resolved. Do NOT set this for ordinary character dialogue, inferred voices, or personas without a voice clip — LTX 2.3 generates voice natively from the text prompt instead. Requires ltx23."
|
|
761
|
+
"description": "ONLY when the user explicitly requests a registered/reference persona voice clip. Name of the persona whose voice clip to use as referenceAudioIdentity. Set this when the narrator/speaker is a different persona than the one described in the video (e.g. \"David\" narrates a scene featuring Aleyna), or to explicitly select a requested voice when multiple personas with voice clips are resolved. Do NOT set this for ordinary character dialogue, inferred voices, or personas without a voice clip — LTX 2.3 generates voice natively from the text prompt instead. Requires ltx23 because LTX 2.5 has no compatible ID-LoRA."
|
|
761
762
|
}
|
|
762
763
|
},
|
|
763
764
|
"required": [
|
|
@@ -1040,13 +1041,13 @@ exports.generationToolsManifest = {
|
|
|
1040
1041
|
"type": "function",
|
|
1041
1042
|
"function": {
|
|
1042
1043
|
"name": "animate_photo",
|
|
1043
|
-
"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, seedance2-fast, or seedance2-5. Seedance media references — including Seedance 2.5 first-and-last-frame requests — 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. Avoid 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 because 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, prefer generating 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. If the user explicitly wants separately created frame assets, preserve that staged instruction while keeping indices correct. 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. Call once you have clear creative intent. N-VIDEOS PATTERN: Avoid sequential animate_photo calls for N outputs. For a single fixed source/end frame where only prompt text varies, use sourceImageIndex + numberOfVariations=N + one Dynamic Prompt branch in prompt so Sogni submits one project with multiple jobs. If the user explicitly asks for Dynamic Prompt or Dynamic Template syntax, prefer this one-project path whenever every output uses the same source/end frames and shared settings, even if they also ask to stitch the completed clips afterward. Use sourceImageIndices/prompts for multi-segment stitched non-Seedance video, different source/end assets, different audio windows, different durations/dimensions, isolated retry lifecycle, or other per-output parameters. 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 on ltx23 (30s total = 2 clips × 15s) and 10-second clips on wan22 (60s total on wan22 = 6 clips × 10s; do NOT pick 4 clips × 15s on wan22 — the wan22 worker rejects clips longer than 10s). Multi-source 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 and only prompt text varies, use sourceImageIndex=-1, frameRole=\"both\" if requested, endImageIndex=-1 if requested, numberOfVariations=N, and one Dynamic Prompt branch in prompt. For a long scripted/dialogue/storyboard video from a single supplied/uploaded image where each segment needs isolated exact dialogue or per-segment wiring, 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 source/end asset wiring or other per-output parameters differ, 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. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame.",
|
|
1044
|
+
"description": "Animate a photo into video with motion, audio, and dialogue using LTX 2.5 by default, LTX 2.3 as rollback, or WAN 2.2. Do NOT use this tool for seedance2, seedance2-mini, seedance2-fast, or seedance2-5. Seedance media references — including Seedance 2.5 first-and-last-frame requests — 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.5 is the default and generates audio natively; LTX 2.3 remains available as a rollback model and also 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. Avoid 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 because LTX 2.5 has no compatible ID-LoRA and 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, prefer generating 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. If the user explicitly wants separately created frame assets, preserve that staged instruction while keeping indices correct. 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. Call once you have clear creative intent. N-VIDEOS PATTERN: Avoid sequential animate_photo calls for N outputs. For a single fixed source/end frame where only prompt text varies, use sourceImageIndex + numberOfVariations=N + one Dynamic Prompt branch in prompt so Sogni submits one project with multiple jobs. If the user explicitly asks for Dynamic Prompt or Dynamic Template syntax, prefer this one-project path whenever every output uses the same source/end frames and shared settings, even if they also ask to stitch the completed clips afterward. Use sourceImageIndices/prompts for multi-segment stitched non-Seedance video, different source/end assets, different audio windows, different durations/dimensions, isolated retry lifecycle, or other per-output parameters. 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 on ltx23 (30s total = 2 clips × 15s) and 10-second clips on wan22 (60s total on wan22 = 6 clips × 10s; do NOT pick 4 clips × 15s on wan22 — the wan22 worker rejects clips longer than 10s). Multi-source 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 and only prompt text varies, use sourceImageIndex=-1, frameRole=\"both\" if requested, endImageIndex=-1 if requested, numberOfVariations=N, and one Dynamic Prompt branch in prompt. For a long scripted/dialogue/storyboard video from a single supplied/uploaded image where each segment needs isolated exact dialogue or per-segment wiring, 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 source/end asset wiring or other per-output parameters differ, 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. Use the standard single-source path (numberOfVariations only) when the user wants motion variety from a single fixed frame.",
|
|
1044
1045
|
"parameters": {
|
|
1045
1046
|
"type": "object",
|
|
1046
1047
|
"properties": {
|
|
1047
1048
|
"prompt": {
|
|
1048
1049
|
"type": "string",
|
|
1049
|
-
"description": "I2V RULE: Do NOT re-describe what is visible in the input image. Focus on the transition from stillness — motion, expression changes, what happens next, camera movement, and sound.\n\nLITERAL PROMPT OVERRIDE: If the user explicitly says not to modify the prompt, or to use it exactly/verbatim/as-is, copy the identified prompt text verbatim instead of applying these construction rules unless a hard requirement is missing. Set skipPromptProcessing=true; for Seedance also set expandPrompt=false.\n\nSTRUCTURE: \"[How the subject begins to move]. [What changes next]. [Camera behavior]. [Audio].\"\n\nMOTION PACING: Scale complexity to duration. <=6s: 1 main action beat + 1 simple camera move. Around 10s: 2-3 clear action beats + 1 camera move. >10s: up to 4 action beats in clear sequence. Prefer fewer readable beats over dense micro-actions, especially in short clips.\n\nBLOCKING: Use the image as the anchor and direct only meaningful layout changes. If the prompt introduces multiple moving subjects, state left/right placement, foreground/background, facing toward/away, and relative distance.\n\nACTION: One flowing paragraph. Describe motion beat by beat with temporal connectors (\"as\", \"then\", \"while\"). Specify who moves, what moves, how it moves, and what the camera does. One main thread — avoid too many actions at once or generic phrases like \"comes alive.\"\n\nDIALOGUE: Put user-provided spoken lines in double quotes. For screenplay-style or longer-form tasks, prefix each spoken line with a stable speaker tag outside the quotes, e.g. CHARACTER: \"We made it.\" Break long speech into short quoted phrases with acting beats between them (gestures, pauses, glances). If the user asks for speech but provides no exact words, describe the visible delivery, voice quality, and emotion without inventing quoted dialogue; ask only when exact wording is the point of the request. Never write placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". Show emotion through visible behavior, not labels. LTX 2.3 generates audio natively. QUOTING RULE: ONLY use double quotes for spoken dialogue. Never quote on-screen text, overlay text, titles, captions, signs, or any visual text — describe them without quotes (e.g. bold white text reading CONGRATULATIONS overlays the lower third).\n\nAUDIO: Prompt sound intentionally — voice quality, volume, room tone, ambience, music, weather, footsteps. Include language or accent if relevant. Useful voice/volume anchors: whisper, mutter, shout, scream, energetic announcer, resonant voice with gravitas, distorted radio-style, robotic monotone, childlike curiosity.\n\nCAMERA: Cinematic terms — slow push-in, static tripod, handheld, slow arc, dolly in. Describe movement relative to subject.\n\nFor first+last-frame transitions (frameRole=\"both\"), write a concise base request for the transition style, action, dialogue, and audio. The handler will inspect both frames and expand it into a scene-aware prompt that maps visible objects and subjects between frames.\n\nFor specific characters (movies, TV): describe visual appearance — don't rely on names alone.\n\nFor complex/creative scenes (characters talking, skits), capture full creative intent — system auto-expands into detailed prompt.\n\nAVOID: Re-describing the image, vague prompts, too many actions at once, abstract emotions without visible behavior, rigid numeric constraints, readable text or logos.\n\nWAN 2.2 (\"wan22\"): 30-150 words, subtle natural movements.\n\nBATCH VARIATIONS: When numberOfVariations > 1, use Dynamic Prompt syntax to vary motion, camera, or atmosphere while preserving the user's specified elements. This is one Sogni project with multiple jobs, so prefer it when all outputs share the same source/end frames and generation parameters and only prompt text varies. Example: \"{gentle sway with soft birdsong|dramatic zoom with rolling thunder|slow pan with ambient music}\"."
|
|
1050
|
+
"description": "I2V RULE: Do NOT re-describe what is visible in the input image. Focus on the transition from stillness — motion, expression changes, what happens next, camera movement, and sound.\n\nLITERAL PROMPT OVERRIDE: If the user explicitly says not to modify the prompt, or to use it exactly/verbatim/as-is, copy the identified prompt text verbatim instead of applying these construction rules unless a hard requirement is missing. Set skipPromptProcessing=true; for Seedance also set expandPrompt=false.\n\nSTRUCTURE: \"[How the subject begins to move]. [What changes next]. [Camera behavior]. [Audio].\"\n\nMOTION PACING: Scale complexity to duration. <=6s: 1 main action beat + 1 simple camera move. Around 10s: 2-3 clear action beats + 1 camera move. >10s: up to 4 action beats in clear sequence. Prefer fewer readable beats over dense micro-actions, especially in short clips.\n\nBLOCKING: Use the image as the anchor and direct only meaningful layout changes. If the prompt introduces multiple moving subjects, state left/right placement, foreground/background, facing toward/away, and relative distance.\n\nACTION: One flowing paragraph. Describe motion beat by beat with temporal connectors (\"as\", \"then\", \"while\"). Specify who moves, what moves, how it moves, and what the camera does. One main thread — avoid too many actions at once or generic phrases like \"comes alive.\"\n\nDIALOGUE: Put user-provided spoken lines in double quotes. For screenplay-style or longer-form tasks, prefix each spoken line with a stable speaker tag outside the quotes, e.g. CHARACTER: \"We made it.\" Break long speech into short quoted phrases with acting beats between them (gestures, pauses, glances). If the user asks for speech but provides no exact words, describe the visible delivery, voice quality, and emotion without inventing quoted dialogue; ask only when exact wording is the point of the request. Never write placeholders such as \"while speaking\", \"dialogue begins\", \"explaining\", or \"final line lands\". Show emotion through visible behavior, not labels. LTX 2.5 is the default and generates audio natively; LTX 2.3 remains available as a rollback model and also generates audio natively. QUOTING RULE: ONLY use double quotes for spoken dialogue. Never quote on-screen text, overlay text, titles, captions, signs, or any visual text — describe them without quotes (e.g. bold white text reading CONGRATULATIONS overlays the lower third).\n\nAUDIO: Prompt sound intentionally — voice quality, volume, room tone, ambience, music, weather, footsteps. Include language or accent if relevant. Useful voice/volume anchors: whisper, mutter, shout, scream, energetic announcer, resonant voice with gravitas, distorted radio-style, robotic monotone, childlike curiosity.\n\nCAMERA: Cinematic terms — slow push-in, static tripod, handheld, slow arc, dolly in. Describe movement relative to subject.\n\nFor first+last-frame transitions (frameRole=\"both\"), write a concise base request for the transition style, action, dialogue, and audio. The handler will inspect both frames and expand it into a scene-aware prompt that maps visible objects and subjects between frames.\n\nFor specific characters (movies, TV): describe visual appearance — don't rely on names alone.\n\nFor complex/creative scenes (characters talking, skits), capture full creative intent — system auto-expands into detailed prompt.\n\nAVOID: Re-describing the image, vague prompts, too many actions at once, abstract emotions without visible behavior, rigid numeric constraints, readable text or logos.\n\nWAN 2.2 (\"wan22\"): 30-150 words, subtle natural movements.\n\nBATCH VARIATIONS: When numberOfVariations > 1, use Dynamic Prompt syntax to vary motion, camera, or atmosphere while preserving the user's specified elements. This is one Sogni project with multiple jobs, so prefer it when all outputs share the same source/end frames and generation parameters and only prompt text varies. Example: \"{gentle sway with soft birdsong|dramatic zoom with rolling thunder|slow pan with ambient music}\"."
|
|
1050
1051
|
},
|
|
1051
1052
|
"expandPrompt": {
|
|
1052
1053
|
"type": "boolean",
|
|
@@ -1059,6 +1060,7 @@ exports.generationToolsManifest = {
|
|
|
1059
1060
|
"videoModel": {
|
|
1060
1061
|
"type": "string",
|
|
1061
1062
|
"enum": [
|
|
1063
|
+
"ltx25",
|
|
1062
1064
|
"ltx23",
|
|
1063
1065
|
"wan22",
|
|
1064
1066
|
"happyhorse-1.1-i2v",
|
|
@@ -1068,7 +1070,7 @@ exports.generationToolsManifest = {
|
|
|
1068
1070
|
"minimax-h3-flf2v",
|
|
1069
1071
|
"minimax-h3-flf2v-turbo"
|
|
1070
1072
|
],
|
|
1071
|
-
"description": "Which video model to use. \"
|
|
1073
|
+
"description": "Which video model to use. \"ltx25\" (default): LTX 2.5 with native audio; Fast/HQ use the official distilled INT8 workflow and Pro uses dev INT8 with the required official distilled Speed LoRA in stage 2; per-clip duration 2-20s. \"ltx23\": LTX 2.3 rollback with its existing distilled/dev quality routing; per-clip duration 2-20s. \"wan22\": Fast 4-step, simple motion, no audio; per-clip duration capped at 10s. \"happyhorse-1.1-i2v\": HappyHorse 1.1 image-to-video from one source frame; 3-15s, 720p/1080p, native synchronized audio always on. \"happyhorse-1.1-r2v\": HappyHorse 1.1 reference-to-video with image-only loose references; use only when referenceImageIndices provide additional image references for the same clip. \"minimax-h3-i2v\": MiniMax H3 image-to-video from one first frame; 5.17-15.08s at a fixed 24 fps with jointly generated stereo audio, a 1344x768 pixel budget on a 32px grid. \"minimax-h3-flf2v\": MiniMax H3 first-and-last-frame interpolation; use it with frameRole=\"both\" plus endImageIndex/endImageIndices so the first image is the opening frame and the second is the closing frame. Do not set seedance2, seedance2-mini, seedance2-fast, or seedance2-5 here; use generate_video with referenceImageIndices/referenceVideoIndices/referenceAudioIndices and @Image/@Video/@Audio role text for Seedance. HappyHorse accepts neither negativePrompt nor generateAudio. MiniMax H3 accepts no negativePrompt; set generateAudio=false only when the user asks for silent output, and the returned video has no audio track. MiniMax H3 Base and Turbo T2V/I2V/FLF2V prompts use exactly integrated_multimodal_description, overall_soundscape, then non_diegetic_music; I2V/FLF2V prepend the official alignment line. Standard uses 20 steps with res_multistep/simple; Turbo uses 4 steps with er_sde/simple. Turbo is available only as minimax-h3-t2v-turbo, minimax-h3-i2v-turbo, and minimax-h3-flf2v-turbo; there is no Turbo R2V."
|
|
1072
1074
|
},
|
|
1073
1075
|
"generateAudio": {
|
|
1074
1076
|
"type": "boolean",
|
|
@@ -1076,11 +1078,11 @@ exports.generationToolsManifest = {
|
|
|
1076
1078
|
},
|
|
1077
1079
|
"negativePrompt": {
|
|
1078
1080
|
"type": "string",
|
|
1079
|
-
"description": "Advanced LTX/WAN only. Use this field only when the user explicitly asks to set
|
|
1081
|
+
"description": "Advanced LTX 2.5/LTX 2.3/WAN only. All standard LTX 2.5 image and first/last-frame workflows accept this separate negative prompt. Use this field only when the user explicitly asks to set one. MiniMax H3 has no negative-prompt input; put requested exclusions in prompt."
|
|
1080
1082
|
},
|
|
1081
1083
|
"duration": {
|
|
1082
1084
|
"type": "number",
|
|
1083
|
-
"description": "Video duration in seconds. Default: 5. Use when the user explicitly requests a specific length (e.g., \"make a 10 second video\"). Per-model maximum: ltx23 = 20s, wan22 = 10s (clips longer than this are invalid), minimax-h3 = 15.08s with a 5.17s minimum because H3 renders 124-362 frames on a 17-frame grid at a fixed 24 fps. For totals beyond the per-model cap, batch multiple clips via sourceImageIndices instead of requesting a single oversized clip."
|
|
1085
|
+
"description": "Video duration in seconds. Default: 5. Use when the user explicitly requests a specific length (e.g., \"make a 10 second video\"). Per-model maximum: ltx25 and ltx23 = 20s, wan22 = 10s (clips longer than this are invalid), minimax-h3 = 15.08s with a 5.17s minimum because H3 renders 124-362 frames on a 17-frame grid at a fixed 24 fps. For totals beyond the per-model cap, batch multiple clips via sourceImageIndices instead of requesting a single oversized clip."
|
|
1084
1086
|
},
|
|
1085
1087
|
"targetResolution": {
|
|
1086
1088
|
"type": "number",
|
|
@@ -1142,7 +1144,7 @@ exports.generationToolsManifest = {
|
|
|
1142
1144
|
},
|
|
1143
1145
|
"voicePersonaName": {
|
|
1144
1146
|
"type": "string",
|
|
1145
|
-
"description": "ONLY when the user explicitly requests a registered/reference persona voice clip. Name of the persona whose voice clip to use as referenceAudioIdentity. Set this when the narrator/speaker is a different persona than the one shown in the video (e.g. \"David\" narrates a video of Aleyna), or to explicitly select a requested voice when multiple personas with voice clips are resolved. Do NOT set this for ordinary character dialogue, inferred voices, or personas without a voice clip — LTX 2.3 generates voice natively from the text prompt instead. Requires ltx23."
|
|
1147
|
+
"description": "ONLY when the user explicitly requests a registered/reference persona voice clip. Name of the persona whose voice clip to use as referenceAudioIdentity. Set this when the narrator/speaker is a different persona than the one shown in the video (e.g. \"David\" narrates a video of Aleyna), or to explicitly select a requested voice when multiple personas with voice clips are resolved. Do NOT set this for ordinary character dialogue, inferred voices, or personas without a voice clip — LTX 2.3 generates voice natively from the text prompt instead. Requires ltx23 because LTX 2.5 has no compatible ID-LoRA."
|
|
1146
1148
|
}
|
|
1147
1149
|
},
|
|
1148
1150
|
"required": [
|
|
@@ -1186,13 +1188,13 @@ exports.generationToolsManifest = {
|
|
|
1186
1188
|
"type": "function",
|
|
1187
1189
|
"function": {
|
|
1188
1190
|
"name": "video_to_video",
|
|
1189
|
-
"description": "Transform an existing video using
|
|
1191
|
+
"description": "Transform an existing video using WAN 2.2 Animate, LTX 2.5 V2V controls by default, LTX 2.3 as rollback, or Seedance V2V when explicitly requested. LTX 2.5 distilled supports canny/pose/depth/detailer/inpaint/outpaint; Dev + Speed LoRA supports canny/pose/depth/detailer. Requires an uploaded video.",
|
|
1190
1192
|
"parameters": {
|
|
1191
1193
|
"type": "object",
|
|
1192
1194
|
"properties": {
|
|
1193
1195
|
"prompt": {
|
|
1194
1196
|
"type": "string",
|
|
1195
|
-
"description": "Describe the TARGET appearance
|
|
1197
|
+
"description": "Describe the TARGET appearance, motion, dialogue, audio, and style in positive present-tense language. For LTX 2.5 (default) or LTX 2.3 rollback canny/depth/pose modes, the source preserves the selected structure or motion, so emphasize style, atmosphere, lighting, texture, color, scale, and pacing. Canny preserves edges; pose preserves skeletal motion; depth preserves 3D layout; detailer should describe the original content with quality qualifiers only. Distilled LTX 2.5 also supports inpaint and outpaint; Dev + Speed LoRA does not. For inpaint, describe only the regenerated region. For outpaint, describe the newly revealed area consistently with the source. For Seedance V2V, use natural prose and describe the target transformation holistically."
|
|
1196
1198
|
},
|
|
1197
1199
|
"expandPrompt": {
|
|
1198
1200
|
"type": "boolean",
|
|
@@ -1217,11 +1219,12 @@ exports.generationToolsManifest = {
|
|
|
1217
1219
|
},
|
|
1218
1220
|
"negativePrompt": {
|
|
1219
1221
|
"type": "string",
|
|
1220
|
-
"description": "Non-Seedance only. Optional negative prompt
|
|
1222
|
+
"description": "Non-Seedance only. Optional negative prompt supported by every LTX 2.5 and LTX 2.3 video-to-video control/edit template, plus WAN. Do not set when controlMode is seedance-v2v or videoModel is seedance2/seedance2-mini/seedance2-fast/seedance2-5; rewrite user-provided Seedance avoid/ban/no-X requests as positive prompt instructions."
|
|
1221
1223
|
},
|
|
1222
1224
|
"videoModel": {
|
|
1223
1225
|
"type": "string",
|
|
1224
1226
|
"enum": [
|
|
1227
|
+
"ltx25-v2v",
|
|
1225
1228
|
"ltx23-v2v",
|
|
1226
1229
|
"wan22-animate",
|
|
1227
1230
|
"seedance2",
|
|
@@ -1229,7 +1232,7 @@ exports.generationToolsManifest = {
|
|
|
1229
1232
|
"seedance2-fast",
|
|
1230
1233
|
"seedance2-5"
|
|
1231
1234
|
],
|
|
1232
|
-
"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. \"seedance2-5\": Seedance 2.5, the newest Seedance generation — 480p and 720p ONLY (it cannot render 1080p or 4K), 4-30s per clip at a fixed 24 fps, native audio, and a much larger reference budget than Seedance 2.0: up to 30 images, 10 videos, and 10 audios, with no more than 30 reference media files in total. Seedance 2.5 covers text-to-video, image-to-video from a first frame, image-to-video with both a first and a last frame, and multimodal reference-to-video (including video editing and video extension). Pick \"seedance2-5\" when the user asks for Seedance 2.5, wants a single continuous Seedance clip longer than 15s (2.5 renders up to 30s natively instead of being split and stitched), or wants a first-and-last-frame Seedance transition. It does not replace \"seedance2\" for 1080p/4K requests, which Seedance 2.5 cannot satisfy. Seedance 2.5 is premium/subscriber-gated like the rest of the Seedance family."
|
|
1235
|
+
"description": "Model selector for this video-to-video request. Usually omit; controlMode chooses the non-Seedance model. \"ltx25-v2v\" is the default LTX 2.5 control path; \"ltx23-v2v\" remains the rollback selector. 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. \"seedance2-5\": Seedance 2.5, the newest Seedance generation — 480p and 720p ONLY (it cannot render 1080p or 4K), 4-30s per clip at a fixed 24 fps, native audio, and a much larger reference budget than Seedance 2.0: up to 30 images, 10 videos, and 10 audios, with no more than 30 reference media files in total. Seedance 2.5 covers text-to-video, image-to-video from a first frame, image-to-video with both a first and a last frame, and multimodal reference-to-video (including video editing and video extension). Pick \"seedance2-5\" when the user asks for Seedance 2.5, wants a single continuous Seedance clip longer than 15s (2.5 renders up to 30s natively instead of being split and stitched), or wants a first-and-last-frame Seedance transition. It does not replace \"seedance2\" for 1080p/4K requests, which Seedance 2.5 cannot satisfy. Seedance 2.5 is premium/subscriber-gated like the rest of the Seedance family."
|
|
1233
1236
|
},
|
|
1234
1237
|
"generateAudio": {
|
|
1235
1238
|
"type": "boolean",
|
|
@@ -1438,25 +1441,29 @@ exports.generationToolsManifest = {
|
|
|
1438
1441
|
"type": "function",
|
|
1439
1442
|
"function": {
|
|
1440
1443
|
"name": "sound_to_video",
|
|
1441
|
-
"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
|
|
1444
|
+
"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 ltx25-ia2v by default (ltx23-ia2v is rollback); for lip-sync with a face image, use wan-s2v; if no image, use ltx25-a2v by default (ltx23-a2v is rollback). If the user wants dialogue/audio WITHOUT pre-existing audio, use animate_photo instead (LTX 2.5 is the default and generates audio natively; LTX 2.3 remains available as a rollback model and also 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 with videoModel=\"ltx23\" because LTX 2.5 has no compatible ID-LoRA. LONG AUDIO ON SEEDANCE: Seedance 2.0, Mini, and Fast cap each clip at 15s; Seedance 2.5 caps each clip at 30s, so prefer \"seedance2-5\" for 16-30s audio instead of splitting. When uploaded audio exceeds the selected Seedance model's per-clip cap, do NOT clamp and drop the rest — split the run into multiple sound_to_video calls in the same turn using 15s segments for seedance2/seedance2-mini/seedance2-fast or 30s segments for seedance2-5, then 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.",
|
|
1442
1445
|
"parameters": {
|
|
1443
1446
|
"type": "object",
|
|
1444
1447
|
"properties": {
|
|
1445
1448
|
"prompt": {
|
|
1446
1449
|
"type": "string",
|
|
1447
|
-
"description": "Describe the video like a cinematographer. Let the audio define timing — use the prompt for visual interpretation. One flowing paragraph, present tense, specific natural language.\n\nLITERAL PROMPT OVERRIDE: If the user explicitly says not to modify the prompt, or to use it exactly/verbatim/as-is, copy the identified prompt text verbatim instead of applying these construction rules unless a hard requirement is missing. For Seedance, set expandPrompt=false.\n\nSTRUCTURE: shot/style and scale → subject → environment, lighting, color, texture, atmosphere → visual action synced to audio → camera movement. For LTX 2.3 image+audio mode, do not re-describe static details already visible in the reference image; focus on motion, action, camera, and how the image responds to the audio.\n\nMOTION PACING: Scale complexity to duration. <=6s: 1 main visual beat + 1 simple camera move. Around 10s: 2-3 clear beats + 1 camera move. >10s: up to 4 beats in clear sequence. Let the audio define timing, but avoid stacking subject, camera, and environment motion in short clips.\n\nBLOCKING: Direct layout when it affects the shot: left/right placement, foreground/background, facing direction, and relative distance between subjects.\n\nLIP-SYNC: Shot framing, speaker's appearance and setting, physical performance synced to audio — gestures, expressions, jaw movement between phrases. Include acting beats.\n\nMUSIC VISUALIZATION: Visual style, environment, and how elements react to rhythm and energy.\n\nAUDIO-REACTIVE: Motion and visual changes that correspond to sounds in the track.\n\nLTX VOCABULARY: camera (tracking, dolly, pan, tilt, handheld, static frame), lighting/atmosphere (golden hour, neon glow, dramatic shadows, fog, rain, smoke, reflections), scale/pacing (expansive, epic, intimate, claustrophobic, slow motion, time-lapse, lingering shot, continuous shot), style/genre (film noir, painterly, cyberpunk, stop-motion, claymation, 2D/3D animation, hand-drawn, fantasy, thriller, experimental film).\n\nAVOID: Vague prompts, too many competing visual elements, abstract descriptions without visible behavior, rigid numeric constraints, readable text or logos. QUOTING RULE: ONLY use double quotes for spoken dialogue. Never quote on-screen text, overlay text, titles, captions, signs, or any visual text — describe them without quotes.\n\nBATCH VARIATIONS: When numberOfVariations > 1, use Dynamic Prompt syntax to vary the visual interpretation while keeping audio sync intent consistent. This is one Sogni project with multiple jobs, so prefer it when all outputs share the same audio source/window, image source, model, duration, dimensions, and parameters and only prompt text varies. Example: \"{abstract neon visualization|nature scene with swaying trees|urban street with rain} synced to the beat\"."
|
|
1450
|
+
"description": "Describe the video like a cinematographer. Let the audio define timing — use the prompt for visual interpretation. One flowing paragraph, present tense, specific natural language.\n\nLITERAL PROMPT OVERRIDE: If the user explicitly says not to modify the prompt, or to use it exactly/verbatim/as-is, copy the identified prompt text verbatim instead of applying these construction rules unless a hard requirement is missing. For Seedance, set expandPrompt=false.\n\nSTRUCTURE: shot/style and scale → subject → environment, lighting, color, texture, atmosphere → visual action synced to audio → camera movement. For LTX 2.5 or LTX 2.3 image+audio mode, do not re-describe static details already visible in the reference image; focus on motion, action, camera, and how the image responds to the audio.\n\nMOTION PACING: Scale complexity to duration. <=6s: 1 main visual beat + 1 simple camera move. Around 10s: 2-3 clear beats + 1 camera move. >10s: up to 4 beats in clear sequence. Let the audio define timing, but avoid stacking subject, camera, and environment motion in short clips.\n\nBLOCKING: Direct layout when it affects the shot: left/right placement, foreground/background, facing direction, and relative distance between subjects.\n\nLIP-SYNC: Shot framing, speaker's appearance and setting, physical performance synced to audio — gestures, expressions, jaw movement between phrases. Include acting beats.\n\nMUSIC VISUALIZATION: Visual style, environment, and how elements react to rhythm and energy.\n\nAUDIO-REACTIVE: Motion and visual changes that correspond to sounds in the track.\n\nLTX VOCABULARY: camera (tracking, dolly, pan, tilt, handheld, static frame), lighting/atmosphere (golden hour, neon glow, dramatic shadows, fog, rain, smoke, reflections), scale/pacing (expansive, epic, intimate, claustrophobic, slow motion, time-lapse, lingering shot, continuous shot), style/genre (film noir, painterly, cyberpunk, stop-motion, claymation, 2D/3D animation, hand-drawn, fantasy, thriller, experimental film).\n\nAVOID: Vague prompts, too many competing visual elements, abstract descriptions without visible behavior, rigid numeric constraints, readable text or logos. QUOTING RULE: ONLY use double quotes for spoken dialogue. Never quote on-screen text, overlay text, titles, captions, signs, or any visual text — describe them without quotes.\n\nBATCH VARIATIONS: When numberOfVariations > 1, use Dynamic Prompt syntax to vary the visual interpretation while keeping audio sync intent consistent. This is one Sogni project with multiple jobs, so prefer it when all outputs share the same audio source/window, image source, model, duration, dimensions, and parameters and only prompt text varies. Example: \"{abstract neon visualization|nature scene with swaying trees|urban street with rain} synced to the beat\"."
|
|
1448
1451
|
},
|
|
1449
1452
|
"expandPrompt": {
|
|
1450
1453
|
"type": "boolean",
|
|
1451
1454
|
"description": "Seedance only. Whether to run the shared Seedance prompt shaper before dispatch. Defaults to true; set false only when the user explicitly asks to submit the compact prompt directly or not modify the prompt."
|
|
1452
1455
|
},
|
|
1456
|
+
"negativePrompt": {
|
|
1457
|
+
"type": "string",
|
|
1458
|
+
"description": "Advanced LTX 2.5/LTX 2.3/WAN only. The LTX A2V and IA2V workflows accept this separate negative prompt. Use it only when the user explicitly asks to set one. Do not set for Seedance."
|
|
1459
|
+
},
|
|
1453
1460
|
"audioSourceIndex": {
|
|
1454
1461
|
"type": "number",
|
|
1455
1462
|
"description": "Index of the uploaded audio file to use (0-based, from uploaded files list). If only one audio file is uploaded, use 0. If no audio was uploaded but generate_music was used earlier, omit this — the tool will automatically find the generated audio."
|
|
1456
1463
|
},
|
|
1457
1464
|
"sourceImageIndex": {
|
|
1458
1465
|
"type": "number",
|
|
1459
|
-
"description": "Optional index of an uploaded image to use as the starting frame (0-based). Required for lip-sync models (WAN S2V). For audio-only-to-video models (LTX 2.3 A2V), this is optional — omit it to generate video purely from text + audio."
|
|
1466
|
+
"description": "Optional index of an uploaded image to use as the starting frame (0-based). Required for lip-sync models (WAN S2V). For audio-only-to-video models (LTX 2.5 or LTX 2.3 A2V), this is optional — omit it to generate video purely from text + audio."
|
|
1460
1467
|
},
|
|
1461
1468
|
"audioStart": {
|
|
1462
1469
|
"type": "number",
|
|
@@ -1465,7 +1472,7 @@ exports.generationToolsManifest = {
|
|
|
1465
1472
|
},
|
|
1466
1473
|
"duration": {
|
|
1467
1474
|
"type": "number",
|
|
1468
|
-
"description": "Video duration in seconds. Default: 5. Range: 2-30; the usable window is per-model and the host clamps to it. LTX 2.3 and WAN accept 2-20, Seedance 2.0/Mini/Fast accept 4-15, and Seedance 2.5 accepts 4-30. For music videos, use the MAXIMUM duration the selected model allows (20 for LTX/WAN, 30 for \"seedance2-5\") since the audio is always longer than the video limit. Use when the user explicitly requests a specific length.",
|
|
1475
|
+
"description": "Video duration in seconds. Default: 5. Range: 2-30; the usable window is per-model and the host clamps to it. LTX 2.5, LTX 2.3, and WAN accept 2-20, Seedance 2.0/Mini/Fast accept 4-15, and Seedance 2.5 accepts 4-30. For music videos, use the MAXIMUM duration the selected model allows (20 for LTX/WAN, 30 for \"seedance2-5\") since the audio is always longer than the video limit. Use when the user explicitly requests a specific length.",
|
|
1469
1476
|
"minimum": 2,
|
|
1470
1477
|
"maximum": 30
|
|
1471
1478
|
},
|
|
@@ -1477,10 +1484,12 @@ exports.generationToolsManifest = {
|
|
|
1477
1484
|
"seedance2-mini",
|
|
1478
1485
|
"seedance2-fast",
|
|
1479
1486
|
"seedance2-5",
|
|
1487
|
+
"ltx25-ia2v",
|
|
1488
|
+
"ltx25-a2v",
|
|
1480
1489
|
"ltx23-ia2v",
|
|
1481
1490
|
"ltx23-a2v"
|
|
1482
1491
|
],
|
|
1483
|
-
"description": "Video model. \"
|
|
1492
|
+
"description": "Video model. \"ltx25-ia2v\" (default when image available) and \"ltx25-a2v\" (default without an image) use LTX 2.5; Fast/HQ use official distilled INT8 and Pro uses dev INT8 with the required official distilled Speed LoRA in stage 2. \"ltx23-ia2v\" and \"ltx23-a2v\" retain the LTX 2.3 rollback paths with their existing 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. \"seedance2-5\": Seedance 2.5, the newest Seedance generation — 480p and 720p ONLY (it cannot render 1080p or 4K), 4-30s per clip at a fixed 24 fps, native audio, and a much larger reference budget than Seedance 2.0: up to 30 images, 10 videos, and 10 audios, with no more than 30 reference media files in total. Seedance 2.5 covers text-to-video, image-to-video from a first frame, image-to-video with both a first and a last frame, and multimodal reference-to-video (including video editing and video extension). Pick \"seedance2-5\" when the user asks for Seedance 2.5, wants a single continuous Seedance clip longer than 15s (2.5 renders up to 30s natively instead of being split and stitched), or wants a first-and-last-frame Seedance transition. It does not replace \"seedance2\" for 1080p/4K requests, which Seedance 2.5 cannot satisfy. Seedance 2.5 is premium/subscriber-gated like the rest of the Seedance family."
|
|
1484
1493
|
},
|
|
1485
1494
|
"generateAudio": {
|
|
1486
1495
|
"type": "boolean",
|
|
@@ -1533,13 +1542,14 @@ exports.generationToolsManifest = {
|
|
|
1533
1542
|
"type": "string",
|
|
1534
1543
|
"enum": [
|
|
1535
1544
|
"auto",
|
|
1545
|
+
"ltx25",
|
|
1536
1546
|
"ltx23",
|
|
1537
1547
|
"seedance2",
|
|
1538
1548
|
"seedance2-mini",
|
|
1539
1549
|
"seedance2-fast",
|
|
1540
1550
|
"seedance2-5"
|
|
1541
1551
|
],
|
|
1542
|
-
"description": "Which model to use for the new segment. Default: \"auto\" —
|
|
1552
|
+
"description": "Which model to use for the new segment. Default: \"auto\" — preserve Seedance for a Seedance base and otherwise use LTX 2.5. Use ltx23 only for explicit rollback. \"seedance2-5\" supports 480p/720p and 4-30s of new footage at 24 fps."
|
|
1543
1553
|
},
|
|
1544
1554
|
"keepOriginalAudio": {
|
|
1545
1555
|
"type": "boolean",
|
|
@@ -1594,6 +1604,7 @@ exports.generationToolsManifest = {
|
|
|
1594
1604
|
"type": "string",
|
|
1595
1605
|
"enum": [
|
|
1596
1606
|
"auto",
|
|
1607
|
+
"ltx25",
|
|
1597
1608
|
"ltx23",
|
|
1598
1609
|
"wan22",
|
|
1599
1610
|
"seedance2",
|
|
@@ -1601,7 +1612,7 @@ exports.generationToolsManifest = {
|
|
|
1601
1612
|
"seedance2-fast",
|
|
1602
1613
|
"seedance2-5"
|
|
1603
1614
|
],
|
|
1604
|
-
"description": "Which model to use for the new segment. Default: \"auto\" —
|
|
1615
|
+
"description": "Which model to use for the new segment. Default: \"auto\" — preserve Seedance or WAN for matching base clips and otherwise use LTX 2.5. Use ltx23 only for explicit rollback. \"seedance2-5\" supports 480p/720p and 4-30s replacement windows at 24 fps."
|
|
1605
1616
|
},
|
|
1606
1617
|
"keepOriginalAudio": {
|
|
1607
1618
|
"type": "boolean",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"_manifests.generated.js","sourceRoot":"","sources":["../../src/openai-tools/_manifests.generated.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"_manifests.generated.js","sourceRoot":"","sources":["../../src/openai-tools/_manifests.generated.ts"],"names":[],"mappings":"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"}
|