🖱️ Cursor Setup Guide
Cursor is a leading AI‑native code editor. By integrating Old Dog AI, you can use top code models such as claude-sonnet-4-6 and gpt-5.3-codex in Cursor with pay‑as‑you‑go billing, significantly reducing costs.
💡 Prerequisite: Due to Cursor’s policy, full functionality with a custom API key may require a Cursor Pro (or higher) account. Make sure you have generated an API key in the Old Dog AI Console.
⚙️ Step 1: Open the Models settings
- Open Cursor.
- Click Settings (gear icon) in the top-right.
- In the left menu, click Models.
🔑 Step 2: Set Base URL and API key
On the Models page, you will “override” the default OpenAI endpoint with Old Dog AI:
Scroll down to the API Keys section.
Turn on both OpenAI API Key and Override OpenAI Base URL (green).
API key: paste your
sk-...key into theOpenAI API Keyfield.Override URL: enter our Base URL:
https://api.olddog.shop/v1(⚠️ Extremely important:
/v1must be included, otherwise Cursor will error repeatedly.)
🧩 Step 3: Add custom models (important)
Cursor’s default model list may not include the newest models (for example, claude-sonnet-4-6). Add them manually:
- Scroll back to the top model list area.
- Click + Add Custom Model.
- Enter the model name exactly as listed in Models & Pricing. Example:
claude-sonnet-4-6. - Click Add to confirm.
- After it appears in the list, make sure the toggle is enabled (green).
(Tip: repeat to add gpt-5.3-codex, o3-pro, etc.)
🚀 Step 4: Invoke AI while coding
- Return to the editor.
- Press
Cmd + L(Mac) orCtrl + L(Windows) to open the right‑side Chat panel. - Click the currently selected model name under the input box.
- Select the custom model you added (for example,
claude-sonnet-4-6). - Start prompting.
💡 Troubleshooting
- API Error / 404: most commonly
/v1is missing in Override OpenAI Base URL. - Model not found: the custom model name is misspelled (extra spaces, wrong symbols/casing). Make sure it matches the console exactly.
