MODEL IDbytedance:video-enhancement@standard
live

BytePlus Video Enhancement Standard

ByteDance
by ByteDance

BytePlus Video Enhancement Standard is the standard variant in BytePlus AI MediaKit's video enhancement family. It is designed to improve video clarity and presentation quality through resolution enhancement and restoration-oriented processing, making it suitable for routine quality upgrades, compression cleanup, and scalable video post-processing pipelines.

BytePlus Video Enhancement Standard
Upscale

Pipe Inspection Crawler Demo Clip

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bytedance:video-enhancement@standard',
  resolution: '4k',
  fps: 30,
  settings: {
    bitrate: 'high',
    style: 'common'
  },
  inputs: {
    video: 'https://assets.runware.ai/assets/inputs/3b8ac53a-bd20-4a39-ae6c-ab583cd1340f.mp4'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "bytedance:video-enhancement@standard",
            "resolution": "4k",
            "fps": 30,
            "settings": {
                "bitrate": "high",
                "style": "common"
            },
            "inputs": {
                "video": "https://assets.runware.ai/assets/inputs/3b8ac53a-bd20-4a39-ae6c-ab583cd1340f.mp4"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "upscale",
      "taskUUID": "6c1c10ef-e44e-424d-a02a-9eded8293426",
      "model": "bytedance:video-enhancement@standard",
      "resolution": "4k",
      "fps": 30,
      "settings": {
        "bitrate": "high",
        "style": "common"
      },
      "inputs": {
        "video": "https://assets.runware.ai/assets/inputs/3b8ac53a-bd20-4a39-ae6c-ab583cd1340f.mp4"
      }
    }
  ]'
runware run bytedance:video-enhancement@standard \
  resolution=4k \
  fps=30 \
  settings.bitrate=high \
  settings.style=common \
  inputs.video=https://assets.runware.ai/assets/inputs/3b8ac53a-bd20-4a39-ae6c-ab583cd1340f.mp4
{
  "taskType": "upscale",
  "taskUUID": "6c1c10ef-e44e-424d-a02a-9eded8293426",
  "model": "bytedance:video-enhancement@standard",
  "resolution": "4k",
  "fps": 30,
  "settings": {
    "bitrate": "high",
    "style": "common"
  },
  "inputs": {
    "video": "https://assets.runware.ai/assets/inputs/3b8ac53a-bd20-4a39-ae6c-ab583cd1340f.mp4"
  }
}
Response
{
  "taskType": "upscale",
  "taskUUID": "6c1c10ef-e44e-424d-a02a-9eded8293426",
  "videoUUID": "35853670-2667-4921-9ca7-017553383c2c",
  "videoURL": "https://vm.runware.ai/video/os/a01d21/ws/5/vi/35853670-2667-4921-9ca7-017553383c2c.mp4",
  "cost": 0.16665
}
Upscale

Couture Beekeeping Fashion Showcase Reel

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bytedance:video-enhancement@standard',
  resolution: '4k',
  fps: 30,
  settings: {
    bitrate: 'high',
    style: 'common'
  },
  inputs: {
    video: 'https://assets.runware.ai/assets/inputs/ccd3ad11-ef22-44ba-9609-83bc183cb8e9.mp4'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "bytedance:video-enhancement@standard",
            "resolution": "4k",
            "fps": 30,
            "settings": {
                "bitrate": "high",
                "style": "common"
            },
            "inputs": {
                "video": "https://assets.runware.ai/assets/inputs/ccd3ad11-ef22-44ba-9609-83bc183cb8e9.mp4"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "upscale",
      "taskUUID": "b4aedaba-bd0d-4cf2-a953-a82dd0d7cba0",
      "model": "bytedance:video-enhancement@standard",
      "resolution": "4k",
      "fps": 30,
      "settings": {
        "bitrate": "high",
        "style": "common"
      },
      "inputs": {
        "video": "https://assets.runware.ai/assets/inputs/ccd3ad11-ef22-44ba-9609-83bc183cb8e9.mp4"
      }
    }
  ]'
runware run bytedance:video-enhancement@standard \
  resolution=4k \
  fps=30 \
  settings.bitrate=high \
  settings.style=common \
  inputs.video=https://assets.runware.ai/assets/inputs/ccd3ad11-ef22-44ba-9609-83bc183cb8e9.mp4
{
  "taskType": "upscale",
  "taskUUID": "b4aedaba-bd0d-4cf2-a953-a82dd0d7cba0",
  "model": "bytedance:video-enhancement@standard",
  "resolution": "4k",
  "fps": 30,
  "settings": {
    "bitrate": "high",
    "style": "common"
  },
  "inputs": {
    "video": "https://assets.runware.ai/assets/inputs/ccd3ad11-ef22-44ba-9609-83bc183cb8e9.mp4"
  }
}
Response
{
  "taskType": "upscale",
  "taskUUID": "b4aedaba-bd0d-4cf2-a953-a82dd0d7cba0",
  "videoUUID": "a5832cc9-a9f4-4828-9a0a-10ecc67d8341",
  "videoURL": "https://vm.runware.ai/video/os/a02d21/ws/5/vi/a5832cc9-a9f4-4828-9a0a-10ecc67d8341.mp4",
  "cost": 0.16665
}
Upscale

Underground Mushroom Harvest B-Roll

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bytedance:video-enhancement@standard',
  resolution: '4k',
  fps: 30,
  settings: {
    bitrate: 'high',
    style: 'common'
  },
  inputs: {
    video: 'https://assets.runware.ai/assets/inputs/e7987ddd-6c7c-41c1-8b24-2eb117a50b66.mp4'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "bytedance:video-enhancement@standard",
            "resolution": "4k",
            "fps": 30,
            "settings": {
                "bitrate": "high",
                "style": "common"
            },
            "inputs": {
                "video": "https://assets.runware.ai/assets/inputs/e7987ddd-6c7c-41c1-8b24-2eb117a50b66.mp4"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "upscale",
      "taskUUID": "1a6f2fe9-d8ac-4a6d-8191-fa1efedbd5fb",
      "model": "bytedance:video-enhancement@standard",
      "resolution": "4k",
      "fps": 30,
      "settings": {
        "bitrate": "high",
        "style": "common"
      },
      "inputs": {
        "video": "https://assets.runware.ai/assets/inputs/e7987ddd-6c7c-41c1-8b24-2eb117a50b66.mp4"
      }
    }
  ]'
runware run bytedance:video-enhancement@standard \
  resolution=4k \
  fps=30 \
  settings.bitrate=high \
  settings.style=common \
  inputs.video=https://assets.runware.ai/assets/inputs/e7987ddd-6c7c-41c1-8b24-2eb117a50b66.mp4
{
  "taskType": "upscale",
  "taskUUID": "1a6f2fe9-d8ac-4a6d-8191-fa1efedbd5fb",
  "model": "bytedance:video-enhancement@standard",
  "resolution": "4k",
  "fps": 30,
  "settings": {
    "bitrate": "high",
    "style": "common"
  },
  "inputs": {
    "video": "https://assets.runware.ai/assets/inputs/e7987ddd-6c7c-41c1-8b24-2eb117a50b66.mp4"
  }
}
Response
{
  "taskType": "upscale",
  "taskUUID": "1a6f2fe9-d8ac-4a6d-8191-fa1efedbd5fb",
  "videoUUID": "03a27058-77d6-409b-9355-e441da302451",
  "videoURL": "https://vm.runware.ai/video/os/a04d20/ws/5/vi/03a27058-77d6-409b-9355-e441da302451.mp4",
  "cost": 0.16665
}
Upscale

Archival Glassblower Portrait Restoration

import { createClient } from '@runware/sdk'

const client = await createClient({ apiKey: process.env.RUNWARE_API_KEY })
await client.connect()

const [result] = await client.run({
  model: 'bytedance:video-enhancement@standard',
  resolution: '4k',
  fps: 24,
  settings: {
    bitrate: 'high',
    style: 'old_film'
  },
  inputs: {
    video: 'https://assets.runware.ai/assets/inputs/139d5f70-5173-42a6-9927-9b824bbc2e43.mp4'
  }
})
import asyncio
import os

from runware import Runware


async def main():
    async with Runware(api_key=os.environ["RUNWARE_API_KEY"]) as client:
        results = await client.run({
            "model": "bytedance:video-enhancement@standard",
            "resolution": "4k",
            "fps": 24,
            "settings": {
                "bitrate": "high",
                "style": "old_film"
            },
            "inputs": {
                "video": "https://assets.runware.ai/assets/inputs/139d5f70-5173-42a6-9927-9b824bbc2e43.mp4"
            }
        })


asyncio.run(main())
curl https://api.runware.ai/v1 \
  -H "Authorization: Bearer $RUNWARE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '[
    {
      "taskType": "upscale",
      "taskUUID": "a93cc89d-62a0-4fb3-9ab3-0729701c9544",
      "model": "bytedance:video-enhancement@standard",
      "resolution": "4k",
      "fps": 24,
      "settings": {
        "bitrate": "high",
        "style": "old_film"
      },
      "inputs": {
        "video": "https://assets.runware.ai/assets/inputs/139d5f70-5173-42a6-9927-9b824bbc2e43.mp4"
      }
    }
  ]'
runware run bytedance:video-enhancement@standard \
  resolution=4k \
  fps=24 \
  settings.bitrate=high \
  settings.style=old_film \
  inputs.video=https://assets.runware.ai/assets/inputs/139d5f70-5173-42a6-9927-9b824bbc2e43.mp4
{
  "taskType": "upscale",
  "taskUUID": "a93cc89d-62a0-4fb3-9ab3-0729701c9544",
  "model": "bytedance:video-enhancement@standard",
  "resolution": "4k",
  "fps": 24,
  "settings": {
    "bitrate": "high",
    "style": "old_film"
  },
  "inputs": {
    "video": "https://assets.runware.ai/assets/inputs/139d5f70-5173-42a6-9927-9b824bbc2e43.mp4"
  }
}
Response
{
  "taskType": "upscale",
  "taskUUID": "a93cc89d-62a0-4fb3-9ab3-0729701c9544",
  "videoUUID": "7244d288-4435-4122-b0a9-44dcc707d6ca",
  "videoURL": "https://vm.runware.ai/video/os/a03d21/ws/5/vi/7244d288-4435-4122-b0a9-44dcc707d6ca.mp4",
  "cost": 0.16665
}