RouteMarket Docs
Third-Party Integrations

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)

  1. Install the extension and find the "API Provider" or "custom endpoint" setting.
  2. Choose "OpenAI-compatible" or "Custom / Self-hosted" as the provider type.
  3. Set the base URL to https://api.routemarket.ai/v1.
  4. Set the API key to your API token.
  5. Enter or select the model name in the model dropdown.
Configuring a RouteMarket endpoint in an IDE extension
Placeholder — replace with an actual screenshot of the extension's settings.

Common field mapping

Typical extension fieldRouteMarket value
API Base URL / Endpointhttps://api.routemarket.ai/v1
API KeyYour API token
ModelA 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.