topaz-upscale-video API
Gebruik topaz-upscale-video uit de Topaz-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.
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
topaz-upscale-video biedt de ideale balans tussen kwaliteit en kosten binnen de Topaz-familie.
- Prijs per call in USD
- Mislukte generaties worden niet gefactureerd
- Streaming wanneer ondersteund door het model
- Modelskill-setup
Prijzen
Technische details
| Model-ID | topaz-upscale-video |
| Provider | Topaz |
| Modaliteit | utility |
| Taaktype | asynchronous |
| Facturatie-eenheid | second |
| API endpoint | /api/v1/topaz/upscale_video |
| Commerciële licentie | Ja — inbegrepen via API |
| Catalogusstatus | Operationeel |
Snelstart — topaz-upscale-video
Zelfde structuur · variant vastgelegd in model
# Install the model skill for app development workflows
npx skills add runapi-ai/topaz -g
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.
Gebruik topaz-upscale-video in vier stappen
Installeren
Installeer de modelskill voor deze modelreeks.
Configureren
Zet het modelveld op de volledige model-ID die op deze pagina staat.
Aanroepen
Stuur een getypeerde request met je prompt, inputs en callback-instellingen.
Ontvangen
Lees de task-response, webhook-callback of cached output-URL van RunAPI.
Wat is er anders aan topaz-upscale-video
Frame-by-frame video upscaling with temporal consistency
Neural image upscaling; recovers detail without artifacts
Ideaal voor
Fotoverbetering
Schaal archieffoto's op naar drukkwaliteit voor brochures en catalogi.
Videorestauratie
Herstel en schaal SD-materiaal op naar 4K voor heruitgaven van catalogi.
Achtergrond verwijderen
Verwijder beeldachtergronden op grote schaal om productfoto's van duizenden verkopers te standaardiseren.
Veelgestelde vragen over topaz-upscale-video
Is de model-ID stabiel tussen versies?
RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.
Wat is de rate limit voor deze variant?
Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.
Kan ik later van variant wisselen?
Ja — variant is een flag. Wissel door de modelparameter aan te passen.
Ondersteunt het streaming?
Waar streaming beschikbaar is, streamt RunAPI end-to-end.
Waar meld ik kwaliteitsproblemen?
Open een issue in de publieke GitHub-repo of mail support.