fix: add missing helicone endpoint for Claude 4.6 Opus#5602
fix: add missing helicone endpoint for Claude 4.6 Opus#5602colegottdank merged 1 commit intomainfrom
Conversation
The helicone provider endpoint was removed in PR #5559 before merge because it wasn't set up yet. This adds it back with pricing matching the anthropic endpoint ($5/MTok input, $25/MTok output). Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
|
Claude finished @colegottdank's task —— View job PR Review CompleteScore: 9/10 - Excellent implementation with minor observation Code Review Analysis: The PR correctly adds the missing ✅ Strengths:
🔍 Minor Observation:Cache Multiplier Consistency: The Helicone endpoint includes
This is likely correct as different providers support different caching features. Suggestions Summary:
Recommendation: This is a straightforward fix that properly restores the missing endpoint. The implementation is solid and follows existing patterns correctly. |
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
Summary
claude-4.6-opus:heliconeendpoint that was removed in PR feat: add Claude Opus 4.6 to AI Gateway #5559 before mergeContext
The helicone endpoint was originally included in the branch but was removed with commit message "chore: remove helicone provider endpoint (not set up yet)" before the PR was merged.
Test plan
🤖 Generated with Claude Code