feat(blueclaw): add Blue Claw provider#2777
Closed
eliteprox wants to merge 1 commit into
Closed
Conversation
Collaborator
|
AUTOMATED REVIEW: Blocking merge: add the provider logo; factor both Qwen models through their existing canonical |
Contributor
|
Closing this pull request as stale because it has not been updated in 7 days after feedback from @rekram1-node. Feel free to reopen it or submit a new pull request if the work is resumed. |
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.
Adds BlueClaw, an OpenAI-compatible provider built on the Livepeer network (
https://openai.blueclaw.network/v1) serving open Qwen models. Auth is a bearer token fromBLUECLAW_API_KEY.Two models, both verified live against the endpoint today:
Qwen/Qwen3.6-35B-A3B-FP8— context 131072 (read from the vLLMmax_model_lenerror)Qwen3.6-27B— context 196608For each I confirmed chat completions, streaming, and tool calls (
finish_reason: tool_callswith a real function call). Reasoning comes back in a separatereasoningfield; I leftinterleavedoff since the field name is not one of the two the schema allows. Nocostblock — it is a free fair-use beta with no published pricing, so I would rather omit it than guess.release_dateuses the underlying Qwen3.6 dates; limits/modalities reflect what the FP8 text endpoint actually serves (text only, narrower context than the native model).