Skip to content

feat(deepinfra/deepseek-ai/DeepSeek-V4-Pro-0813): add new models [bot] - #2170

Closed
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-deepinfra-deepseek-ai-DeepSeek-V4-Pro-0813-20260815-000502
Closed

feat(deepinfra/deepseek-ai/DeepSeek-V4-Pro-0813): add new models [bot]#2170
models-bot[bot] wants to merge 1 commit into
mainfrom
bot/add-deepinfra-deepseek-ai-DeepSeek-V4-Pro-0813-20260815-000502

Conversation

@models-bot

@models-bot models-bot Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Auto-generated by model-addition-agent for deepinfra/deepseek-ai/DeepSeek-V4-Pro-0813.


Note

Low Risk
Adds static provider metadata only; no application or inference logic changes.

Overview
Adds a new DeepInfra provider catalog file for deepseek-ai/DeepSeek-V4-Pro-0813, enabling routing and cost accounting for that endpoint.

The entry defines 1M-token context and max output limits, prompt caching (with separate cache-read input pricing), and per-token input/output costs. mode is set to unknown, and the stub omits fields that fuller sibling configs often include (e.g. chat mode, modalities, sources, status).

Reviewed by Cursor Bugbot for commit ca8a09a. Bugbot is set up for automated code reviews on this repo. Configure here.

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using default effort and found 3 potential issues.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ca8a09a. Configure here.

limits:
context_window: 1048576
max_tokens: 1048576
mode: unknown

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wrong primary mode set

High Severity

mode is set to unknown for deepseek-ai/DeepSeek-V4-Pro-0813, a chat LLM. Sibling DeepInfra entries such as DeepSeek-V4-Pro.yaml and DeepSeek-V4-Flash-0731.yaml use mode: chat. Downstream consumers that key off mode will not treat this model as a chat model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ca8a09a. Configure here.

output_cost_per_token: 2.6e-6
region: "*"
features:
- prompt_caching

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing tool and JSON features

Medium Severity

features only lists prompt_caching. The same DeepInfra DeepSeek-V4-Pro family documents and sibling configs also advertise function_calling and json_output. Clients that gate tools or structured output on these flags will disable supported capabilities for this model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ca8a09a. Configure here.

context_window: 1048576
max_tokens: 1048576
mode: unknown
model: deepseek-ai/DeepSeek-V4-Pro-0813

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing thinking capability flag

Medium Severity

The new config never sets thinking: true. DeepSeek-V4-Pro.yaml sets it, and DeepInfra documents reasoning/thinking modes for this family. Consumers that rely on thinking will not recognize this model as a reasoning model.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ca8a09a. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant