Skip to main content
Zunova

Cursor

Use the gateway from Cursor with an OpenAI-compatible endpoint.

Setup

  1. Open Cursor settings.
  2. Add or edit a custom OpenAI-compatible provider.
  3. Set base URL to https://api.zunova.net/open/v1.
  4. Set API key to your Zunova key, for example sk-zn-xxxx.
  5. Set model to an active model id, for example zunova-m1.

Headers

Cursor-compatible OpenAI providers normally use Bearer authentication.

Authorization: Bearer sk-zn-xxxx

Troubleshooting

  • 401: re-copy the key from Dashboard → Keys and confirm it starts with sk-zn-.
  • 400 invalid_model: use /open/v1/models or Dashboard → Models to find the active public id.
  • 429 quota_exceeded: wait for the per-minute window or upgrade/increase limits.
  • 502/504: retry the request and check Dashboard → Requests for upstream status.

On this page