Cursor
Cursor is one of the best experiences with Openference because of its excellent model picker and “Override OpenAI Base URL” support.Step-by-step setup
- Open Cursor.
- Go to Settings (⌘, on macOS) → Models.
- Turn on Override OpenAI Base URL.
-
Enter:
-
Paste your
sk-token-...key into the API Key field. - (Recommended) Click Verify. It should succeed and populate models.
Using models
- In the model picker (bottom right or ⌘K), select any model ID shown in Openference’s catalog.
- Exact IDs matter — copy them from the Models page or from the response of
GET /v1/models.
Recommended models
Start with whatever is currently marked as fast/good value on the Openference Models page. You can switch models instantly without changing any code.Tool use / Composer / Agent
All of Cursor’s features (Composer, Apply, Agent, inline chat) go through the same chat completions endpoint and work with tool-calling capable models.Common issues
Verify button fails
- Make sure the URL includes the trailing
/v1. - Check that the key is still valid and not model-restricted away from what Cursor expects.
- Try a simple curl to
/v1/modelswith the same key.

