VS Code

Connect VS Code through compatible extension settings or Continue with an OpenAI-compatible base URL.

Integration

Use Continue or another configurable editor agent with an OpenAI-compatible provider.

Editor agent

Use an editor extension that accepts a custom OpenAI-compatible provider. Add the Imole base URL, API key, and model id in that extension settings.

Provider values
model = "gpt-5.6-sol"
model_provider = "imole"
model_reasoning_effort = "high"

[model_providers.imole]
name = "Imole"
base_url = "https://api.imole.app/v1"
env_key = "IMOLE_API_KEY"
wire_api = "responses"

Continue

Continue can use the OpenAI provider with a custom base URL. Put the key in an environment variable and reference it from the Continue config.

  1. 1

    Install Continue in VS Code.

  2. 2

    Open the Continue sidebar.

  3. 3

    Open settings or config.

  4. 4

    Add an OpenAI provider entry with Imole baseUrl.

  5. 5

    Pick the model in the chat panel.

config.yaml
models:
  - name: GPT-5.6 Sol Code
    provider: openai
    model: gpt-5.6-sol
    apiKey: ${env:IMOLE_API_KEY}
    baseUrl: https://api.imole.app/v1
  - name: Imole GPT-5.6 Terra
    provider: openai
    model: gpt-5.6-terra
    apiKey: ${env:IMOLE_API_KEY}
    baseUrl: https://api.imole.app/v1

Workflow

Use Continue or a compatible editor agent for text and code. Use Imole direct routes or Agent for images, Sora 2 video, speech, transcription, and ElevenLabs tools.

Next

Related docs