Experiment with DeepSeek V4 Pro 0813 for Auto and Standard - #1084
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
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 (8)
🚧 Files skipped from review as they are similar to previous changes (8)
📝 WalkthroughWalkthroughAdds the DeepSeek V4 Pro 0813 model registry, experiment-based model selection, fallback and retry routing, pricing aliases, analytics context, exposure capture, and test coverage across chat and Agent Long flows. ChangesDeepSeek V4 Pro 0813 rollout
Estimated code review effort: 4 (Complex) | ~45 minutes Merge Risk: ⚪ Minimal · up to The PR adds an inactive, controlled model experiment with fallback behavior and documented validation; no actionable merge-blocking risk remains beyond normal checks and review. Sequence Diagram(s)sequenceDiagram
participant ChatHandler
participant DeepSeekExperiment
participant PostHogClient
participant ChatStreamHelpers
ChatHandler->>DeepSeekExperiment: evaluate selected DeepSeek Pro model
DeepSeekExperiment->>PostHogClient: return control or test variant
DeepSeekExperiment-->>ChatHandler: return assigned model and context
ChatHandler->>DeepSeekExperiment: capture experiment exposure
ChatHandler->>ChatStreamHelpers: resolve fallback route
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 Generate unit tests (beta)
Comment |
844c19e to
1e64fbb
Compare
Summary
deepseek/deepseek-v4-pro-0813in direct requests and the durable Trigger Agent workerLaunch gate
Verified 2026-08-14 immediately before proceeding:
deepseek/deepseek-v4-pro-0813is healthy on DeepSeek, GMICloud, SiliconFlow, Novita, and FireworksExperiment
control=deepseek/deepseek-v4-pro;test=deepseek/deepseek-v4-pro-0813Validation
corepack pnpm typecheckcorepack pnpm test— 358 suites / 3,664 tests passedgit diff --checkManual verification after deployment
test, and send one text request in Auto and one in explicit Standard.hac68_deepseek_v4_pro_0813_experiment_exposedfires immediately before the provider request withexperiment_key,experiment_variant,configured_model, Auto/Standard selection, mode, and no user content.deepseek/deepseek-v4-pro-0813, then remove the temporary allowlist before the planned broad 50/50 launch.Summary by CodeRabbit