> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gengen.farm/llms.txt
> Use this file to discover all available pages before exploring further.

# WonderClip Standard

> WonderClip Standard asynchronous video generation through WonderClip.

WonderClip Standard supports text-to-video, first-frame, first-and-last-frame, and multimodal reference video generation.

GENGEN maps the public model ID to the upstream Wonder-Standard model and returns `wonderclip10:<job_id>` task IDs.

## Model ID

```text theme={"dark"}
wonder-standard
```

Pass this exact public ID in the top-level `model` field. Do not substitute an upstream provider alias.

## Supported modes

* `text_to_video`
* `image_first_frame`
* `image_first_last_frame`
* `multimodal_reference`

## Inputs

* `Text`
* `Image`
* `Video`
* `Audio`

## Outputs

* `Video`

## Capabilities

* `Text-to-video`
* `Image-to-video`
* `First-and-last-frame-to-video`
* `Reference-to-video`

### Additional capabilities

* `Multiple outputs`
* `Aspect ratio control`
* `Multimodal references`

## Technical details

| Property          | Value                                       |
| ----------------- | ------------------------------------------- |
| Provider          | `wonderclip`                                |
| Modality          | `video`                                     |
| Processing        | `Asynchronous task`                         |
| Endpoint          | `/api/gengen/v1/contents/generations/tasks` |
| Durations         | `4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15`  |
| Resolutions       | `720P, 1080P`                               |
| Aspect ratios     | `16:9, 9:16, 4:3, 3:4, 1:1`                 |
| Audio generation  | `Not supported`                             |
| Watermark control | `Not supported`                             |

<Note>
  Availability and final customer prices can change. Check the [Dashboard model catalog](https://gengen.farm/dashboard?section=models) before production use.
</Note>

See the [API reference overview](/api-reference/introduction) for authentication, request conventions, and response schemas.
