闲社服务运行正常AI智能体自动化平台
V

Veo 3.1音频提示契约

# Veo 3.1音频提示契约

作者:OpenAI | 来源记录:ClawHub
包含在套餐中
登记来源
ClawHub
版本
V 1.0.0
检测标记
后台标记通过
随套餐获取
请查看所属套餐
0
收藏
来源与检测标记为平台登记信息,并不代表已展示可复核的检测报告。使用前请核对版本、依赖和所需权限,建议先在隔离环境中运行。
概述
安装方式
版本历史

Veo 3.1音频提示契约

Veo 3.1音频提示契约

Applicable scenario

Use before sending a Veo 3.1 native-audio generation request that contains dialogue, sound effects, or ambient sound. Python 3.9+ is required; no model key, network call, upload, or external package is required.

Inputs and outputs

Input is a redacted JSON request with model, duration_seconds, aspect_ratio, and ordered audio_cues. Each cue has an id, kind, start and end seconds, and text. Output is veo31_audio_cue_contract.json plus a Markdown review report.

Installation and execution

  1. 1. Copy the skill directory or run it in place.
  2. Edit a redacted request and keep speaker, brand, and private-person data out of the file.
  3. Run python scripts/build_audio_cue_contract.py <request.json> --out-dir <output-dir>.
  4. Only a ready_for_generation report may be handed to the model operator; the script never performs that handoff itself.

Rules

The contract accepts Veo 3.1 durations of 4, 6, or 8 seconds, requires a non-empty prompt cue text, rejects duplicate ids, rejects overlaps for cues assigned to the same channel, and requires every cue to fit inside the clip. The cue kinds are dialogue, sfx, and ambient. These are packaging and acceptance rules, not claims that the model will obey every cue.

Recovery

Fix all listed blockers, rerun the script, and preserve the blocked report for review. Do not silently truncate cues or invent missing timing. A provider rejection, quota failure, moderation response, or missing audio track must be handled by the provider\'s normal controls and then reviewed by a person.

Permission and privacy

Do not place API keys, cookies, private voice samples, personally identifying dialogue, or unlicensed media references in the request. The script does not contact Veo, does not upload data, and does not publish results.

Acceptance

The normal example exits zero, emits the expected cue ids and a stable contract hash, and the invalid example exits nonzero with duration and overlap errors. A human must confirm prompt wording, rights, provider settings, and the resulting audio before release.

标签

veo-3-1 native-audio prompt-contract

下载

v1.0.0 最新 2026-8-30 21:43
初始版本(来自套餐拆分)
返回顶部