Skip to content

Add Denizen Blu as an LLM provider - #13159

Open
djrok212 wants to merge 2 commits into
continuedev:mainfrom
djrok212:add-denizenblu-provider
Open

Add Denizen Blu as an LLM provider#13159
djrok212 wants to merge 2 commits into
continuedev:mainfrom
djrok212:add-denizenblu-provider

Conversation

@djrok212

@djrok212 djrok212 commented Aug 18, 2026

Copy link
Copy Markdown

Summary

Adds support for Denizen Blu, an OpenAI-compatible model gateway, as a new default provider.

  • core/llm/llms/DenizenBlu.ts — subclasses OpenAI (fixed-endpoint OpenAI-compatible provider, same pattern as Groq/DeepInfra)
  • Registered in core/llm/llms/index.ts
  • Added to PROVIDER_SUPPORTS_IMAGES in core/llm/autodetect.ts
  • Docs page at docs/customize/model-providers/more/denizenblu.mdx with config.yaml examples

Test plan

  • tsc --noEmit passes clean across core/
  • Prettier formatting passes on all changed/new files
  • Manually tested in the VS Code extension debug host with a live Denizen Blu API key — confirmed chat + streaming work end-to-end with both qwen2.5-coder-1.5b-instruct and qwen3-0.6b

Screen recording of it working attached below.

Screen.Recording.2026-08-18.at.12.19.57.PM.mov

Adds support for Denizen Blu's OpenAI-compatible model gateway
(bluroute.denizenblu.com). Follows the same pattern as other
fixed-endpoint OpenAI-compatible providers (Groq, DeepInfra), subclassing
OpenAI directly.
@djrok212
djrok212 requested a review from a team as a code owner August 18, 2026 16:24
@djrok212
djrok212 requested review from sestinj and removed request for a team August 18, 2026 16:24
@github-actions

github-actions Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@djrok212

Copy link
Copy Markdown
Author

I have read the CLA Document and I hereby sign the CLA

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.

1 participant