SEEDANCE25APIINDEPENDENT

AGENT モード / SEEDANCE 2.5 API

agent がコードを書く前に、正しいコンテキストを渡す。

このページは、人間に代わって Seedance 2.5 API を統合する Cursor、Claude Code、Codex、ChatGPT などの agent 向けです。指示ブロックをコピーし、agent にマシンファイルを読ませ、コードが整ってから provider Key を作成してください。

llms-full.txt を開く OpenAPI を開く
01 / コンテキストまずこれをコピー
AGENT_PROMPT.TXTHUMAN -> AGENT
You are helping me integrate the Seedance 2.5 API.

Primary context: https://seedance25api.io/llms-full.txt
Integration schema: https://seedance25api.io/openapi.json

Rules:
- Do not invent or hardcode an API key.
- The official Seedance 2.5 API and EvoLink route are live; route status is confirmed.
- Ask me to create EVOLINK_API_KEY before the first live call: https://evolink.ai/dashboard/keys?utm_source=seedance25api.io&utm_medium=referral&utm_campaign=agent&utm_content=agent-prompt
- Choose seedance-2.5-text-to-video, seedance-2.5-image-to-video, or seedance-2.5-reference-to-video for the matching workflow.
- Use 4–30 seconds and 480p/720p; do not advertise 4K as an EvoLink API tier.
- For R2V, preserve the documented split of up to 30 images, 10 videos, and 10 audio files.
- Poll GET /v1/tasks/{task_id} for task status.
- Read the current EvoLink console price before scaled traffic; never substitute upstream official pricing.
- Keep the model configurable and retain Seedance 2.0 only as rollback.

なぜこれが有効か

agent は安定したコンテキスト URL、schema、Key の境界、明確な provider 引き継ぎを受け取ります。認証情報を持っているふりをせずにコードを準備できます。

API キーを作成
02 / マシンファイルAGENT が読むべきもの
03 / 事実ステータスを踏まえた統合
Confirmed

Live on EvoLink · API key access available

The upstream official API and EvoLink integration are live for the August 7 publication. Use the three workflow-specific EvoLink model IDs and verify the current price shown in the EvoLink console before production traffic.

Confirmed

Text to video

seedance-2.5-text-to-video

Live EvoLink model ID for prompt-only text-to-video requests.

Confirmed

Image to video

seedance-2.5-image-to-video

Live EvoLink model ID for first-frame or first/last-frame image-to-video requests.

Confirmed

Reference to video

seedance-2.5-reference-to-video

Live EvoLink model ID for multimodal reference-to-video, editing, and extension workflows.

Confirmed

Launch 時の制限

4–30 seconds · 480p and 720p

文書化済みの 4〜30 秒と 480p/720p の launch 値を使い、設定可能なまま保持し、短いライブテストでアカウント固有の上限を確認してください。

04 / AGENT チェックリスト本番呼び出しの前に
  1. Do not invent or hardcode an API key.
  2. The official API and the EvoLink route are live for this publication; keep their sources and pricing distinct.
  3. Use the workflow-specific Seedance 2.5 model ID and keep Seedance 2.0 only as a rollback.
  4. Ask the human to create EVOLINK_API_KEY before a live call.
  5. Build behind a configurable model parameter.
  6. Do not present upstream provider token rates as EvoLink route prices.
  7. Use 4–30 seconds, 480p/720p, and the documented per-type reference limits; never advertise 4K as an API tier.
  8. Poll GET /v1/tasks/{task_id} for the EvoLink asynchronous task flow.
  9. Read the current EvoLink console price before production traffic; do not present upstream official pricing as an EvoLink quote.