Skip to content

feat(blueclaw): add Blue Claw provider#2777

Closed
eliteprox wants to merge 1 commit into
anomalyco:devfrom
eliteprox:feat/add-blueclaw-provider
Closed

feat(blueclaw): add Blue Claw provider#2777
eliteprox wants to merge 1 commit into
anomalyco:devfrom
eliteprox:feat/add-blueclaw-provider

Conversation

@eliteprox

@eliteprox eliteprox commented Jun 24, 2026

Copy link
Copy Markdown

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 from BLUECLAW_API_KEY.

Two models, both verified live against the endpoint today:

  • Qwen/Qwen3.6-35B-A3B-FP8 — context 131072 (read from the vLLM max_model_len error)
  • Qwen3.6-27B — context 196608

For each I confirmed chat completions, streaming, and tool calls (finish_reason: tool_calls with a real function call). Reasoning comes back in a separate reasoning field; I left interleaved off since the field name is not one of the two the schema allows. No cost block — it is a free fair-use beta with no published pricing, so I would rather omit it than guess. release_date uses the underlying Qwen3.6 dates; limits/modalities reflect what the FP8 text endpoint actually serves (text only, narrower context than the native model).

@rekram1-node

Copy link
Copy Markdown
Collaborator

AUTOMATED REVIEW: Blocking merge: add the provider logo; factor both Qwen models through their existing canonical base_model; add explicit provider-specific reasoning_options; and do not copy combined context length into limit.output without provider evidence.

@github-actions

github-actions Bot commented Jul 4, 2026

Copy link
Copy Markdown
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants