Sozdai LogoDocs
Начало/Integrations

Cursor IDE Integration

This guide explains how to connect Sozdai to Cursor as a custom OpenAI provider, enabling high-performance LLMs inside your editor at lower costs.

Read first: Cursor free-plan limits

Cursor's free plan only allows a custom key for basic chat. Its strongest Agent / Edit features rely on Cursor's own proprietary models that can't be billed to a third-party key, so they require a paid Cursor Pro plan. If you see “Free plans can only use Auto” when sending a message, that's this restriction — not a Sozdai problem; your setup is fine.

For full, unrestricted AI coding (file edits, running commands) on a free plan, use Cline (VS Code extension) or Claude Code — both fully support bring-your-own-key / custom providers with no paywall. Cline is configured the same way (pick “OpenAI Compatible”, enter the Base URL and key from this page).

#About Cursor

Cursor is a popular AI-first code editor. Because it supports custom OpenAI API configurations, you can easily hook up Sozdai to access premium models like Claude Sonnet 5, DeepSeek V4, and Kimi inside your workspace.

#Configuration Steps

  1. Open Cursor settings by pressing Cmd + , (Mac) or clicking the gear icon in the top-right corner.
  2. Navigate to Models in the sidebar.
  3. Expand the OpenAI API section.
  4. Toggle OpenAI API to **ON**.
  5. Paste your Sozdai key (`sk-corr-...`) into the API Key input box.
  6. Click Configure extra options, locate Override OpenAI Base URL, and enter:https://api.sozdai.ai/v1

#Select & Add Models

To use specific models not listed by default, scroll to the bottom of the Models list and click + Add Model:

  • Enter the model ID (e.g. claude-sonnet-5 or deepseek-v4-pro, must match the Models page).
  • Toggle on the newly added model and toggle off official presets you don't intend to use.
  • You can now select it from the dropdown in Chat or Composer panel to code with the model.