---
title: "Midjourney API — Varianten, Preise und Model Skill"
url: "https://runapi.ai/de/models/midjourney.md"
canonical: "https://runapi.ai/de/models/midjourney.md"
locale: "de"
model: "Midjourney"
provider: "Midjourney"
modality: "utility"
variant_count: 3
price_from_cents: 0
---

# Midjourney API

Midjourney API-Zugang für Text-zu-Bild, Bildbearbeitung, Bild-zu-Video, Image-to-Prompt, Prompt-Verkürzung und Seed-Abfrage.

**Provider:** Midjourney
**Modality:** Utility
**Catalog:** 3 variants

Midjourney erstellt Bilder aus Text, bearbeitet Quellbilder, animiert Standbilder, leitet Prompt-Vorschläge aus Bildern ab, kürzt lange Prompts zu knappen Alternativen und ruft Seeds abgeschlossener Bild-Tasks ab.

## Variants

| Version | Variant | Pricing | Billing | URL |
|---|---|---|---|---|
| midjourney-edit-image | `edit-image` | $0.080 | call | https://runapi.ai/de/models/midjourney/edit-image.md |
| midjourney-image-to-video | `image-to-video` | $0.620 | call | https://runapi.ai/de/models/midjourney/image-to-video.md |
| midjourney-v8.1 | `v8.1` | $0.060 | call | https://runapi.ai/de/models/midjourney/v8.1.md |

## Utility endpoints

| Endpoint | Pricing | Billing |
|---|---|---|
| `image_to_prompt` | $0.060 | call |
| `shorten_prompt` | $0.060 | call |
| `get_seed` | $0.0000 | call |

## 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 features to an application.

## Context

Midjourney-Workflows für Bilder, Videos und Prompts nutzen einen RunAPI-Key und einheitliche Task-Statusantworten für asynchrone Generierungen.

## FAQ

### Wie rufe ich dieses Modell auf?

Installiere den Model Skill und folge den Setup-Hinweisen mit deinem RunAPI Key.

### Kosten fehlgeschlagene Generierungen Geld?

Fehlgeschlagene Generierungen werden nicht berechnet

### Kann ich es aus meiner Anwendung aufrufen?

Ja. Installiere den Model Skill im Coding-Workspace und nutze ihn beim Einbau des Modell-Features.

