Use onomeo in Roo Code
Roo Code runs AI agents inside VS Code with the model you choose. Set it to OpenAI Compatible, point it at this site, and it works with the models here.
AI agents that plan and write code in VS Code.
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 Roo Code in VS Code and click its settings icon.
- Set API Provider to OpenAI Compatible.
- Put https://onomeo.com/v1 in Base URL.
- Put your key in API Key.
- Put a model name in Model — copy one from the models page.
If it will not connect
- Base URL must be this site, not https://api.openai.com/v1.
- Roo Code works only through tool calls, so the model you choose must support them. If replies arrive but nothing happens in your files, try another model.
- Under Model Configuration you can set the context window and maximum output to match the model.
- Coding sends files along with each request and uses credits quickly. Start with an inexpensive model.