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.
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
Install Continue in VS Code.
- 2
Open the Continue sidebar.
- 3
Open settings or config.
- 4
Add an OpenAI provider entry with Imole baseUrl.
- 5
Pick the model in the chat panel.
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/v1Workflow
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.