---
title: "midjourney-image-to-video API — precios y especificaciones de Midjourney"
url: "https://runapi.ai/es/models/midjourney/image-to-video.md"
canonical: "https://runapi.ai/es/models/midjourney/image-to-video.md"
locale: "es"
model: "Midjourney"
provider: "Midjourney"
variant_id: "midjourney-image-to-video"
sdk_model_id: "midjourney-image-to-video"
modality: "video"
price_from_cents: 62
billing_unit: "call"
status: "active"
---

# Midjourney midjourney-image-to-video API

Usa midjourney-image-to-video de la familia Midjourney mediante RunAPI. Pago por llamada, sin suscripción, y las generaciones fallidas no se cobran.

## Pricing

**$0.620** per call

Las generaciones fallidas no se cobran

## Spec sheet

| Field | Value |
|---|---|
| Model ID | `midjourney-image-to-video` |
| Provider | Midjourney |
| Modality | video |
| Task type | asynchronous |
| Billing unit | call |
| API endpoint | `/api/v1/midjourney/image_to_video` |
| Status | active |

## Request example

```json
{
  "model": "midjourney-image-to-video",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Crea una imagen cinematográfica de producto con un jarrón de cerámica color cobalto sobre mármol blanco y, después, anímala con una órbita lenta de cámara."
}
```

## Install the skill

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

The skill gives your coding tool the model docs, schemas, pricing notes, and setup steps needed to add Midjourney midjourney-image-to-video features to an application.

```json
{
  "model": "midjourney-image-to-video"
}
```

## FAQ

### ¿Cómo selecciono %{variant}?

Pasa el ID de modelo que aparece en el quickstart.

### ¿El precio es por uso?

Sí. El precio se mide por llamada o unidad.


## Related

Other Midjourney variants:

- [midjourney-edit-image](https://runapi.ai/es/models/midjourney/edit-image.md) — `edit-image` · $0.080
- [midjourney-v8.1](https://runapi.ai/es/models/midjourney/v8.1.md) — `v8.1` · $0.060
