---
title: "Runway API — varianten, prijzen en modelskill"
url: "https://runapi.ai/nl/models/runway.md"
canonical: "https://runapi.ai/nl/models/runway.md"
locale: "nl"
model: "Runway"
provider: "Runway"
modality: "video"
variant_count: 1
price_from_cents: 12
---

# Runway API

Video generation and editing — create and transform footage with text prompts.

**Provider:** Runway
**Modality:** Video
**Catalog:** 2 endpoints

Runway is a professional-grade AI video generation platform supporting text-to-video and image-to-video creation. It is widely used in creative and film production workflows for generating cinematic footage.

## Variants

Single-SKU line. The SDK model ID is `runway` and all usage details are documented here.

## Pricing

| Endpoint | Pricing | Billing |
|---|---|---|
| `text_to_video` | $0.300 | call |
| `extend_video` | $0.120 | call |

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `runway` |
| Provider | Runway |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/runway/extend_video` |


## Install the skill

```sh
npx skills add runapi-ai/runway -g
```

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Runway features to an application.

## Context

Runway is a leading video AI company whose models are widely used in creative production. Through RunAPI, Runway endpoints are accessible with a single key and pay-per-call pricing.

## FAQ

### Met welke variant moet ik beginnen?

Kies de goedkoopste variant die aan je kwaliteitsnorm voldoet. De meeste teams beginnen met de snelle variant en stappen over op pro voor productie.

### Is er een gratis tier?

Nieuwe accounts krijgen de eerste calls gratis op elk model. Daarna betaal je per call.

### Streamen jullie resultaten?

Waar streaming beschikbaar is, streamt RunAPI end-to-end.

### Hoe worden mislukkingen gefactureerd?

Mislukte generations worden niet in rekening gebracht.

### Worden outputs gecachet?

Gegenereerde outputs worden opgeslagen en zijn op te vragen via task-ID. Inputs worden niet gecachet.

### Mag ik het commercieel gebruiken?

Ja — commercieel gebruik is inbegrepen voor elke variant, tenzij een modellicentie het expliciet beperkt. Dat staat aangegeven op de variantpagina.

### Hoe zit het met rate limits?

Rate limits per key schalen mee met je usage tier. Zie de prijzenpagina voor de actuele limieten.

### Waar kan ik problemen melden?

Open een issue in de publieke GitHub-repo of mail support.

