Continue.dev
Add FluxRouter as an OpenAI provider model in Continue.dev's config.yaml.
Continue.dev (the VS Code and JetBrains assistant) connects to FluxRouter as an OpenAI-compatible model. One model entry in config.yaml is all it takes.
One-click with Flux Desktop
Flux Desktop can write this configuration for you. The manual steps below show what it sets.
Manual config
Add a model to ~/.continue/config.yaml:
models:
- name: Flux Auto
provider: openai
model: flux-auto
apiBase: https://api.fluxrouter.ai/v1
apiKey: sk-YOUR-FLUX-KEY
YAML is the current format. The older config.json is deprecated.
Test it
Open the Continue panel, select "Flux Auto" from the model dropdown, and send a message. A reply confirms the connection. Check your FluxRouter dashboard to see the request.