Integrations

Use Imole anywhere an OpenAI-compatible provider can be configured.

Integrations

Set the Imole base URL, API key, and model id in the tool you already use.

OpenAI-compatible pattern

Choose a custom OpenAI-compatible provider, set the Imole base URL, add the API key, then select a model id from the catalog.

Base URL
Bearer API key
Model id
Route/capability

IDE guides

Use the dedicated guide for each IDE or local agent. The exact field names change by tool, but the values remain the same: Imole base URL, bearer key, and model id.

Code agents on macOS, Linux, Windows, and WSL
Cursor BYOK or custom base URL
Zed Agent provider settings
VS Code with Continue or compatible extensions

Agent guides

OpenClaw, Hermes, and Nanobot can call Imole when configured as a custom provider or endpoint. Use model calls for text and code, then call direct media routes when the external agent does not expose images, video, or speech.

Reference

Integration guides

Agent

Codex

Configure Codex with Imole as an OpenAI-compatible provider.

  1. Create an API key in Imole.
  2. Set IMOLE_API_KEY in your shell.
  3. Add Imole to Codex config.
  4. Use gpt-5.3-codex for coding or another Imole model when needed.
model = "gpt-5.3-codex"
model_provider = "imole"

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

Cursor

Use Imole where Cursor exposes BYOK or custom OpenAI endpoint settings.

  1. Open Cursor model settings.
  2. Enable OpenAI API key usage.
  3. Set custom base URL to https://api.imole.app/v1 if available.
  4. Add Imole model ids.
Open guide
IDE

Zed

Add Imole as an OpenAI-compatible provider for Zed Agent.

  1. Run agent: open settings.
  2. Add an OpenAI-compatible provider.
  3. Paste the Imole base URL and key.
  4. Choose an Imole model.
Open guide
IDE

VS Code

Connect through an editor extension or Continue configuration.

  1. Add an OpenAI-compatible provider in your editor.
  2. Or add an OpenAI provider in Continue.
  3. Set baseUrl to Imole.
  4. Pick gpt-5.3-codex for code.
Open guide
Agent provider

OpenClaw

Connect through OpenAI-compatible provider settings.

  1. Select the OpenAI provider type.
  2. Use the Imole base URL and API key.
  3. Set the model id.
  4. Route media work through the matching Imole media endpoints.
Open guide
Agent runtime

Hermes

Use Imole for model calls while Hermes handles orchestration and tools.

  1. Create an Imole key.
  2. Add it as the OpenAI-compatible provider secret.
  3. Use GPT or code model ids for text reasoning.
  4. Use media endpoints for image, video, and speech workflows.
Open guide
OpenAI-compatible

Nanobot

Use one Imole key for small agents, automations, and model tests.

  1. Set the OpenAI-compatible base URL.
  2. Set Authorization with your Imole key.
  3. Choose model ids from the catalog.
  4. Start with gpt-5.4-mini for routine tests.
Open guide
Next

Related docs