AGENT モード / SEEDANCE 2.5 API
agent がコードを書く前に、正しいコンテキストを渡す。
このページは、人間に代わって Seedance 2.5 API を統合する Cursor、Claude Code、Codex、ChatGPT などの agent 向けです。指示ブロックをコピーし、agent にマシンファイルを読ませ、コードが整ってから provider Key を作成してください。
01 / コンテキストまずこれをコピー
You are helping me integrate the Seedance 2.5 API. Primary context: https://seedance25api.io/llms-full.txt Request schema: https://seedance25api.io/openapi.json Rules: - Do not invent or hardcode an API key. - Ask me to create EVOLINK_API_KEY before any live call: https://evolink.ai/dashboard/keys?utm_source=seedance25api.io&utm_medium=referral&utm_campaign=agent&utm_content=agent-prompt - Keep the model configurable. Seedance 2.5 API access is expected; verify provider support before production. - Public rates are not published yet — surface cost as an estimate and flag it. - Validate duration, resolution, and reference counts before sending. - Use polling or callback_url for async video jobs. - Build behind a configurable model parameter so the same code can switch models.
なぜこれが有効か
agent は安定したコンテキスト URL、schema、Key の境界、明確な provider 引き継ぎを受け取ります。認証情報を持っているふりをせずにコードを準備できます。
API キーを作成02 / マシンファイルAGENT が読むべきもの
03 / 事実ステータスを踏まえた統合
Expected
Provider-mediated access
Seedance 2.5 API availability should be verified with the provider before production use. Build behind a configurable model parameter.
Expected
Reference-to-video model ID
seedance-2.5-reference-to-video Confirmed in EvoLink API docs; model is pre-release ("not yet available"). References are optional, so a prompt-only call behaves as text-to-video.
Pending
Text-to-video / image-to-video IDs
Pending provider docs Not yet confirmed. Keep the model parameter configurable so the same code can switch when the IDs are published.
Expected
Launch 時の制限
4-30 seconds · 480p and 720p 送信前に、長さ、quality、参照数(最大 画像 30 / 動画 10 / 音声 10)を検証してください。
04 / AGENT チェックリスト本番呼び出しの前に
- Do not invent or hardcode an API key.
- Ask the human to create EVOLINK_API_KEY before live calls.
- Build behind a configurable model parameter.
- Surface cost as an estimate — public rates are not published yet.
- Validate duration, quality, and reference counts before sending.
- Use polling or callback_url for async completion.
- If the model is unavailable for the account, keep the request shape and switch models via the configurable parameter once access is enabled.