feat: add Doubao Seedance 2.0 Mini model#2812
Conversation
|
Warning Review limit reached
Next review available in: 19 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
WalkthroughAdds ChangesSeedance 2.0 Mini model addition
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@apps/docs/content/features/video-generation.mdx`:
- Line 16: The video-generation docs currently group seedance-2-0-mini with the
720p/1080p 5/10 profile, but its actual capability differs. Update the
capability table in the video generation docs to split Seedance 2.0 Mini into
its own row using the correct model mapping from the bytedance/seedance-2-0-mini
entry, and keep Seedance 2.0, Seedance 2.0 Fast, and Seedance 1.5 Pro in the
existing row with the shared resolution/duration profile.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: CHILL
Plan: Pro
Run ID: 24f8083d-3a0f-46f8-9242-574de911ac97
📒 Files selected for processing (3)
apps/docs/content/features/video-generation.mdxapps/gateway/src/videos/videos.tspackages/models/src/models/bytedance.ts
Adds the Doubao/Dreamina Seedance 2.0 Mini video model (seedance-2-0-mini) under the ByteDance provider, with its resolution/duration validations and pricing. Mini natively supports 480p and 720p; 480p costs half the 720p rate (3 vs 6 credits/sec), so it has explicit 480p_ perSecondPrice keys at $0.0378/s while 720p resolves to the $0.0756 default. Dreamina requests route 480p to the upstream resolution=480p instead of silently upscaling to 720p. Verified end-to-end: an 848x480 request returns a genuine ~480p clip. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
72018e0 to
2571c72
Compare
Adds the new Doubao/Dreamina Seedance 2.0 Mini video model (
seedance-2-0-mini) under the ByteDance provider list, with its associated resolution/duration validations and pricing.Summary by CodeRabbit