SeaLink
← Docs

Cursor integration

Use any SeaLink model in Cursor as a custom OpenAI-compatible provider.

One-click Cursor config

Config has the base URL pre-filled. Once you sign in, your real API key is auto-inlined.

Download Cursor config

Steps

  1. 1Open Cursor → Settings (Cmd/Ctrl + ,) → Models.
  2. 2Toggle 'Override OpenAI Base URL' and paste ${apiBaseUrl()}/v1.
  3. 3Paste your SeaLink API key into the OpenAI API Key field.
  4. 4Add the SeaLink model IDs you want (e.g. claude-sonnet-4-6).
  5. 5Click Verify. Pick the model in the chat panel and start coding.

Configuration

Cursor → Settings → Models
{
"openai_api_key": "<your-sealink-key>",
"openai_base_url": "https://api.sealink.asia/v1",
"custom_models": [
"claude-sonnet-4-6",
"claude-haiku-4-5",
"gpt-4o",
"qwen3-max"
]
}