---
title: OmniHuman-1.5 | Runware Docs
url: https://runware.ai/docs/models/bytedance-omnihuman-1-5
description: Cognitive avatar video from image, audio, and text
---
# OmniHuman-1.5

OmniHuman-1.5 generates high fidelity avatar video from a single image with audio and optional text prompts. It fuses multimodal reasoning with diffusion motion to keep identity stable, lip sync accurate, and gestures context aware for long, multi subject clips.

- **ID**: `bytedance:5@2`
- **Status**: live
- **Creator**: ByteDance
- **Release Date**: August 27, 2025
- **Capabilities**: Text to Video, Image to Video, Audio to Video

## Pricing

- **10 seconds**: `1.3247`

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `videoInference`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [outputType](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-outputtype)

- **Type**: `string`
- **Default**: `URL`

Video output type.

**Allowed values**: `URL`

### [outputFormat](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-outputformat)

- **Type**: `string`
- **Default**: `MP4`

Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.

- \`MP4\`: Widely supported video container (H.264), recommended for general use.
- \`WEBM\`: Optimized for web delivery.
- \`MOV\`: QuickTime format, common in professional workflows (Apple ecosystem).

**Allowed values**: `MP4` `WEBM` `MOV`

### [outputQuality](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-outputquality)

- **Type**: `integer`
- **Min**: `20`
- **Max**: `99`
- **Default**: `95`

Compression quality of the output. Higher values preserve quality but increase file size.

### [webhookURL](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-webhookurl)

- **Type**: `string`
- **Format**: `URI`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-deliverymethod)

- **Type**: `string`
- **Default**: `async`

Determines how the API delivers task results.

**Allowed values**:

- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse. Required for long-running tasks like video generation.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [uploadEndpoint](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-uploadendpoint)

- **Type**: `string`
- **Format**: `URI`

Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.

**Common use cases:**

- **Cloud storage**: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- **CDN integration**: Upload to content delivery networks for immediate distribution.

```text
// S3 presigned URL for secure upload
https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600

// Google Cloud Storage presigned URL
https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789

// Custom storage endpoint
https://storage.example.com/uploads/generated-image.jpg
```

The content data will be sent as the request body to the specified URL when generation is complete.

### [safety](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-safety)

- **Path**: `safety.checkContent`
- **Type**: `object (2 properties)`

Content safety checking configuration for video generation.

#### [checkContent](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-safety-checkcontent)

- **Path**: `safety.checkContent`
- **Type**: `boolean`
- **Default**: `false`

Enable or disable content safety checking. When enabled, defaults to `fast` mode.

#### [mode](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-safety-mode)

- **Path**: `safety.mode`
- **Type**: `string`
- **Default**: `none`

Safety checking mode for video generation.

**Allowed values**:

- `none` Disables checking.
- `fast` Checks key frames.
- `full` Checks all frames.

### [ttl](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-ttl)

- **Type**: `integer`
- **Min**: `60`

Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.

### [includeCost](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-includecost)

- **Type**: `boolean`
- **Default**: `false`

Include task cost in the response.

### [numberResults](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-numberresults)

- **Type**: `integer`
- **Min**: `1`
- **Max**: `4`
- **Default**: `1`

Number of results to generate. Each result uses a different seed, producing variations of the same parameters.

**Inputs**

Input resources for the task (images, audio, etc). These must be nested inside the \`inputs\` object.

### [image](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-inputs-image)

- **Path**: `inputs.image`
- **Type**: `string`
- **Required**: true

The source portrait image to be animated (UUID, URL, Data URI, or Base64).

### [audio](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-inputs-audio)

- **Path**: `inputs.audio`
- **Type**: `string`
- **Required**: true

The audio file used to drive the animation (UUID or URL).

### [mask](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-inputs-mask)

- **Path**: `inputs.mask`
- **Type**: `string`

Image input (UUID, URL, Data URI, or Base64).

**Generation Parameters**

Core parameters for controlling the generated content.

### [model](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `bytedance:5@2`

Identifier of the model to use for generation.

**Learn more** (3 resources):

- [Text To Image: Model Selection The Foundation Of Generation](https://runware.ai/docs/guides/text-to-image#model-selection-the-foundation-of-generation) (guide)
- [Image Inpainting: Model Specialized Inpainting Models](https://runware.ai/docs/guides/image-inpainting#model-specialized-inpainting-models) (guide)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/guides/image-outpainting#other-critical-parameters) (guide)

### [seed](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-seed)

- **Type**: `integer`
- **Min**: `0`
- **Max**: `9223372036854776000`

Random seed for reproducible generation. When not provided, a random seed is generated in the unsigned 32-bit range.

**Learn more** (1 resource):

- [Text To Image: Seed Controlling Randomness Deterministically](https://runware.ai/docs/guides/text-to-image#seed-controlling-randomness-deterministically) (guide)

**Provider Settings**

Parameters specific to this model provider. These must be nested inside the \`providerSettings.bytedance\` object.

### [fastMode](https://runware.ai/docs/models/bytedance-omnihuman-1-5#request-providersettings-bytedance-fastmode)

- **Path**: `providerSettings.bytedance.fastMode`
- **Type**: `boolean`
- **Default**: `false`

Enable accelerated generation by optimizing the processing pipeline.

## Response Parameters

### [taskType](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `videoInference`

Type of the task.

### [taskUUID](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the task.

### [videoUUID](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-videouuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the output video.

### [videoURL](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-videourl)

- **Type**: `string`
- **Format**: `URI`

URL of the output video.

### [videoBase64Data](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-videobase64data)

- **Type**: `string`

Base64-encoded video data.

### [videoDataURI](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-videodatauri)

- **Type**: `string`
- **Format**: `URI`

Data URI of the output video.

### [seed](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-seed)

- **Type**: `integer`

The seed used for generation. If none was provided, shows the randomly generated seed.

### [NSFWContent](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-nsfwcontent)

- **Type**: `boolean`

Flag indicating if NSFW content was detected.

### [cost](https://runware.ai/docs/models/bytedance-omnihuman-1-5#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Lantern Festival Storyteller Closeup (Audio to Video)

[Watch video](https://assets.runware.ai/examples/bytedance-omnihuman-1-5/d258492a-5dc1-48f0-b45b-181231e22419.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "a97f113f-0f03-4abc-b819-1c303c50ff9b",
  "model": "bytedance:5@2",
  "seed": 94937,
  "providerSettings": {
    "bytedance": {
      "fastMode": false
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/01f1a7eb-2ae1-426f-af23-20440fd8bdb8.jpg",
    "audio": "https://assets.runware.ai/assets/inputs/caecbdf6-b03b-4832-88b1-5aef4b34bbb7.mp3"
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "a97f113f-0f03-4abc-b819-1c303c50ff9b",
  "videoUUID": "60d9891b-9759-472c-b257-66a1553a26f5",
  "videoURL": "https://vm.runware.ai/video/os/a12d13/ws/5/vi/60d9891b-9759-472c-b257-66a1553a26f5.mp4",
  "seed": 94937,
  "cost": 1.7226
}
```

---

### Velvet Cabaret Dressing Room (Image to Video)

[Watch video](https://assets.runware.ai/examples/bytedance-omnihuman-1-5/40748e2a-763a-499d-9393-9294b8a646a8.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "77b6cd5e-eded-4432-9ef8-2bfcf5594c28",
  "model": "bytedance:5@2",
  "seed": 20770,
  "providerSettings": {
    "bytedance": {
      "fastMode": false
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/e0acd3ba-7999-4c5a-b6b4-3ff6faa125ee.jpg",
    "audio": "https://assets.runware.ai/assets/inputs/eff8fa85-e376-493c-bb1c-03b561a2b397.mp3"
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "77b6cd5e-eded-4432-9ef8-2bfcf5594c28",
  "videoUUID": "c9a70fc7-5f30-47c7-a48a-a9d130b5548c",
  "videoURL": "https://vm.runware.ai/video/os/a18d05/ws/5/vi/c9a70fc7-5f30-47c7-a48a-a9d130b5548c.mp4",
  "seed": 20770,
  "cost": 2.4766
}
```

---

### Clockwork Lecture Hall Monologue (Image to Video)

[Watch video](https://assets.runware.ai/examples/bytedance-omnihuman-1-5/ae14c64b-109b-47ec-8c5c-daf80b8e3847.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "bffb6044-d95f-4371-9736-b6bc4da956e8",
  "model": "bytedance:5@2",
  "seed": 2001,
  "providerSettings": {
    "bytedance": {
      "fastMode": false
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/dd6cb621-48d1-4c87-a3d3-4ca7020d91bd.jpg",
    "audio": "https://assets.runware.ai/assets/inputs/d9dbc7f1-93dd-484f-9b1e-1eb4d674e281.mp3"
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "bffb6044-d95f-4371-9736-b6bc4da956e8",
  "videoUUID": "4872ae79-c0dd-4808-9a61-83d2497deebf",
  "videoURL": "https://vm.runware.ai/video/os/a17d13/ws/5/vi/4872ae79-c0dd-4808-9a61-83d2497deebf.mp4",
  "seed": 2001,
  "cost": 2.0368
}
```

---

### Lantern Festival Storyteller (Image to Video)

[Watch video](https://assets.runware.ai/examples/bytedance-omnihuman-1-5/0b673d0a-e6e0-4183-8ce7-43e9876d7e2b.mp4)

**Request**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "876b1801-1806-4f83-9edd-9997c675764d",
  "model": "bytedance:5@2",
  "seed": 92824,
  "providerSettings": {
    "bytedance": {
      "fastMode": false
    }
  },
  "inputs": {
    "image": "https://assets.runware.ai/assets/inputs/adf38100-5167-40db-9902-66771a658293.jpg",
    "audio": "https://assets.runware.ai/assets/inputs/634d914b-53b9-4a32-8d0e-9851fb52b0c5.mp3"
  }
}
```

**Response**:

```json
{
  "taskType": "videoInference",
  "taskUUID": "876b1801-1806-4f83-9edd-9997c675764d",
  "videoUUID": "3517b415-267b-45f6-a0c1-2c4ac1baa190",
  "videoURL": "https://vm.runware.ai/video/os/a11d13/ws/5/vi/3517b415-267b-45f6-a0c1-2c4ac1baa190.mp4",
  "seed": 92824,
  "cost": 1.4923
}
```