Skip to content

Cline & Roo (VS Code)

Both Cline and Roo Code expose an “OpenAI Compatible” provider. Point it at a lane’s /v1 base URL and enter a model id manually.

Provider: OpenAI Compatible
Base URL: https://api.opengateway.one/oss/v1
API key: YOUR_KEY
Model ID: claude-turbo-hub-qwen3-coder
  • The base URL is normalized to end with /v1.
  • GET /v1/models populates the model picker/typeahead, but it’s optional — a manually entered Model ID works.
  • Both also ship a native Anthropic provider if you prefer the Messages wire; point it at the lane root (no /v1).
  • Cline passes reasoning_effort / a thinking budget per model.
  • Roo emits reasoning_effort (none|minimal|low|medium|high) or an Anthropic-style reasoning budget, depending on the model.

See Effort levels for how OpenGateway normalizes these.