Image & Video cinematic studios
Wevion's two cinematic studios: Image Cinematic (/creative-hub/image-studio) for text-to-image, and Video Cinematic (/creative-hub/video-studio) for video.
Written By Salvatore Sinigaglia
Last updated About 13 hours ago
Wevion's two cinematic studios: Image Cinematic (/creative-hub/image-studio) for text-to-image, and Video Cinematic (/creative-hub/video-studio) for video.
Image & Video cinematic studios
TL;DR: Wevion's Creative Hub has two separate cinematic studios, both generally available with no feature flag. Image Cinematic (
/creative-hub/image-studio) generates cinematic still images from a text prompt. Video Cinematic (/creative-hub/video-studio) generates short clips from a prompt — text-to-video by default, or image-to-video when you add an optional start-frame image. Both studios run asynchronously (HTTP 202) and are polled every 4 seconds. Results land as assets in your Creative Hub. There is no single/creative-hub/image-videopage — use the two paths above.
Who is this for
Mediabuyers and creative teams who want AI-generated cinematic visuals — hero stills and short motion clips — directly inside the Creative Hub, without leaving Wevion. Each studio is its own nav entry under the Cinematic section of the Creative Hub.
The two studios
Both entries live under Creative Hub → Cinematic. Neither has a feature flag — any workspace with Creative Hub access sees them.
There is no combined /creative-hub/image-video module — that path does not exist and returns a not-found. For ad-oriented static creatives (the Flux / GPT image generator) see Generate AI images, which is a separate module.
Before you start
- Creative Hub access: both studios are GA with no feature flag, so any workspace that can open the Creative Hub can use them.
- AI credits: every generation estimates credits up front and charges on completion. Make sure your team has credit budget. See ch-112 AI credits.
- A start-frame image (video only, optional): if you want image-to-video, have the image ready to upload. It is not required — leaving it empty produces text-to-video.
Image Cinematic
The Image Cinematic studio is text-to-image only — there are no reference images or brand-kit fields here.
Request body:
prompt(required, 1–4000 chars)style(optional, ≤64 chars) — the UI offers presets: photorealistic, cinematic, 3D, anime, productaspect_ratio(optional):9:16,1:1,4:5,16:9,3:4resolution(optional):720p,1080pnum_variants(optional, 1–4)
Response: 202 Accepted with generation_id, status: "queued", credits_estimated, estimated_cost_cents, created_at, and polling_interval_ms (4000).
Video Cinematic
The Video Cinematic studio supports both text-to-video and image-to-video: the start-frame image is optional, and the mode is derived from whether you supply one.
Request body:
prompt(required, 1–4000 chars)image_url(optional) — the start-frame image. Leave it empty for text-to-video; add it for image-to-video. (leaving it empty produces text-to-video; supplying it produces image-to-video).provider(optional):kling_2_6,veo_3_1,seedance_produration(optional):4,5,6,8, or10secondsaspect_ratio(optional):16:9,9:16,1:1
Providers and their supported options:
Response: 202 Accepted with the same queued-generation envelope as image (generation_id, status, credits_estimated, estimated_cost_cents, created_at, polling_interval_ms).
How to generate a cinematic image
- Open Creative Hub → Cinematic → Image Cinematic (
/creative-hub/image-studio). - Write your prompt.
- (Optional) Pick a style preset (photorealistic, cinematic, 3D, anime, product).
- Set format options: aspect ratio, resolution (720p / 1080p), and number of variants (1–4).
- Click generate. The request returns
202and a queued generation. - The studio polls every 4 seconds until status reaches
completed(orfailed). Completed images appear in the results grid and your Creative Hub.
How to generate a cinematic video
- Open Creative Hub → Cinematic → Video Cinematic (
/creative-hub/video-studio). - Write your prompt.
- (Optional) Upload a start-frame image. Leave it empty for text-to-video; add it for image-to-video.
- Choose a provider (Kling 2.6, Veo 3.1, or Seedance Pro), then a duration and aspect ratio from that provider's supported options.
- Click generate. The request returns
202and a queued generation. - The studio polls every 4 seconds until status reaches
completed(orfailed). The finished clip appears in the results grid and your Creative Hub.
A common pattern is to generate a cinematic image first, then use it as the start frame for a clip.
Status lifecycle
Every generation moves through queued → processing → completed or failed (STATUS union, both routes). On failure an error_message is returned and no credits are charged for the failed job.
Credits and errors
Both routes estimate credits up front (credits_estimated, estimated_cost_cents) and charge on completion (credits_charged). If you lack credits or hit a cap, the route returns 402 with one of: Insufficient credits, Monthly credit cap exceeded, or Team member monthly credit cap exceeded (CREDIT_ERROR_STRINGS, both routes). Invalid input returns 400. See ch-112 AI credits.
Common issues
/creative-hub/image-videoshows nothing / not found: there is no combined page. Use/creative-hub/image-studiofor images and/creative-hub/video-studiofor videos.- "Insufficient credits" (402): your team has run out of AI credits or hit a monthly cap. Top up credits or wait for the cap to reset, then retry. See ch-112 AI credits.
- Generation stuck on
queued/processing: generation is async and polled every 4 seconds; large or premium jobs take longer. Leave the studio open, or check the generation later — completed assets also appear in your Creative Hub. See ch-118 manage AI jobs. - Generation
failedwith an error message: no credits are charged for a failed job. Adjust the prompt (or the start-frame image) and generate again. - Duration or aspect ratio rejected on video: each provider supports a specific set (see the provider table). Pick an option that provider allows, or switch providers.
FAQ
Where are the cinematic studios in Wevion?
They live under Creative Hub → Cinematic as two separate entries: Image Cinematic at /creative-hub/image-studio and Video Cinematic at /creative-hub/video-studio. Both are generally available with no feature flag, so any workspace with Creative Hub access sees them. There is no combined /creative-hub/image-video page.
Can I make a video from text only in Wevion?
Yes. Video Cinematic is text-to-video by default: the start-frame image_url is optional. Add an image and it becomes image-to-video; leave it empty and it generates from the prompt alone. Providers are Kling 2.6, Veo 3.1, and Seedance Pro, with per-provider durations (4–10 seconds).
Does the Image studio accept reference images or a Brand Kit?
No. The Image Cinematic route is text-to-image and accepts only a prompt, a style preset, aspect ratio, resolution, and variant count — there are no reference-image or brand-kit fields on it. Reference imagery only applies to Video Cinematic, where a single optional start-frame image turns text-to-video into image-to-video.
What image sizes and resolutions can the studio produce?
Image Cinematic supports aspect ratios 9:16, 1:1, 4:5, 16:9, and 3:4, at 720p or 1080p, with 1 to 4 variants per prompt. Video aspect ratios depend on the provider (16:9 and 9:16 everywhere; 1:1 on Kling and Seedance). Match the aspect ratio to your ad placement instead of cropping later.
How long do generations take and how do I track them?
Generations are asynchronous. Wevion returns HTTP 202 with a queued generation ID, then the studio polls every four seconds until the status becomes completed or failed. You can also list past generations or fetch a single one by ID. Completed outputs appear in the results grid and are stored as assets in your Creative Hub. See ch-118 manage AI jobs.
Steps
- Open Creative Hub → Cinematic → Image Cinematic (/creative-hub/image-studio).
- Write your prompt.
- (Optional) Pick a style preset (photorealistic, cinematic, 3D, anime, product).
- Set format options: aspect ratio, resolution (720p / 1080p), and number of variants (1–4).
- Click generate. The request returns 202 and a queued generation.
- The studio polls every 4 seconds until status reaches completed (or failed). Completed images appear in the results grid and your Creative Hub.
Last updated: 2026-07-02