feat(claude): add custom baseURL support for Anthropic provider#1905
feat(claude): add custom baseURL support for Anthropic provider#1905MarsKubeX wants to merge 1 commit into
Conversation
Allow users to configure a custom base URL when creating a Claude provider connection, enabling local inference engines (e.g. llama-server) and API proxies. Connections with a custom URL are registered as self-hosted with the endpoint exposed in the model ID. Part of openkaiden#1855 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Marcel Bertagnini <mbertagn@redhat.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (3)
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 |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
jeffmaury
left a comment
There was a problem hiding this comment.
Blocking for now as we need to decide if we should be backward compatible
|
closed in favor of #2094 |
Allow users to configure a custom base URL when creating a Claude provider connection, enabling local inference engines (e.g. llama-server) and API proxies. Connections with a custom URL are registered as self-hosted with the endpoint exposed in the model ID.
Not merge until openkaiden/kdn#543 is merged.
Close #1855