Skip to main content
1 day 17:38:38
Unlimited GPT Image 2 & Nano Banana 2 Lite with EnterpriseUnlimited GPT Image 2 & Nano Banana 2 LiteGet Unlimited
LogoSeedance 2.0
  • Seedance Studio
  • Guide
  • Pricing
  • My Creations
LogoSeedance 2.0
Is Seedance 2.0 Available in the USA? The Real Answer
2026/07/28

Is Seedance 2.0 Available in the USA? The Real Answer

Yes, Seedance 2.0 is available in the USA, with no waitlist and no VPN. Here is why the official API has no US region, and why that never reaches your workflow.

Seedance 2.0 is available in the USA. There is no waitlist, no country allowlist, and no "coming soon to America" phase to sit through. ByteDance's Seed team published the model on February 12, 2026 as a global release[1], and nothing in that announcement carves out the United States.

The confusion is real, and it comes from somewhere specific. Search whether Seedance 2.0 works in America and you land in threads about VPNs, Chinese phone numbers, and accounts that will not verify. Almost none of that is about the model. It is about the plumbing behind it, and one line in ByteDance's own documentation explains most of the noise: the official developer API has no US region at all. Whether that fact ever touches you depends entirely on which door you walk through.

TL;DR

  • The model is global. ByteDance Seed released Seedance 2.0 on February 12, 2026, accepting text, image, audio, and video inputs[1]. No US restriction was ever announced.
  • The official developer API runs in two regions: Johor in Asia Pacific and Dublin in Europe[2]. There is no Americas region.
  • Dublin carries no Seedance video model. The EU region supports seed-2-0-lite, seed-2-0-mini, and seedream-5-0[2]. The video family is seedance-2-0-260128 and its fast and mini variants[3], a separate line.
  • That constraint belongs to developers, not viewers. A browser studio absorbs region selection, API keys, and token packages on the server side. You open a page.
  • No VPN, no Chinese phone number. Reaching for a VPN can actively hurt you, and there is a documented case where it did[4].

The model was never blocked in the US

Seedance 2.0 arrived as one global release, not a staged country rollout. ByteDance Seed's launch post describes a unified multimodal architecture accepting four input types, text, image, audio, and video, and frames the jump from version 1.5 as gains in physical accuracy, visual realism, and motion stability[1]. There is no regional availability section in that post, because there was no regional gate to document.

This matters because "has Seedance 2.0 been released in the US" is among the most common things people ask about it, and the premise is simply wrong. There was never a US release date to wait for. What people actually hit is a wall at the signup and billing layer, then reasonably conclude the model itself is off limits.

Where the official API actually runs

Here is the part almost nobody writes about. BytePlus is ByteDance's international cloud brand, and its ModelArk platform is the official developer route outside mainland China. Its region documentation lists exactly two regions[2]:

RegionRegion IDBase URL
Johor, Asia Pacificap-southeast-1ark.ap-southeast.bytepluses.com
Dublin, Europeeu-west-1ark.eu-west.bytepluses.com

No North America. No South America. A US developer calling the official international API is crossing an ocean by design.

It gets narrower. The same document lists which models Dublin supports: seed-2-0-lite, seed-2-0-mini, and seedream-5-0[2]. Those are not video models. BytePlus's model list shows the Seedance video family as seedance-2-0-260128, seedance-2-0-fast-260128, and seedance-2-0-mini-260615[3], while the seed-2-0 line is a separate language-model series, which the seed-2-0-code-preview-260328 entry makes obvious.

Put those together and the conclusion applies to everyone, not just Americans: official Seedance 2.0 video generation is served from Johor. Dublin cannot serve it, and there is no US region to fall back to. BytePlus notes that requests can spill over between regions under load[2], but primary routing follows the region where your endpoint was created.

If you are building on the API, that is a real architectural fact you need to plan around. If you just want a video, read on, because it stops being your problem.

The three official routes and what each asks of you

ByteDance operates three official channels, built for three different people.

BytePlus ModelArk is the developer API for international customers, open to individuals as well as companies. The cost is integration work: region-scoped API keys, endpoint creation, token packages sized in advance, and the Johor constraint above. If you are shipping a product, this is the correct choice and the region detail is worth the trouble.

Volcano Engine is the mainland China platform. Same model family, different console, and billing that assumes a Chinese business relationship. For most people reading this from the US, it is the wrong door entirely.

Dreamina is ByteDance's own consumer app, part of the CapCut family, and the closest thing to an official "just make me a video" product. It also carries history worth knowing: a credit repricing that users described as sharply devaluing balances they had already paid for, and a wave of permanent bans that caught paying subscribers whose traffic matched flagged VPN exit nodes[4]. Internalize that second one before you reach for a VPN to solve a problem you may not have.

Where third-party studios fit

Full disclosure first, because it determines how you should read this: seedance2.so is an independent third-party platform. We are not affiliated with, endorsed by, or operated by ByteDance. The model is theirs. The studio is ours.

The entire reason platforms like ours exist is the layer described above. Region selection, API keys, endpoint provisioning, token packages: that is our infrastructure problem, handled server-side, and none of it surfaces in your workflow. We deploy our own environment and serve it globally. There is no country filtering on access, no regional edition of the site, and no separate US build. A creator in Ohio, a studio in London, and a team in Jakarta open the same page and get the same tools.

A few specifics, since vague claims are how this category earned its reputation. Signing in takes a Google account and nothing else. Email-and-password registration was switched off in July 2026 after disposable-mail domains were used at scale to farm signup credits, so Google is the single route in. No phone verification, no SMS step, no mainland ID at any point. New accounts get 3 credits valid for 7 days, and a daily check-in adds between 1 and 7 more, enough to judge real output before paying anything[5]. Videos you generate belong to you with full commercial rights. Nothing installs, so an iPhone, an Android phone, and a laptop all load the same studio.

Start from a written prompt at seedance2.so/text-to-video, or upload a photo first at seedance2.so/image-to-video.

FAQ

Is Seedance 2.0 available in the USA?

Yes. Seedance 2.0 is available to users in the United States, with no waitlist and no country block. ByteDance Seed released it globally on February 12, 2026[1]. What does not exist is a US region on the official developer API, which provisions only Johor and Dublin[2]. Browser studios are unaffected by that, since the upstream call happens server-side.

Can you use Seedance 2.0 in America?

Yes. You can generate with Seedance 2.0 from anywhere in America. Through a browser studio it takes an account and nothing more. Through the official BytePlus API it takes integration work plus a region choice, and for video that region is Johor.

How do I access Seedance 2.0 in the US?

Two practical paths. Open a third-party studio in the browser, sign in, and generate. Or sign up for BytePlus ModelArk, create an inference endpoint in the AP region, buy a token package, and call the API from your own code[2]. The first takes about a minute. The second takes an afternoon and gives you programmatic control.

Has Seedance 2.0 been released in the US?

There was no separate US release. ByteDance published Seedance 2.0 as a single global model release in February 2026[1], so no country-by-country schedule ever existed. The question usually comes from confusing the model's availability with how awkward ByteDance's own billing and consumer channels are to reach from the US.

How do I use Seedance 2.0 outside of China?

Use BytePlus rather than Volcano Engine. BytePlus is the international platform and does not assume a Chinese billing relationship, though its video inference runs from Johor[2]. To skip the API entirely, a third-party browser studio makes the upstream call for you and works the same from any country.

Is Seedance 2.0 available worldwide?

The model is not geo-restricted. On our side there is no country filtering at all: seedance2.so is deployed to serve globally, and the interface ships in 35 languages. The official API is the narrower piece, reachable worldwide but provisioned in only two regions[2]. One practical note about signing in here: authentication runs through Google, so a working Google account is the prerequisite rather than any location rule.

Do I need a VPN to use Seedance 2.0?

No, and it can backfire. Neither the official API nor this platform filters by country, so a VPN buys you nothing from a US or European connection. Dreamina users have reported permanent bans after their traffic matched flagged VPN exit nodes[4], which turns a VPN into a risk rather than a workaround.

Do I need a Chinese phone number or a Chinese account?

No. Signing in at seedance2.so takes a Google account, with no phone verification and no mainland ID at any step. BytePlus signup is an ordinary international cloud account. The Chinese-account requirement belongs to Volcano Engine, the mainland platform, which most US users have no reason to touch.

Which door to walk through

If you write code and want Seedance 2.0 inside a product, go to BytePlus, create your endpoint in the AP region, and plan around video inference living in Johor. If you want a clip this afternoon, a browser studio is the shorter path, the region question never reaches you, and free signup credits let you see real output before deciding anything. Either way the anxiety rests on a false premise: Seedance 2.0 is available in the USA, and has been since launch day.

References

  1. ByteDance Seed. Seedance 2.0 Official Launch. Retrieved July 2026 from seed.bytedance.com/en/blog/seedance-2-0-official-launch
  2. BytePlus. ModelArk documentation, Region availability. Retrieved July 2026 from docs.byteplus.com/en/docs/ModelArk/2191806
  3. BytePlus. ModelArk documentation, Model list. Retrieved July 2026 from docs.byteplus.com/en/docs/ModelArk/1330310
  4. seedance2.so. Dreamina Seedance 2.0: what it offers, the pricing controversy, and what to know. seedance2.so/blog/dreamina-seedance-2
  5. seedance2.so. Pricing and credits. seedance2.so/pricing
All Posts

Author

avatar for Seedance Team
Seedance Team

Categories

  • Tutorial
TL;DRThe model was never blocked in the USWhere the official API actually runsThe three official routes and what each asks of youWhere third-party studios fitFAQIs Seedance 2.0 available in the USA?Can you use Seedance 2.0 in America?How do I access Seedance 2.0 in the US?Has Seedance 2.0 been released in the US?How do I use Seedance 2.0 outside of China?Is Seedance 2.0 available worldwide?Do I need a VPN to use Seedance 2.0?Do I need a Chinese phone number or a Chinese account?Which door to walk throughReferences

More Posts

Gemini Omni vs Seedance 2.0: Which Wins in May 2026
News

Gemini Omni vs Seedance 2.0: Which Wins in May 2026

Gemini Omni vs Seedance 2.0 in May 2026: API status, clip length, world knowledge, prompt adherence. Where each model wins, with builder side-by-side tests.

avatar for Seedance Team
Seedance Team
2026/05/20
Seedance 2.0 Mini vs Fast vs Standard: Which to Pick
Product

Seedance 2.0 Mini vs Fast vs Standard: Which to Pick

Seedance 2.0 Mini, Fast, and Standard compared: what each tier is for, where resolutions differ, and a decision rule that stops you overpaying per clip.

avatar for Seedance Team
Seedance Team
2026/07/24
How to Animate a Photo With AI: A Practical Guide
Tutorial

How to Animate a Photo With AI: A Practical Guide

Learn how to animate a photo with AI: how to pick a source image, control motion strength, and three tested recipes for old photos, portraits, and landscapes.

avatar for Seedance Team
Seedance Team
2026/07/24
LogoSeedance 2.0

Seedance 2.0 is the free AI video generator for text-to-video, image-to-video, video editing, and more. 1080p output with native audio.

Email
Built withLogo of seedance2seedance2
AI Video Models
  • Seedance 2.1
  • Seedance 2.0 Mini
  • Vidu Q3 Video Generator
  • Seedance 2 Fast
  • Seedance 2.0 API
  • Seedance 1.5 Pro
  • Veo 3
  • Kling V3
  • Grok Video
  • PixVerse AI
  • Happy Horse AI
  • Seedance 2.5
  • Seedance 3.0
Video Generators
  • TikTok Video Generator
  • UGC Video Generator
  • Ecommerce Video Generator
  • Short Video Generator
  • Cinematic Video Generator
AI Image
  • Seedream 5.0
  • Seedream 5.0 Pro
  • Seedream 4.5
  • Seedream 4.0
  • Nano Banana Pro
  • GPT Image 2
  • Grok Imagine
  • Nano Banana 2
  • Nano Banana 2 Lite
AI Tools
  • Text to Video
  • Image to Video
  • Reference to Video
  • Video Extension
  • Video Editing
  • Beat Sync Video
  • Ecommerce Video
  • Text to Image
  • Image to Image
  • AI Video Prompt Generator
  • Seedance 2 Prompt Generator
  • Nano Banana Prompt Generator
  • AI Image Analyzer
  • AI Video Analyzer
  • Seedance 2.0 Prompts
  • Nano Banana Pro Prompts
  • Gemini Watermark Remover
  • Meta AI Watermark Remover
  • TikTok Watermark Remover
  • Video Watermark Remover
  • Animate Photo AI
  • Talking Photo AI
Resources & Legal
  • Pricing
  • Blog
  • About
  • Contact
  • llms.txt
  • llms-full.txt
  • Privacy Policy
  • Terms of Service
  • Refund Policy
© 2026 Seedance 2.0 All Rights Reserved.
ai tools code.marketFeatured on findly.toolsFeatured on ShowMeBestAIMossAI ToolsDang.aiFeatured on Twelve ToolsIAListé sur IA-Insights