---
title: Guida OpenClaw x Runway Aleph | RunAPI
description: Usa Runway Aleph con OpenClaw tramite RunAPI. Confronta ID modello, endpoint e prezzi correnti, quindi segui il flusso di configurazione appropriato.
url: https://runapi.ai/it/openclaw-runway-aleph.md
canonical: https://runapi.ai/it/openclaw-runway-aleph
locale: it
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-runway-aleph
  zh-CN: https://runapi.ai/zh-CN/openclaw-runway-aleph
  es: https://runapi.ai/es/openclaw-runway-aleph
  ja: https://runapi.ai/ja/openclaw-runway-aleph
  de: https://runapi.ai/de/openclaw-runway-aleph
  fr: https://runapi.ai/fr/openclaw-runway-aleph
  pt-BR: https://runapi.ai/pt-BR/openclaw-runway-aleph
  ko: https://runapi.ai/ko/openclaw-runway-aleph
  it: https://runapi.ai/it/openclaw-runway-aleph
  nl: https://runapi.ai/nl/openclaw-runway-aleph
  pl: https://runapi.ai/pl/openclaw-runway-aleph
  tr: https://runapi.ai/tr/openclaw-runway-aleph
  zh-TW: https://runapi.ai/zh-TW/openclaw-runway-aleph
  zh-HK: https://runapi.ai/zh-HK/openclaw-runway-aleph
  ar: https://runapi.ai/ar/openclaw-runway-aleph
  x-default: https://runapi.ai/openclaw-runway-aleph
model_line: runway-aleph
---

> HTML version: https://runapi.ai/it/openclaw-runway-aleph
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x Runway Aleph

Runway Aleph is Runway's video editing model, designed for transforming footage while preserving motion. Through RunAPI, it shares the same API access as all Runway models.

## Versioni ed endpoint pubblici

| ID modello | Versione | Endpoint | Prezzo iniziale |
| --- | --- | --- | --- |
| `runway-aleph` | runway-aleph | /api/v1/runway_aleph/edit_video | $1.10 |

## Configurazione

Imposta `RUNAPI_API_KEY`, quindi crea una richiesta con `<model-id>` su `<endpoint>`. Esegui il polling solo se l’endpoint restituisce una Task asincrona.

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai/api/v1/runway_aleph/edit_video \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "runway-aleph",
  "prompt": "Replace the sky with a clear sunrise.",
  "source_video_url": "https://file.runapi.ai/source-video.mp4"
}'
```


## Verifica


Invia POST a /api/v1/runway_aleph/edit_video e salva l’ID della Task restituita.
Invia GET a /api/v1/runway_aleph/edit_video/<task-id> finché lo stato non è completed o failed.
Verifica che la risposta completed contenga l’output specifico dell’endpoint documentato nel riferimento API.


## Come funziona

1. **Scegli un ID modello.** Seleziona un ID pubblico del catalogo e controlla il relativo endpoint e il prezzo iniziale corrente.
2. **Configura RunAPI.** Imposta RUNAPI_API_KEY prima di inviare la richiesta all’endpoint.
3. **Verifica il risultato.** Per gli endpoint asincroni, interroga lo stesso endpoint finché la Task non raggiunge uno stato finale.

## Domande frequenti

### Quale ID modello devo usare?

Scegli un ID pubblico dalla tabella delle versioni. Ogni ID espone gli endpoint mostrati nella sua riga.

### Questa guida configura un modello di chat?

No. Questa linea di modelli usa il flusso dell’endpoint mostrato e non viene presentata come modello di chat dell’agente.


### Link

- [OpenClaw](https://runapi.ai/it/openclaw)
- [Runway Aleph - Catalogo](https://runapi.ai/it/models/runway-aleph)
- [runway-aleph](https://runapi.ai/it/models/runway-aleph/runway-aleph)

---

## More from RunAPI

- [Home](https://runapi.ai/it/.md)
- [Modelli](https://runapi.ai/it/models.md)
- [Confronto API video AI](https://runapi.ai/it/ai-video-api-comparison.md)
- [Integrazione OpenClaw](https://runapi.ai/it/openclaw.md)
- [Migliore API per OpenClaw](https://runapi.ai/it/best-api-for-openclaw.md)
- [Generazione immagini OpenClaw](https://runapi.ai/it/openclaw-image-generation.md)
- [Integrazione Hermes Agent](https://runapi.ai/it/hermes-agent.md)
- [Prezzi](https://runapi.ai/it/pricing.md)
- [Claude API Prezzi](https://runapi.ai/it/claude-api-pricing.md)
- [ChatGPT API Prezzi](https://runapi.ai/it/chatgpt-api-pricing.md)
- [OpenAI API Prezzi](https://runapi.ai/it/openai-api-pricing.md)
- [Gemini API Prezzi](https://runapi.ai/it/gemini-api-pricing.md)
- [Claude Code Prezzi](https://runapi.ai/it/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/it/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/it/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/it/claude-max-vs-api.md)
- [Requesty Alternativa](https://runapi.ai/it/requesty-alternative.md)
- [Documentazione API](https://runapi.ai/it/docs/guides)
- [SDK](https://runapi.ai/it/sdk.md)
- [Skills](https://runapi.ai/it/skills.md)
- [MCP Server](https://runapi.ai/it/mcp.md)
- [CLI](https://runapi.ai/it/cli.md)
- [Feedback](https://runapi.makethisbetter.dev)
- [Contatti](mailto:support@runapi.ai)
- [Termini](https://runapi.ai/it/terms.md)
- [Privacy](https://runapi.ai/it/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/it/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/it",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/iticon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x Runway Aleph",
    "applicationCategory": "DeveloperApplication",
    "description": "Usa Runway Aleph con OpenClaw tramite RunAPI. Confronta ID modello, endpoint e prezzi correnti, quindi segui il flusso di configurazione appropriato.",
    "url": "https://runapi.ai/it/openclaw-runway-aleph"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "Quale ID modello devo usare?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Scegli un ID pubblico dalla tabella delle versioni. Ogni ID espone gli endpoint mostrati nella sua riga."
        }
      },
      {
        "@type": "Question",
        "name": "Questa guida configura un modello di chat?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Questa linea di modelli usa il flusso dell’endpoint mostrato e non viene presentata come modello di chat dell’agente."
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "HowTo",
    "name": "Usare Runway Aleph con OpenClaw",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Scegli un ID modello",
        "text": "Seleziona un ID pubblico del catalogo e controlla il relativo endpoint e il prezzo iniziale corrente.",
        "url": "https://runapi.ai/it/openclaw-runway-aleph#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configura RunAPI",
        "text": "Imposta RUNAPI_API_KEY prima di inviare la richiesta all’endpoint.",
        "url": "https://runapi.ai/it/openclaw-runway-aleph#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Verifica il risultato",
        "text": "Per gli endpoint asincroni, interroga lo stesso endpoint finché la Task non raggiunge uno stato finale.",
        "url": "https://runapi.ai/it/openclaw-runway-aleph#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "it",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/it"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/it/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Runway Aleph",
        "item": "https://runapi.ai/it/openclaw-runway-aleph"
      }
    ]
  }
]
```
