Use AlphaNeural with Continue (VS Code and JetBrains)
Continue supports OpenAI API compatible providers by letting you set a custom apiBase. AlphaNeural is OpenAI-compatible, so the integration is mostly configuration.
Create a local secret for your AlphaNeural key
ALPHANEURAL_API_KEY=your_key_hereConfigure Continue to use AlphaNeural
name: AlphaNeural
version: 0.0.1
schema: v1
models:
- name: AlphaNeural Chat
provider: openai
model: qwen3
apiBase: https://proxy.alfnrl.io/v1
apiKey: ${{ secrets.ALPHANEURAL_API_KEY }}
roles: [chat, edit, apply]
- name: AlphaNeural Autocomplete
provider: openai
model: qwen3
apiBase: https://proxy.alfnrl.io/v1
apiKey: ${{ secrets.ALPHANEURAL_API_KEY }}
roles: [autocomplete]Reload Continue
Select the model and run a smoke test
Optional. Enable tools and vision explicitly
Last updated
