---
title: OpenClaw x Veo 3.1 ガイド | RunAPI
description: RunAPI 経由で OpenClaw から Veo 3.1 を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。
url: https://runapi.ai/ja/openclaw-veo-3.1.md
canonical: https://runapi.ai/ja/openclaw-veo-3.1
locale: ja
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/openclaw-veo-3.1
  zh-CN: https://runapi.ai/zh-CN/openclaw-veo-3.1
  es: https://runapi.ai/es/openclaw-veo-3.1
  ja: https://runapi.ai/ja/openclaw-veo-3.1
  de: https://runapi.ai/de/openclaw-veo-3.1
  fr: https://runapi.ai/fr/openclaw-veo-3.1
  pt-BR: https://runapi.ai/pt-BR/openclaw-veo-3.1
  ko: https://runapi.ai/ko/openclaw-veo-3.1
  it: https://runapi.ai/it/openclaw-veo-3.1
  nl: https://runapi.ai/nl/openclaw-veo-3.1
  pl: https://runapi.ai/pl/openclaw-veo-3.1
  tr: https://runapi.ai/tr/openclaw-veo-3.1
  zh-TW: https://runapi.ai/zh-TW/openclaw-veo-3.1
  zh-HK: https://runapi.ai/zh-HK/openclaw-veo-3.1
  ar: https://runapi.ai/ar/openclaw-veo-3.1
  x-default: https://runapi.ai/openclaw-veo-3.1
model_line: veo-3.1
---

> HTML version: https://runapi.ai/ja/openclaw-veo-3.1
> Site index for agents: https://runapi.ai/llms.txt

# OpenClaw x Veo 3.1

Veo 3.1はGoogle DeepMindによる最前線の動画生成モデルで、ネイティブな音声・動画の同時合成で知られています。RunAPI経由では、すべてのGoogleモデルにわたって統合されたAPIアクセスと共有課金のメリットがあります。

## 公開バージョンとエンドポイント

| モデル ID | バージョン | エンドポイント | 開始価格 |
| --- | --- | --- | --- |
| `veo-3.1` | 4/6/8秒尺コントロールを持つ最高忠実度のVeo 3.1生成 | /api/v1/veo_3_1/text_to_video | $2.50 |
| `veo-3.1-fast` | ドラフトと反復向けの4/6/8秒尺コントロールを持つ高速Veo 3.1生成 | /api/v1/veo_3_1/text_to_video | $0.600 |
| `veo-3.1-lite` | 大量の720p動画生成向けVeo 3.1モデル | /api/v1/veo_3_1/text_to_video | $0.300 |

## 設定

コマンドを使用する前に `<model-id>` を選択してください。このページは既定モデルを事前選択しません。
`RUNAPI_API_KEY` を設定し、`<endpoint>` に `<model-id>` を含むリクエストを送信します。非同期 Task が返る場合のみポーリングします。

```shell
export RUNAPI_API_KEY=your_api_key

curl -X POST https://runapi.ai<endpoint> \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d @request.json
```


## 検証


POST <endpoint> を実行し、返された Task ID を保存します。
ステータスが completed または failed になるまで GET <endpoint>/<task-id> を実行します。
completed レスポンスに API リファレンス記載のエンドポイント固有出力が含まれることを確認します。

## 追加操作

これらの操作ではモデル ID を使用しません。

- `/api/v1/veo_3_1/extend_video` (モデル ID 不要)
- `/api/v1/veo_3_1/upscale_video` (モデル ID 不要)

## 利用手順

1. **モデル ID を選択.** 公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。
2. **RunAPI を設定.** エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。
3. **結果を検証.** 非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。

## よくある質問

### どのモデル ID を使うべきですか？

バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。

### このガイドはチャットモデルを設定しますか？

いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。


### リンク

- [OpenClaw](https://runapi.ai/ja/openclaw)
- [Veo 3.1 - モデルカタログ](https://runapi.ai/ja/models/veo-3.1)
- [veo-3.1](https://runapi.ai/ja/models/veo-3.1/veo-3.1)
- [veo-3.1-fast](https://runapi.ai/ja/models/veo-3.1/fast)
- [veo-3.1-lite](https://runapi.ai/ja/models/veo-3.1/lite)

---

## More from RunAPI

- [Home](https://runapi.ai/ja/.md)
- [モデル](https://runapi.ai/ja/models.md)
- [動画API比較](https://runapi.ai/ja/ai-video-api-comparison.md)
- [OpenClaw 統合](https://runapi.ai/ja/openclaw.md)
- [OpenClaw に最適な API](https://runapi.ai/ja/best-api-for-openclaw.md)
- [OpenClaw 画像生成](https://runapi.ai/ja/openclaw-image-generation.md)
- [Hermes 統合](https://runapi.ai/ja/hermes-agent.md)
- [料金](https://runapi.ai/ja/pricing.md)
- [Claude API 料金](https://runapi.ai/ja/claude-api-pricing.md)
- [ChatGPT API 料金](https://runapi.ai/ja/chatgpt-api-pricing.md)
- [OpenAI API 料金](https://runapi.ai/ja/openai-api-pricing.md)
- [Gemini API 料金](https://runapi.ai/ja/gemini-api-pricing.md)
- [Claude Code 料金](https://runapi.ai/ja/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ja/claude-code-api.md)
- [Claude Code と Cursor 比較](https://runapi.ai/ja/claude-code-vs-cursor.md)
- [Claude Max と API 比較](https://runapi.ai/ja/claude-max-vs-api.md)
- [Requesty 代替](https://runapi.ai/ja/requesty-alternative.md)
- [ドキュメント](https://runapi.ai/ja/docs/guides)
- [SDK](https://runapi.ai/ja/sdk.md)
- [Skills](https://runapi.ai/ja/skills.md)
- [MCP Server](https://runapi.ai/ja/mcp.md)
- [CLI](https://runapi.ai/ja/cli.md)
- [フィードバック](https://runapi.makethisbetter.dev)
- [お問い合わせ](mailto:support@runapi.ai)
- [利用規約](https://runapi.ai/ja/terms.md)
- [プライバシー](https://runapi.ai/ja/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ja/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ja",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/jaicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "SoftwareApplication",
    "name": "OpenClaw x Veo 3.1",
    "applicationCategory": "DeveloperApplication",
    "description": "RunAPI 経由で OpenClaw から Veo 3.1 を使用します。現在のモデル ID、エンドポイント、価格を比較し、対応する設定手順を確認できます。",
    "url": "https://runapi.ai/ja/openclaw-veo-3.1"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "どのモデル ID を使うべきですか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "バージョン表から公開モデル ID を選択してください。各 ID で利用できるエンドポイントが同じ行に表示されます。"
        }
      },
      {
        "@type": "Question",
        "name": "このガイドはチャットモデルを設定しますか？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "いいえ。この Model Line はここに示すエンドポイント手順を使用し、Agent のチャットモデルとしては扱いません。"
        }
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "HowTo",
    "name": "OpenClaw で Veo 3.1 を使用する",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "モデル ID を選択",
        "text": "公開モデル ID を選び、エンドポイントと現在の開始価格を確認します。",
        "url": "https://runapi.ai/ja/openclaw-veo-3.1#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "RunAPI を設定",
        "text": "エンドポイントを呼び出す前に RUNAPI_API_KEY を設定します。",
        "url": "https://runapi.ai/ja/openclaw-veo-3.1#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "結果を検証",
        "text": "非同期エンドポイントでは、Task が終端状態になるまで同じエンドポイントをポーリングします。",
        "url": "https://runapi.ai/ja/openclaw-veo-3.1#how-step-3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ja",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "ホーム",
        "item": "https://runapi.ai/ja"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "OpenClaw",
        "item": "https://runapi.ai/ja/openclaw"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Veo 3.1",
        "item": "https://runapi.ai/ja/openclaw-veo-3.1"
      }
    ]
  }
]
```
