PulseAugur
EN
LIVE 05:39:03

DeepSeek V4-Pro API Ignores Token Limits, Inflates Costs

An independent developer testing DeepSeek's V4-Pro model discovered that the API ignored specified token limits, leading to excessive token consumption and increased costs. The model's default reasoning mode generated thousands of tokens for internal thought processes, resulting in empty visible answers and inflated bills. While parameters like `max_completion_tokens` and even custom ones were accepted by the API without error, they did not appear to enforce any actual limits. The developer found that explicitly disabling reasoning was necessary to achieve predictable costs and performance for their application, Kai. AI

IMPACT Highlights potential issues with API parameter enforcement and cost management for developers integrating LLMs.

RANK_REASON Developer testing of an existing model's API parameters and behavior.

Read on dev.to — LLM tag →

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

DeepSeek V4-Pro API Ignores Token Limits, Inflates Costs

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · haoxiang li ·

    I Gave DeepSeek a Token Limit. It Ignored Me.

    <h3> A hands-on test of V4-Pro's default reasoning mode </h3> <blockquote> <p>⚠️ <strong>This article was generated with AI assistance</strong> (Claude). Every number comes from real calls the author made to DeepSeek's official API on the day of testing, and sample sizes are incl…