Skip to content

Run ByteDance BSeed 2.0 Code With Claude Code

Connect Claude Code to ByteDance BSeed 2.0 Code through Requesty's Anthropic-compatible endpoint using the current model ID.

MGMCSA Guru Team August 8, 2026 1 min read
Claude Code using ByteDance BSeed 2.0 Code through Requesty

ByteDance’s current family is Seed2.0, and its code-focused route appears in Requesty’s live catalog as bseed-2.0-code. The older Doubao Seed Code name and guessed Volcengine model ID previously shown at this URL are no longer used in this guide.

Configure Claude Code through Requesty

Create a Requesty key and make sure bseed-2.0-code is allowed by the key’s access list. Then set these variables in PowerShell:

$env:ANTHROPIC_BASE_URL = "https://router.requesty.ai/v1"
$env:ANTHROPIC_AUTH_TOKEN = "your-requesty-key"
$env:ANTHROPIC_MODEL = "bseed-2.0-code"
claude

In WSL, use export NAME="value". Requesty documents an Anthropic Messages endpoint at /v1/messages and converts requests for non-Anthropic models.

Test before editing

Ask Claude Code to read one source file and explain it without making changes. Then request a small edit and inspect the diff. The model route can change behind a managed gateway, so repeat this test after a model-version or provider update.

Direct Volcano Engine use

ByteDance says the Seed2.0 API family is available through Volcano Engine. Direct endpoint names and deployment IDs depend on the account and region. Copy them from the Volcano Engine console instead of using the old illustrative doubao-seed-code ID.

BSeed 2.0 Code checklist

  • Requesty key created
  • bseed-2.0-code allowed for the key
  • Anthropic-compatible base URL configured
  • Read-only test completed
  • API key kept outside source control

For the current DeepSeek comparison, see ByteDance Seed2.0 vs DeepSeek V4.

Frequently asked questions

What is the current ByteDance coding model?

ByteDance's Seed2.0 family includes a Code model. Requesty's current catalog exposes it as bseed-2.0-code.

Can Claude Code use it without Claude Code Router?

Yes through Requesty. Its Messages endpoint accepts Anthropic-format requests and converts them for non-Anthropic models.

What other Seed2.0 models exist?

ByteDance documents Pro, Lite, and Mini general-purpose agent models as well as the Code model. Model availability depends on the serving platform.

Sources & further reading

Official vendor documentation referenced while writing this guide.

MG

MCSA Guru Team

IT & Systems Administration

We are working IT pros and system administrators who spend our days in Windows Server, Microsoft 365, and the wider Microsoft stack. MCSA Guru is where we write down the fixes and walkthroughs we wish we had found the first time.

MCSA Guru provides independent, educational IT guidance. Microsoft, Windows, Windows Server, Microsoft 365, Exchange, and Microsoft Teams are trademarks of Microsoft Corporation; Docker is a trademark of Docker, Inc. MCSA Guru is not affiliated with or endorsed by Microsoft or Docker. Always test changes in a safe environment before applying them in production.

Related guides

Fixing something right now?

Jump straight into the guide library or search for the exact error or task you are dealing with.