IDE / editor extension
Configure a RouteMarket endpoint inside an AI extension for VS Code or similar editors.
Many IDE / editor extensions (AI coding assistant extensions for VS Code, for example) let you configure a custom API provider in their settings, which can point directly at RouteMarket.
A common example of this category is the OpenCode editor extension — listed here only as a community-known example, not as an officially verified or supported list from RouteMarket. Actual compatibility should be confirmed through testing.
Setup steps (VS Code-style extension example)
- Install the extension and find the "API Provider" or "custom endpoint" setting.
- Choose "OpenAI-compatible" or "Custom / Self-hosted" as the provider type.
- Set the base URL to
https://api.routemarket.ai/v1. - Set the API key to your API token.
- Enter or select the model name in the model dropdown.

Common field mapping
| Typical extension field | RouteMarket value |
|---|---|
| API Base URL / Endpoint | https://api.routemarket.ai/v1 |
| API Key | Your API token |
| Model | A model name available under that token's group in the console |
Verify
Open the extension's chat panel in the editor and send a simple prompt (e.g. "explain this function"), confirming you get a response with no 401 / 403 auth errors.
If authentication fails, check that the token is correct and not expired, or see the FAQ.