Cursor setup
Connect Cursor to Korvexor’s OpenAI-compatible endpoint and send your first chat.
Open Cursor settings
Go to Settings → Models and enable OpenAI Compatible or Override OpenAI Base URL.
Set Base URL and API key
Use the gateway URL with /v1; paste the API key you created in the console.
Pick a model and test
Choose an available model and send a test message to confirm connectivity.
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.