mirelo_extend_audio_with_video_preflight
Estimate credit cost and processing time before extending audio with video using the v1.6 model. Requires append duration in milliseconds.
Instructions
Estimate the credit cost and processing time for an Extend_Audio with-video generation before committing. Requires append_duration_ms (1000-57000 ms); num_samples defaults to 1. Model v1.6 only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| num_samples | No | Optional. Integer >= 1; defaults to 1. | |
| model_version | No | Model version. Only "v1.6" is supported; omitted/empty resolves to "v1.6". | |
| append_duration_ms | Yes | Required. Milliseconds of new audio to append; integer in [1000, 57000]. |