Cursor

Connect Cursor to Chuizi.AI for access to 221 models via both OpenAI and Anthropic protocols in a single editor.

Prerequisites

Configure OpenAI-Compatible Models

Use this for GPT, DeepSeek, Qwen, and other models available through the OpenAI protocol.

  1. Open Cursor and go to Settings > Models
  2. Enter your Chuizi.AI API key in the OpenAI API Key field:
    ck-your-key-here
  3. Click Override OpenAI Base URL and enter:
    https://api.chuizi.ai/v1
  4. Add models to the model list using the provider/model format:
    • openai/gpt-4.1
    • deepseek/deepseek-chat
    • anthropic/claude-sonnet-4-6

If you primarily use Claude models, the Anthropic native protocol provides the best compatibility.

  1. Open Cursor and go to Settings > Models
  2. Find the Anthropic section
  3. Enter your API key in the Anthropic API Key field:
    ck-your-key-here
  4. Click Override Anthropic Base URL and enter:
    https://api.chuizi.ai/anthropic
  5. Select your preferred Claude model, such as claude-sonnet-4-6 or claude-opus-4-6

Verify the Configuration

  1. Open the Cursor AI chat panel (Cmd+L / Ctrl+L)
  2. Send a test message, such as "Hello"
  3. If you receive a reply, the configuration is working
  4. Check the Chuizi.AI dashboard request logs to confirm

Common Issues

Model Not Found

Make sure you use the provider/model format (e.g., openai/gpt-4.1). Check the models page for available model names.

Slow Responses

Response times vary across models. Lightweight models like deepseek/deepseek-chat and anthropic/claude-haiku-4-5 are typically the fastest. If latency is unusually high, check your network connection and model selection.

Cursor Reports Invalid API Key

Confirm your API key starts with ck- and is enabled in the Chuizi.AI dashboard. Also verify the Base URL is correct with no trailing slash.

Next Steps