docs(providers): document CoreWeave custom endpoint setup - #113356
Open
crwvrosenblum wants to merge 2 commits into
Open
crwvrosenblum wants to merge 2 commits into
crwvrosenblum wants to merge 2 commits into
Conversation
crwvrosenblum
marked this pull request as ready for review
September 16, 2026 19:45
Author
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Add a CoreWeave Serverless Inference recipe to the existing custom-provider cookbook. It uses
providers.coreweave/custom:coreweave, the W&B inference endpoint andWANDB_API_KEY, with optional endpoint-scoped project attribution.The guide distinguishes the models.dev metadata entry from a registered runtime provider. It recommends v2026.9.21 or later for auxiliary headers, credits the shipped #113969 fix, and explains using a separate named provider when changing endpoints. Sending a project header is separate from checking billing/usage attribution.
Related Issue
#43964 and #44250. This documents the supported custom-provider route and adds no vendor plugin. The remaining auxiliary endpoint-override correction is tracked separately in #113397.
Changes Made
Only
website/docs/integrations/providers.mdchanges. The existing cookbook anchor is preserved.Validation
provider: wandbis rejected as expected.read_filedispatch and tool-result roundtrip, synchronous auxiliary streaming, asynchronous auxiliary chat and the expected unavailable-model 404. Every request carried the configured project header to the inference endpoint.Checklist