[{"data":1,"prerenderedAt":584},["ShallowReactive",2],{"model-/models/seedance-2-0":3},{"id":4,"title":5,"body":6,"description":562,"extension":563,"meta":564,"navigation":297,"path":580,"seo":581,"stem":582,"__hash__":583},"content/en/models/seedance-2-0.md","Seedance 2.0 — Next-Generation AI Video Model",{"type":7,"value":8,"toc":549},"minimark",[9,14,18,22,27,35,39,42,46,54,58,126,135,139,266,270,432,436,442,497,500,504,545],[10,11,13],"h2",{"id":12},"overview","Overview",[15,16,17],"p",{},"Seedance 2.0 is ByteDance's latest video generation model, delivering major improvements in visual quality, motion realism, and creative control. Through Seedance2API you get access to the complete Seedance 2.0 model matrix with competitive pricing and a developer-friendly interface.",[10,19,21],{"id":20},"core-capabilities","Core Capabilities",[23,24,26],"h3",{"id":25},"text-to-video","Text-to-Video",[15,28,29,30,34],{},"Generate cinematic videos from natural language descriptions. Seedance 2.0 understands complex scenes, camera movement, and artistic styles. Optionally enable the ",[31,32,33],"code",{},"web_search"," parameter to let the model autonomously look up fresh information for time-sensitive content.",[23,36,38],{"id":37},"image-to-video","Image-to-Video",[15,40,41],{},"Animate 1–2 static images: 1 image as a first-frame driver, or 2 images as first-last-frame transition. Ideal for e-commerce product showcases, social media content, and creative projects.",[23,43,45],{"id":44},"multimodal-reference-to-video","Multimodal Reference-to-Video",[15,47,48,49,53],{},"In a single request, combine up to ",[50,51,52],"strong",{},"9 images + 3 videos + 3 audio clips"," as reference assets, and assign each asset a role using natural language in your prompt. This is the core differentiator versus Sora 2, Kling 3.0, and Veo 3.1.",[10,55,57],{"id":56},"the-6-model-variants","The 6 Model Variants",[59,60,61,77],"table",{},[62,63,64],"thead",{},[65,66,67,71,74],"tr",{},[68,69,70],"th",{},"Input type",[68,72,73],{},"Standard (stable quality)",[68,75,76],{},"Fast (faster & cheaper)",[78,79,80,96,111],"tbody",{},[65,81,82,86,91],{},[83,84,85],"td",{},"Text only",[83,87,88],{},[31,89,90],{},"seedance-2.0-text-to-video",[83,92,93],{},[31,94,95],{},"seedance-2.0-fast-text-to-video",[65,97,98,101,106],{},[83,99,100],{},"1–2 images",[83,102,103],{},[31,104,105],{},"seedance-2.0-image-to-video",[83,107,108],{},[31,109,110],{},"seedance-2.0-fast-image-to-video",[65,112,113,116,121],{},[83,114,115],{},"Multimodal",[83,117,118],{},[31,119,120],{},"seedance-2.0-reference-to-video",[83,122,123],{},[31,124,125],{},"seedance-2.0-fast-reference-to-video",[15,127,128,129,134],{},"See ",[130,131,133],"a",{"href":132},"/docs/models-overview","Models Overview"," for full details.",[10,136,138],{"id":137},"supported-parameters","Supported Parameters",[59,140,141,151],{},[62,142,143],{},[65,144,145,148],{},[68,146,147],{},"Parameter",[68,149,150],{},"Options",[78,152,153,170,190,220,236,254],{},[65,154,155,160],{},[83,156,157],{},[31,158,159],{},"quality",[83,161,162,165,166,169],{},[31,163,164],{},"480p",", ",[31,167,168],{},"720p"," (default)",[65,171,172,177],{},[83,173,174],{},[31,175,176],{},"duration",[83,178,179,182,183,186,187],{},[31,180,181],{},"4","–",[31,184,185],{},"15"," seconds, default ",[31,188,189],{},"5",[65,191,192,197],{},[83,193,194],{},[31,195,196],{},"aspect_ratio",[83,198,199,165,202,165,205,165,208,165,211,165,214,165,217],{},[31,200,201],{},"16:9",[31,203,204],{},"9:16",[31,206,207],{},"1:1",[31,209,210],{},"4:3",[31,212,213],{},"3:4",[31,215,216],{},"21:9",[31,218,219],{},"adaptive",[65,221,222,227],{},[83,223,224],{},[31,225,226],{},"generate_audio",[83,228,229,232,233],{},[31,230,231],{},"true"," (default) / ",[31,234,235],{},"false",[65,237,238,241],{},[83,239,240],{},"Inputs",[83,242,243,244,247,248,247,251],{},"Text prompt + optional ",[31,245,246],{},"image_urls"," / ",[31,249,250],{},"video_urls",[31,252,253],{},"audio_urls",[65,255,256,261],{},[83,257,258],{},[31,259,260],{},"model_params.web_search",[83,262,263,264],{},"Text-to-video family only, default ",[31,265,235],{},[10,267,269],{"id":268},"api-example","API Example",[271,272,277],"pre",{"className":273,"code":274,"language":275,"meta":276,"style":276},"language-python shiki shiki-themes github-dark","import requests\n\nresponse = requests.post(\n    \"https://api.evolink.ai/v1/videos/generations\",\n    headers={\"Authorization\": \"Bearer YOUR_API_KEY\"},\n    json={\n        \"model\": \"seedance-2.0-text-to-video\",\n        \"prompt\": \"A cinematic aerial shot of a coastal city at sunset, golden hour lighting\",\n        \"quality\": \"720p\",\n        \"duration\": 10,\n        \"aspect_ratio\": \"16:9\"\n    }\n)\n","python","",[31,278,279,292,299,311,321,345,356,369,382,395,409,420,426],{"__ignoreMap":276},[280,281,284,288],"span",{"class":282,"line":283},"line",1,[280,285,287],{"class":286},"snl16","import",[280,289,291],{"class":290},"s95oV"," requests\n",[280,293,295],{"class":282,"line":294},2,[280,296,298],{"emptyLinePlaceholder":297},true,"\n",[280,300,302,305,308],{"class":282,"line":301},3,[280,303,304],{"class":290},"response ",[280,306,307],{"class":286},"=",[280,309,310],{"class":290}," requests.post(\n",[280,312,314,318],{"class":282,"line":313},4,[280,315,317],{"class":316},"sU2Wk","    \"https://api.evolink.ai/v1/videos/generations\"",[280,319,320],{"class":290},",\n",[280,322,324,328,330,333,336,339,342],{"class":282,"line":323},5,[280,325,327],{"class":326},"s9osk","    headers",[280,329,307],{"class":286},[280,331,332],{"class":290},"{",[280,334,335],{"class":316},"\"Authorization\"",[280,337,338],{"class":290},": ",[280,340,341],{"class":316},"\"Bearer YOUR_API_KEY\"",[280,343,344],{"class":290},"},\n",[280,346,348,351,353],{"class":282,"line":347},6,[280,349,350],{"class":326},"    json",[280,352,307],{"class":286},[280,354,355],{"class":290},"{\n",[280,357,359,362,364,367],{"class":282,"line":358},7,[280,360,361],{"class":316},"        \"model\"",[280,363,338],{"class":290},[280,365,366],{"class":316},"\"seedance-2.0-text-to-video\"",[280,368,320],{"class":290},[280,370,372,375,377,380],{"class":282,"line":371},8,[280,373,374],{"class":316},"        \"prompt\"",[280,376,338],{"class":290},[280,378,379],{"class":316},"\"A cinematic aerial shot of a coastal city at sunset, golden hour lighting\"",[280,381,320],{"class":290},[280,383,385,388,390,393],{"class":282,"line":384},9,[280,386,387],{"class":316},"        \"quality\"",[280,389,338],{"class":290},[280,391,392],{"class":316},"\"720p\"",[280,394,320],{"class":290},[280,396,398,401,403,407],{"class":282,"line":397},10,[280,399,400],{"class":316},"        \"duration\"",[280,402,338],{"class":290},[280,404,406],{"class":405},"sDLfK","10",[280,408,320],{"class":290},[280,410,412,415,417],{"class":282,"line":411},11,[280,413,414],{"class":316},"        \"aspect_ratio\"",[280,416,338],{"class":290},[280,418,419],{"class":316},"\"16:9\"\n",[280,421,423],{"class":282,"line":422},12,[280,424,425],{"class":290},"    }\n",[280,427,429],{"class":282,"line":428},13,[280,430,431],{"class":290},")\n",[10,433,435],{"id":434},"pricing-pre-launch","Pricing (Pre-Launch)",[437,438,439],"blockquote",{},[15,440,441],{},"Final pricing will be announced when Seedance 2.0 fully launches. The figures below are pre-launch indicative rates billed per second. Refer to the pricing page for current rates.",[59,443,444,457],{},[62,445,446],{},[65,447,448,451,454],{},[68,449,450],{},"Quality",[68,452,453],{},"Duration",[68,455,456],{},"Approx. per generation",[78,458,459,469,479,488],{},[65,460,461,463,466],{},[83,462,164],{},[83,464,465],{},"5s",[83,467,468],{},"from $0.02",[65,470,471,473,476],{},[83,472,164],{},[83,474,475],{},"10s",[83,477,478],{},"from $0.04",[65,480,481,483,485],{},[83,482,168],{},[83,484,465],{},[83,486,487],{},"from $0.03",[65,489,490,492,494],{},[83,491,168],{},[83,493,475],{},[83,495,496],{},"from $0.05",[15,498,499],{},"Fast variants deliver lower per-second cost at the same quality and duration.",[10,501,503],{"id":502},"related","Related",[505,506,507,513,519,533,539],"ul",{},[508,509,510,512],"li",{},[130,511,133],{"href":132}," — Decision guide across the 6 models",[508,514,515],{},[130,516,518],{"href":517},"/docs/getting-started","Quick Start",[508,520,521,247,525,247,529],{},[130,522,524],{"href":523},"/docs/text-to-video","Text-to-Video API",[130,526,528],{"href":527},"/docs/image-to-video","Image-to-Video API",[130,530,532],{"href":531},"/docs/reference-to-video","Reference-to-Video API",[508,534,535],{},[130,536,538],{"href":537},"/pricing","Pricing",[508,540,541],{},[130,542,544],{"href":543},"/vs/seedance-vs-runway","Seedance 2.0 vs Runway Gen-4",[546,547,548],"style",{},"html pre.shiki code .snl16, html code.shiki .snl16{--shiki-default:#F97583}html pre.shiki code .s95oV, html code.shiki .s95oV{--shiki-default:#E1E4E8}html pre.shiki code .sU2Wk, html code.shiki .sU2Wk{--shiki-default:#9ECBFF}html pre.shiki code .s9osk, html code.shiki .s9osk{--shiki-default:#FFAB70}html pre.shiki code .sDLfK, html code.shiki .sDLfK{--shiki-default:#79B8FF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}",{"title":276,"searchDepth":294,"depth":294,"links":550},[551,552,557,558,559,560,561],{"id":12,"depth":294,"text":13},{"id":20,"depth":294,"text":21,"children":553},[554,555,556],{"id":25,"depth":301,"text":26},{"id":37,"depth":301,"text":38},{"id":44,"depth":301,"text":45},{"id":56,"depth":294,"text":57},{"id":137,"depth":294,"text":138},{"id":268,"depth":294,"text":269},{"id":434,"depth":294,"text":435},{"id":502,"depth":294,"text":503},"Seedance 2.0 delivers cinematic AI video generation with 720p output, 4–15 second durations, and three input modes: text, image, and multimodal reference.","md",{"modelName":565,"tags":566,"metrics":568},"Seedance 2.0",[565,168,115,567],"Text / Image / Reference",[569,571,574,577],{"value":168,"label":570},"Max Resolution",{"value":572,"label":573},"15s","Max Duration",{"value":575,"label":576},"6","Model Variants",{"value":578,"label":579,"highlight":297},"\u003C3s","Time to First Response","/en/models/seedance-2-0",{"title":5,"description":562},"en/models/seedance-2-0","oqHFH2fR6oe1k38tZFypBiLcCbaKjhU98mvwFhI4PR4",1776086320038]