Cinematic Studio Video v3.5 is a single-shot model that adds the v3.5 style controls: either a free-formDocumentation Index
Fetch the complete documentation index at: https://docs.unifically.com/llms.txt
Use this file to discover all available pages before exploring further.
style_prompt (which fully overrides everything) or the structured trio color_palette / lighting / camera_moveset_style (each can be left as auto). It also exposes the full Higgsfield camera body, lens, focal length, and aperture preset slots.
Model
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
prompt | string | Yes | Required text prompt |
image_urls | string[] | No | Up to 3 reference image URLs |
start_image_url | string | No | Optional first-frame image |
end_image_url | string | No | Optional last-frame image |
duration | integer | No | Video duration in seconds (4-15) |
aspect_ratio | string | No | auto (default), 1:1, 3:4, 9:16, 4:3, 16:9, 21:9 |
resolution | string | No | 480p, 720p, 1080p |
genre | string | No | general (default), action, horror, comedy, noir, epic, drama |
generate_audio | boolean | No | Generate accompanying audio |
seed | integer | No | Random seed; auto-generated if omitted |
style_prompt | string | No | Free-form style description. When provided it FULLY OVERRIDES color_palette, lighting, and camera_moveset_style |
color_palette | string | No | Color grading preset. Sent as color_grading upstream. Ignored if style_prompt is set. Values: auto, naturalistic_clean, bleached_warm, hyper_neon, teal_orange_epic, sodium_decay, cold_steel, bleach_bypass, classic_bw |
lighting | string | No | Lighting scheme. Sent as light_scheme upstream. Ignored if style_prompt is set. Values: auto, soft_cross, contre_jour, overhead_fall, window, practicals, silhouette |
camera_moveset_style | string | No | Camera moveset style. Sent as camera_style upstream. Ignored if style_prompt is set. Values: auto, classic_static, silent_machine, one_take, epic_scale, … |
camera_motion_id | string | No | Camera movement preset id (sent as preset_id) |
camera_model_id | string | No | Camera body preset id (from GET /higgsfield/camera-settings) |
camera_lens_id | string | No | Camera lens preset id |
camera_focal_length_id | string | No | Camera focal length preset id |
camera_aperture_id | string | No | Camera aperture preset id |
Notes
Calls Higgsfield/jobs/v2/cinematic_studio_video_3_5.
Public → wire field renames:
| Public field | Wire field |
|---|---|
color_palette | color_grading |
lighting | light_scheme |
camera_moveset_style | camera_style |
camera_motion_id | preset_id |
shot_mode or multi_shots parameter.
