What you’ll need
- The Deepshi base URL:
https://api.deepshi.ai/v1 - Your API key (
sk-bf-...). See Authentication - A model id from the catalog, e.g.
deepshi-2.0ordeepshi-3.0
Cursor
In Cursor → Settings → Models, enable a custom OpenAI-compatible provider:- Set the Base URL to
https://api.deepshi.ai/v1. - Set the API key to your
sk-bf-...key. - Add a model with the id of a Deepshi catalog model (for example
deepshi-3.0).
Other OpenAI-compatible tools
Most assistants and CLIs read the same two settings, often from environment variables:Exact configuration steps vary by tool and version. The constant is always the
same: point the tool’s OpenAI base URL at
https://api.deepshi.ai/v1 and use
your Deepshi key.