Uh oh!
There was an error while loading. Please reload this page.
feat(ai-byteplus): add 1080p support for Seedance 2.5 - #1149
Conversation
Seedance 2.5 now accepts native 480p/720p/1080p (default 720p). 4k remains exclusive to dreamina-seedance-2-0-260128.
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (11)
Included review availability: Your plan provides up to 8 included reviews per hour; 7 remain after this review. 📝 WalkthroughWalkthroughSeedance 2.5 now supports native 1080p in BytePlus metadata, types, validation, documentation, examples, and tests. A new end-to-end route verifies that ChangesSeedance 2.5 1080p support
Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk:⚪ Minimal · up to This is a localized Seedance 2.5 resolution-support change with focused tests and documentation updates; no actionable merge-blocking risk remains at the current head after normal checks. Sequence Diagram(s)sequenceDiagram
participant Playwright
participant Seedance1080pRoute
participant BytePlusAdapter
participant BytePlusAPI
Playwright->>Seedance1080pRoute: POST 1080p wire-check request
Seedance1080pRoute->>BytePlusAdapter: generateVideo with 16:9_1080p
BytePlusAdapter->>BytePlusAPI: create-task request
BytePlusAPI-->>Seedance1080pRoute: job ID and request result
Seedance1080pRoute-->>Playwright: JSON with model, resolution, status, and job ID
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
View your CI Pipeline Execution ↗ for commit ce4f5e8
☁️ Nx Cloud last updated this comment at |
@tanstack/ai@tanstack/ai-acp@tanstack/ai-angular@tanstack/ai-anthropic@tanstack/ai-bedrock@tanstack/ai-byteplus@tanstack/ai-claude-code@tanstack/ai-client@tanstack/ai-code-mode@tanstack/ai-code-mode-snippets@tanstack/ai-codex@tanstack/ai-cohere@tanstack/ai-devtools-core@tanstack/ai-durable-stream@tanstack/ai-elevenlabs@tanstack/ai-event-client@tanstack/ai-fal@tanstack/ai-gemini@tanstack/ai-grok@tanstack/ai-grok-build@tanstack/ai-groq@tanstack/ai-isolate-cloudflare@tanstack/ai-isolate-daytona@tanstack/ai-isolate-node@tanstack/ai-isolate-quickjs@tanstack/ai-isolate-quickjs-bun@tanstack/ai-mcp@tanstack/ai-memory@tanstack/ai-mistral@tanstack/ai-ollama@tanstack/ai-openai@tanstack/ai-opencode@tanstack/ai-openrouter@tanstack/ai-perplexity@tanstack/ai-persistence@tanstack/ai-preact@tanstack/ai-react@tanstack/ai-react-ui@tanstack/ai-sandbox@tanstack/ai-sandbox-cloudflare@tanstack/ai-sandbox-daytona@tanstack/ai-sandbox-docker@tanstack/ai-sandbox-local-process@tanstack/ai-sandbox-sprites@tanstack/ai-sandbox-vercel@tanstack/ai-solid@tanstack/ai-solid-ui@tanstack/ai-svelte@tanstack/ai-utils@tanstack/ai-vercel-gateway@tanstack/ai-vue@tanstack/ai-vue-ui@tanstack/openai-base@tanstack/preact-ai-devtools@tanstack/react-ai-devtools@tanstack/solid-ai-devtoolscommit: |
Summary
1080pon Seedance 2.5 (dreamina-seedance-2-5-260628). BytePlus previously treated this model as 480p/720p only and rejectedsize: '16:9_1080p'locally.4kon 2.5. Default remains720p.resolution: "1080p".Source of truth: BytePlus ModelArk plus the live fal Seedance 2.5 spec on modelschemas.com (
resolutionenum480p | 720p | 1080p). OpenRouter's catalog still reports 480p/720p only, so that generated table is left alone.Fixes#1146
Test plan
pnpm --filter @tanstack/ai-byteplus test:lib(282 passed)pnpm --filter @tanstack/ai-byteplus test:typespnpm --filter @tanstack/ai-e2e test:e2e -- tests/byteplus-seedance-1080p-wire.spec.tspnpm test:docspnpm test:pron CISummary by CodeRabbit
New Features
Documentation
Tests