IDEChat / LLM$0.875/M tokens

Use openrouter/deepseek/deepseek-v3.2 in Cursor

Connect the openrouter/deepseek/deepseek-v3.2 API to Cursor through SkillBoss — one API key, no provider lock-in. Starting at $0.875/M tokens.

DeepSeek-V3.2 is the official successor to V3.2-Exp, designed for balanced inference and reasoning capabilities, achieving performance comparable to GPT-5.

Setup in Cursor

  1. Sign up at skillboss.co and create an API key.
  2. Configure Cursor to use the SkillBoss API endpoint: https://api.skillboss.co/v1
  3. Set the model to deepseek/deepseek-v3.2
  4. Run your first request — openrouter/deepseek/deepseek-v3.2 is now available in Cursor.

Model Specs

Model
openrouter/deepseek/deepseek-v3.2
Type
Chat / LLM
Vendor
deepseek
Category
chat-llm
Pricing
$0.875/M tokens
API ID
deepseek/deepseek-v3.2

Quick Start Code

Call openrouter/deepseek/deepseek-v3.2 from Cursor using the SkillBoss unified API:

curl -X POST 'https://api.skillboss.co/v1/chat/completions' \
  -H 'Authorization: Bearer $SKILLBOSS_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "deepseek/deepseek-v3.2",
    "messages": [{"role": "user", "content": "Hello from Cursor"}]
  }'

The same API key works with all 600+ models. Change the model parameter to switch instantly.

Similar Models for Cursor

Use openrouter/deepseek/deepseek-v3.2 in Other Agents

FAQ

How do I use openrouter/deepseek/deepseek-v3.2 in Cursor?

Sign up at skillboss.co, get an API key, and configure Cursor to use the SkillBoss API endpoint (https://api.skillboss.co/v1). Set the model to deepseek/deepseek-v3.2 and you're ready to go.

How much does openrouter/deepseek/deepseek-v3.2 cost?

openrouter/deepseek/deepseek-v3.2 costs $0.875/M tokens via SkillBoss with pay-as-you-go billing. No subscription required.

Can I switch to another model without changing my code?

Yes — SkillBoss provides a unified API compatible with OpenAI format. Change the model parameter to switch between 600+ models instantly without modifying your integration.