Skip to main content
ArtEmotion
Video

SeedVR Video Upscale

Credit-based pricing. Supports reference video.

Output
video

Inputs

  • Reference video (required)

Example prompt

Upload any video — SeedVR upscales with ByteDance's deep-learning model for cinematic 4K sharpness
Try this prompt →
LLM-ready

API & LLM schema

Exact request contract for this model. Agents can fetch it from /api/v1/models?id=fal-ai/seedvr/upscale/video.

POST/api/v1/generate16 fields · 2 required
FieldTypeRequirementContract
model_idconstantRequiredArtEmotion model identifier.
extraobjectOptionalModel-specific settings may also be nested here.
max_creditsnumberOptionalReject before submission if the estimated list price exceeds this cap. · Range: 1–…
webhook_urlstringOptionalFormat: uri
webhook_secretstringOptionalOptional model input.
folder_idstringOptionalOptional model input.
promptstringOptionalOptional model input.
target_resolutionstringOptionalThe target resolution to upscale to when `upscale_mode` is `target`. · Allowed: 720p, 1080p, 1440p, 2160p · Default: 1080p
upscale_modestringOptionalThe mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor wi · Allowed: target, factor · Default: factor
upscale_factornumberOptionalUpscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`. · Default: 2 · Range: 1–10
output_formatstringOptionalThe format of the output video. · Allowed: X264 (.mp4), VP9 (.webm), PRORES4444 (.mov), GIF (.gif) · Default: X264 (.mp4)
seedintegerOptionalThe random seed used for the generation process.
output_qualitystringOptionalThe quality of the output video. · Allowed: low, medium, high, maximum · Default: high
noise_scalenumberOptionalThe noise scale to use for the generation process. · Default: 0.1 · Range: 0–1
output_write_modestringOptionalThe write mode of the output video. · Allowed: fast, balanced, small · Default: balanced
video_urlstringRequiredFormat: uri
Minimal request example
{
  "model_id": "fal-ai/seedvr/upscale/video",
  "video_url": "https://example.com/video"
}
Raw JSON Schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.artemotion.ai/api/v1/models?id=fal-ai%2Fseedvr%2Fupscale%2Fvideo",
  "title": "SeedVR Video Upscale generation request",
  "description": "Request body accepted by POST /api/v1/generate for fal-ai/seedvr/upscale/video.",
  "type": "object",
  "properties": {
    "model_id": {
      "type": "string",
      "const": "fal-ai/seedvr/upscale/video",
      "description": "ArtEmotion model identifier."
    },
    "extra": {
      "type": "object",
      "additionalProperties": true,
      "description": "Model-specific settings may also be nested here."
    },
    "max_credits": {
      "type": "number",
      "minimum": 1,
      "description": "Reject before submission if the estimated list price exceeds this cap."
    },
    "webhook_url": {
      "type": "string",
      "format": "uri",
      "maxLength": 2048
    },
    "webhook_secret": {
      "type": "string",
      "maxLength": 512
    },
    "folder_id": {
      "type": "string"
    },
    "prompt": {
      "type": "string"
    },
    "target_resolution": {
      "title": "Target Resolution",
      "description": "The target resolution to upscale to when `upscale_mode` is `target`.",
      "default": "1080p",
      "type": "string",
      "enum": [
        "720p",
        "1080p",
        "1440p",
        "2160p"
      ]
    },
    "upscale_mode": {
      "title": "Upscale Mode",
      "description": "The mode to use for the upscale. If 'target', the upscale factor will be calculated based on the target resolution. If 'factor', the upscale factor wi",
      "default": "factor",
      "type": "string",
      "enum": [
        "target",
        "factor"
      ]
    },
    "upscale_factor": {
      "title": "Upscale Factor",
      "description": "Upscaling factor to be used. Will multiply the dimensions with this factor when `upscale_mode` is `factor`.",
      "default": 2,
      "type": "number",
      "minimum": 1,
      "maximum": 10
    },
    "output_format": {
      "title": "Output Format",
      "description": "The format of the output video.",
      "default": "X264 (.mp4)",
      "type": "string",
      "enum": [
        "X264 (.mp4)",
        "VP9 (.webm)",
        "PRORES4444 (.mov)",
        "GIF (.gif)"
      ]
    },
    "seed": {
      "title": "Seed",
      "description": "The random seed used for the generation process.",
      "type": "integer"
    },
    "output_quality": {
      "title": "Output Quality",
      "description": "The quality of the output video.",
      "default": "high",
      "type": "string",
      "enum": [
        "low",
        "medium",
        "high",
        "maximum"
      ]
    },
    "noise_scale": {
      "title": "Noise Scale",
      "description": "The noise scale to use for the generation process.",
      "default": 0.1,
      "type": "number",
      "minimum": 0,
      "maximum": 1,
      "multipleOf": 0.001
    },
    "output_write_mode": {
      "title": "Output Write Mode",
      "description": "The write mode of the output video.",
      "default": "balanced",
      "type": "string",
      "enum": [
        "fast",
        "balanced",
        "small"
      ]
    },
    "video_url": {
      "type": "string",
      "format": "uri"
    }
  },
  "required": [
    "model_id",
    "video_url"
  ],
  "additionalProperties": false
}

FAQ

How much does SeedVR Video Upscale cost on ArtEmotion?

Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.

Do I get my credits back if SeedVR Video Upscale fails?

Yes — failed generations are never charged. The credits are released back to your balance automatically.

Can I call SeedVR Video Upscale from the API?

Yes. Use POST /api/v1/generate with model_id: "fal-ai/seedvr/upscale/video". See the API reference for the full schema.

Where are my generations stored?

Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.

Ready to generate with SeedVR Video Upscale?

Start now →

No commitment. New accounts get 50 free credits on signup. See pricing.