PulseAugur
EN
LIVE 19:16:17
Tiếng Việt(VI) Hướng Dẫn Thiết Lập Reasoning Proxy DeepSeek V4-Pro với Cursor (2026)

Cursor IDE integrates DeepSeek V4-Pro with proxy to fix tool call errors

A technical guide details how to integrate the DeepSeek V4-Pro model with the Cursor IDE, addressing a common HTTP 400 error. The issue arises because Cursor, adhering to the OpenAI schema, omits the `reasoning_content` field returned by DeepSeek V4-Pro, which the DeepSeek API requires for subsequent tool calls. To resolve this, the guide recommends using an open-source proxy, `deepseek-cursor-proxy`, which intercepts requests, stores the `reasoning_content`, and re-injects it before forwarding to DeepSeek. AI

IMPACT Provides a workaround for integrating a specific LLM with an IDE, improving developer workflow for users of these tools.

RANK_REASON This is a technical guide for integrating two specific software products, not a new release or major industry event.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Cursor IDE integrates DeepSeek V4-Pro with proxy to fix tool call errors

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 Tiếng Việt(VI) · Sebastian Petrus ·

    Setting Up DeepSeek-V4-Pro Reasoning Proxy with Cursor (2026) Guide

    <p>Cắm DeepSeek V4-Pro vào Cursor bằng cấu hình OpenAI-compatible mặc định, bạn có thể gặp lỗi HTTP 400 ngay sau lần gọi công cụ đầu tiên. Nguyên nhân: V4-Pro trả về <code>reasoning_content</code>, Cursor loại bỏ trường này khỏi request tiếp theo, còn API DeepSeek lại yêu cầu chu…