VARIANTE · Topaz / Topaz

topaz-upscale-video API

Topaz / Topaz

Nutze topaz-upscale-video aus der Topaz-Familie über RunAPI. Preis pro Aufruf, kein Abo – fehlgeschlagene Generierungen werden nie berechnet.

Betriebsbereit · utility · Kommerzielle Nutzung unterstützt
runapi.ai
curl -X POST https://runapi.ai/api/v1/topaz/upscale_video \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "topaz-upscale-video",
  "video_url": "https://cdn.runapi.ai/public/samples/video-lowres.mp4"
}'
import { TopazClient } from "@runapi.ai/topaz";

const client = new TopazClient();
const result = await client.upscaleVideo.run({
    model: "topaz-upscale-video",
    video_url: "https://cdn.runapi.ai/public/samples/video-lowres.mp4",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Topaz\TopazClient;

$client = new TopazClient();
$result = $client->upscaleVideo->run([
        'model' => 'topaz-upscale-video',
        'video_url' => 'https://cdn.runapi.ai/public/samples/video-lowres.mp4',
]);
require "runapi/topaz"

client = RunApi::Topaz::Client.new
result = client.upscale_video.run(
    model: "topaz-upscale-video",
    video_url: "https://cdn.runapi.ai/public/samples/video-lowres.mp4"
)
npx skills add runapi-ai/topaz -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/topaz v1
Variante wechseln
topaz-upscale-image
ÜBERBLICK

Topaz topaz-upscale-video ist über dieselbe RunAPI-Authentifizierung, denselben Model-Skill-Workflow und nutzungsbasierte Preise verfügbar.

  • Einheitlicher API Key
  • Model-Skill-Setup
  • Modell-ID-Referenz
  • Fehlgeschlagene Generierungen werden nicht berechnet
PREISE

PREISE

Fehlgeschlagene Generierungen werden nicht berechnet
Upscale video
$0.08-$0.14 / second
Upscale: 1x $0.08
Upscale: 2x $0.08
Upscale: 4x $0.14
DATENBLATT

DATENBLATT

Modell-ID topaz-upscale-video
Anbieter Topaz
Modalität utility
Task-Typ asynchronous
Abrechnung second
Endpoint /api/v1/topaz/upscale_video
Kommerziell Ja
Katalogstatus Betriebsbereit
MODELS

Modell-Skill — topaz-upscale-video

Installiere den Skill einmal und verwende dann die Varianten-ID von dieser Seite beim Entwickeln.

# Install the model skill for app development workflows
npx skills add runapi-ai/topaz -g
Installs docs, schemas, pricing context, and setup notes into your developer workspace.
Or use this setup request in your coding tool:
Install the Topaz skill for this app:

1. Add runapi-ai/topaz with the skills installer.
2. Load SKILL.md in this workspace.
3. Use its docs, schemas, pricing notes, and setup steps when adding model features.
4. Confirm the install path when done.
SO FUNKTIONIERT ES

topaz-upscale-video verwenden

01

Modell wählen

Wähle Modell und Variante passend zu deinem App-Workflow.

02

Modell-ID übergeben

Nutze diese Varianten-ID im Request Body.

03

Task ausführen

Sende den Request und speichere die zurückgegebene Task ID.

04

Ausgabe abrufen

Frage ab oder empfange den Callback, wenn der Task fertig ist.

UNTERSCHIEDE

Vergleich von topaz-upscale-video

VS TOPAZ-UPSCALE-IMAGE

Frame-für-Frame-Video-Upscaling mit zeitlicher Konsistenz

Neuronales Bild-Upscaling; stellt Details ohne Artefakte wieder her

ANWENDUNGSFÄLLE

Einsatzbereiche dieser Variante

Verbessern

Verbessere generierte Assets.

Konvertieren

Wandle ein Medienformat in ein anderes um.

Pipeline

Füge Utility-Aufrufe zu Produktionsflows hinzu.

FAQ

Häufige Fragen zu topaz-upscale-video

Wie wähle ich topaz-upscale-video aus?

Übergib die im Quickstart angezeigte Modell-ID.

Sind die Preise nutzungsbasiert?

Ja. Preise werden pro Aufruf oder Einheit gemessen.

JETZT STARTEN

Starte heute mit Topaz.