ビデオモデル Google Veo
- 2025.08.06 このサイトは
googleビデオモデルに対応しました - 対応モデル:
veo2veo2-fastveo2-fast-componentsveo2-fast-framesveo2-proveo3veo3-fastveo3-fast-framesveo3-framesveo3-pro-framesveo3-pro text-to-videoimage-to-videokeyframe-to-videoに対応- 生成ごとに課金、1リクエストにつき1ビデオ
料金
- 1 CNY = 10000 クレジット
| モデル | 料金(クレジット) |
|---|---|
| veo2 | 5000 |
| veo2-fast | 5000 |
| veo2-fast-components | 5000 |
| veo2-fast-frames | 5000 |
| veo3 | 10000 |
| veo3-fast | 10000 |
| veo3-fast-frames | 10000 |
| veo3-frames | 10000 |
| veo2-pro | 50000 |
| veo3-pro-frames | 50000 |
| veo3-pro | 50000 |
| veo3.1-pro | 50000 |
| veo3.1 | 10000 |
| veo3.1-fast | 10000 |
| veo3.1-components | 10000 |
| veo3.1-pro-4k | 50000 |
| veo3.1-4k | 12000 |
| veo3.1-components-4k | 12000 |
オンラインテスト
オンラインテスト
- https://video.ddaiai.com にアクセス(ブロックされている場合は、
suibianなどの別のサブドメインプレフィックスをお試しください)
- https://video.ddaiai.com にアクセス(ブロックされている場合は、
- ブロックされている場合は、アドレスを自分で変更できます:
https://suibian.ddaiai.com—suibianを別の文字列に置き換えてください。例:https://2025.ddaiai.com、すべて機能します
- ブロックされている場合は、アドレスを自分で変更できます:
設定
- https://video.ddaiai.com/#/video/index?tab=video を開く
- 下の画像に示されているフィールドを設定
- API エンドポイント:https://api.openai-hk.com
- KEY:hk-your-apiKey

結果

Google Veo API
- すべてのリクエストには
AuthorizationとContent-Typeヘッダーが必要です
shell
'Authorization: Bearer hk-your-key'
'Content-Type: application/json''Authorization: Bearer hk-your-key'
'Content-Type: application/json'1. タスクの作成
shell
curl --request POST \
--url https://api.openai-hk.com/veo/v1/video/create \
--header 'Authorization: Bearer hk-your-hk-key' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on openai-hk, It's so crazy.",
"model": "veo3",
"enhance_prompt": true
}'curl --request POST \
--url https://api.openai-hk.com/veo/v1/video/create \
--header 'Authorization: Bearer hk-your-hk-key' \
--header 'Content-Type: application/json' \
--data '{
"prompt": "A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on openai-hk, It's so crazy.",
"model": "veo3",
"enhance_prompt": true
}'- リクエストボディ
json
{
"prompt": "A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on openai-hk, It's so crazy.",
"model": "veo3-fast",
"enhance_prompt": true,
"images": ["https://a.com/1.jpg", "https://a.com/2.jpg"]
}{
"prompt": "A casual street interview on a busy New York City sidewalk in the afternoon. The interviewer holds a plain, unbranded microphone and asks: Have you seen Google's new Veo3 model It is a super good model. Person replies: Yeah I saw it, it's already available on openai-hk, It's so crazy.",
"model": "veo3-fast",
"enhance_prompt": true,
"images": ["https://a.com/1.jpg", "https://a.com/2.jpg"]
}リクエストボディのフィールド説明
フィールド タイプ 説明 prompt string ビデオ生成のためのプロンプト model string ビデオ生成のためのモデル名 enhance_prompt boolean プロンプトを強化するかどうか images string[] ビデオ生成のための画像リスト aspect_ratio string アスペクト比 16:916:9、画像なしの場合のみ利用可能enable_upsample boolean アップサンプルを有効にするかどうか images:モデルがveo3-fast-framesの場合、最大2枚の画像(最初と最後のフレーム)に対応。モデルがveo3-pro-framesの場合、最大1枚の最初のフレームに対応。モデルがveo3.x-xxxx-componentsの場合、最大3枚の画像に対応し、ビデオ内の要素として機能します。レスポンスボディ
json
{
"id": "veo3-fast:1754487582-iib208CF9a",
"status": "pending"
}{
"id": "veo3-fast:1754487582-iib208CF9a",
"status": "pending"
}2. タスクステータスの照会
shell
curl --request GET \
--url https://api.openai-hk.com/veo/v1/video/feed/veo3-fast:1754487582-iib208CF9a \
--header 'Authorization: Bearer hk-your-hk-key' \
--header 'Content-Type: application/json'curl --request GET \
--url https://api.openai-hk.com/veo/v1/video/feed/veo3-fast:1754487582-iib208CF9a \
--header 'Authorization: Bearer hk-your-hk-key' \
--header 'Content-Type: application/json'- レスポンスボディ
json
{
"id": "veo3-fast:1754487582-iib208CF9a",
"status": "completed",
"video_url": "https://filesystem.site/cdn/20250806/5VpavR5qkSpnsbFbTbTpC6aVPQMrgi.mp4"
}{
"id": "veo3-fast:1754487582-iib208CF9a",
"status": "completed",
"video_url": "https://filesystem.site/cdn/20250806/5VpavR5qkSpnsbFbTbTpC6aVPQMrgi.mp4"
}- フィールド説明
| フィールド | タイプ | 説明 |
|---|---|---|
| id | string | タスクID |
| status | string | タスクステータス:completed failed pending video_generating |
| video_url | string | ビデオURL |
OpenAi-HK