Korvexor
Get started

Cursor setup

Connect Cursor to Korvexor’s OpenAI-compatible endpoint and send your first chat.

  1. Open Cursor settings

    Go to Settings → Models and enable OpenAI Compatible or Override OpenAI Base URL.

  2. Set Base URL and API key

    Use the gateway URL with /v1; paste the API key you created in the console.

  3. Pick a model and test

    Choose an available model and send a test message to confirm connectivity.

Cursor OpenAI Compatible settings diagram

Example config (copy-ready):

# Base URL MUST end with /v1 (OpenAI Compatible). Claude Code must NOT use /v1.
Base URL:  https://api.korvexor.com/v1
API Key:   sk-your-api-key
# Models → OpenAI Compatible / Override OpenAI Base URL

Notes

  • • Base URL must end with /v1 (e.g. https://api.korvexor.com/v1)—Cursor uses the OpenAI-compatible surface.
  • • Claude Code must not use a /v1 base—each client has different URL rules; do not mix them.

Next steps

Set up another client, or try the cURL smoke commands.