Fix GPT-5.6 Sol promotional pricing - #242
Conversation
Apply OpenAI's promotional Sol rates from August 21, 2026 across Standard, Fast, Flex, and Batch processing. Preserve the original rates for earlier usage through dated pricing overrides, including cache and long-context costs. Add boundary coverage proving historical and promotional requests select the correct rates.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughThe PR updates ChangesGPT-5.6-sol pricing
Estimated code review effort: 3 (Moderate) | ~25 minutes Merge Risk: ⚪ Minimal · up to This PR updates dated GPT-5.6 Sol promotional pricing while preserving historical rates, with no actionable merge-blocking risk remaining beyond normal checks and review. Suggested reviewers: Poem
🚥 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 |
Why
OpenAI reduced GPT-5.6 Sol API pricing from $5/$30 to promotional $4/$20 input/output rates on August 21, 2026. Replacing the existing rates outright would undercount historical usage from before the promotion, when the original prices were correct.
Splitrail needs to apply the lower rates to current usage while retaining the original Standard, Fast, Flex, Batch, cache, and long-context rates for earlier sessions.
What changed
gpt-5.6andgpt-5.6-sol-ultraaliases on the same pricing path.Validation
cargo test --manifest-path /code/splitrail/Cargo.tomlcargo clippy --manifest-path /code/splitrail/Cargo.toml --all-targets --all-features -- -D warningscargo doc --manifest-path /code/splitrail/Cargo.toml --no-depscargo fmt --manifest-path /code/splitrail/Cargo.toml -- --checkgit diff --checkSummary by CodeRabbit
gpt-5.6-solpricing across Standard, Priority, Flex, and Batch tiers.