Use onomeo in Continue
Continue takes its models from one configuration file. Add onomeo as an OpenAI provider and it is available in the editor.
AI assistance inside your editor.
The three values it asks for
OpenAI-compatible
Use these details in any OpenAI-compatible tool.
Base URL
/v1
API key
Model
No key yet? Create one on the dashboard, then come back — the fields below fill in by themselves. Go to the dashboard
Step by step
- Open ~/.continue/config.yaml in your editor.
- Add the entry below under models:, with your own key and a model name from the models page.
- Save the file. The model appears in Continue’s model menu.
models:
- name: onomeo
provider: openai
model: MODEL_NAME
apiBase: https://onomeo.com/v1
apiKey: YOUR_API_KEYIf it will not connect
- provider stays openai — that is what tells Continue to speak the OpenAI format; apiBase is what sends it here.
- Indentation matters in this file. Two spaces, as above.