Skip to content

feat: add NeuronPool OpenAI-compatible provider + Add Model wizard - #13221

Draft
dannymota wants to merge 3 commits into
continuedev:mainfrom
dannymota:neuronpool-provider
Draft

feat: add NeuronPool OpenAI-compatible provider + Add Model wizard#13221
dannymota wants to merge 3 commits into
continuedev:mainfrom
dannymota:neuronpool-provider

Conversation

@dannymota

@dannymota dannymota commented Sep 4, 2026

Copy link
Copy Markdown

Adds NeuronPool as an OpenAI-compatible provider for Continue.

Changes

  • Docs page at docs/customize/model-providers/more/neuronpool.mdx
  • Add Model wizard row in gui/src/pages/AddNewModel/configs/providers.ts (provider: openai, live Worker apiBase, AUTODETECT models)

Until api.neuronpool.dev resolves, recipes use the live Worker:

The wizard file is ~47.9KB. The NeuronPool row was inserted via a fork Action (commit 6a1e496835f5b3e16348c27f02469cc432d37d4f, blob 8870eb275dfb9690f29f27c3df30ea2d248242b6) so the rest of providers.ts was not rewritten.

Verification:

  • GET /v1/models returns catalog ids with a live buyer key
  • Streaming chat completion replies (Continue CLI against a local pool)
  • Tool-call at the NeuronPool API: local POST /v1/responses + tool_choice function → 200 function_call + X-NeuronPool-Pool (2026-09-04). Continue CLI + llama-3.2-1b-instruct still hallucinates file contents instead of calling tools — that is the 1B model, not a missing wizard row.
  • No key committed; env var / password field only

@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

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

@dannymota dannymota changed the title docs: add NeuronPool OpenAI-compatible provider page feat: add NeuronPool OpenAI-compatible provider + Add Model wizard Sep 4, 2026
@dannymota

Copy link
Copy Markdown
Author

Wizard row is now on this PR (gui/src/pages/AddNewModel/configs/providers.ts, commit 6a1e496). Inserted next to openrouter via a fork Action so the ~45.7KB file was not MCP-truncated. Blob SHA 8870eb275dfb9690f29f27c3df30ea2d248242b6; file still ends with the Nous block.

@dannymota

Copy link
Copy Markdown
Author

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

@dannymota

Copy link
Copy Markdown
Author

recheck

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