feat: add NeuronPool OpenAI-compatible provider + Add Model wizard - #13221
Draft
dannymota wants to merge 3 commits into
Draft
feat: add NeuronPool OpenAI-compatible provider + Add Model wizard#13221dannymota wants to merge 3 commits into
dannymota wants to merge 3 commits into
Conversation
Contributor
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
Wizard row is now on this PR ( |
Author
|
I have read the CLA Document and I hereby sign the CLA |
Author
|
recheck |
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 NeuronPool as an OpenAI-compatible provider for Continue.
Changes
docs/customize/model-providers/more/neuronpool.mdxgui/src/pages/AddNewModel/configs/providers.ts(provider: openai, live WorkerapiBase, AUTODETECT models)Until
api.neuronpool.devresolves, recipes use the live Worker:https://neuronpool.damnknee.workers.dev/v1sk-neuronpool-…from https://neuronpool.damnknee.workers.dev/dashboardgpt-oss-20b(GET /v1/modelsfor the catalog)The wizard file is ~47.9KB. The NeuronPool row was inserted via a fork Action (commit
6a1e496835f5b3e16348c27f02469cc432d37d4f, blob8870eb275dfb9690f29f27c3df30ea2d248242b6) so the rest ofproviders.tswas not rewritten.Verification:
GET /v1/modelsreturns catalog ids with a live buyer keyPOST /v1/responses+tool_choicefunction → 200function_call+X-NeuronPool-Pool(2026-09-04). Continue CLI +llama-3.2-1b-instructstill hallucinates file contents instead of calling tools — that is the 1B model, not a missing wizard row.