Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions providers/wafer/deepseek-v4-pro.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
costs:
- cache_read_input_token_cost: 1e-7
input_cost_per_token: 1.2e-6
output_cost_per_token: 2.4e-6

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

DeepSeek Pro costs wrong tier

Medium Severity

The costs block lists input_cost_per_token 1.2e-6 and output_cost_per_token 2.4e-6, which match Wafer’s GLM-5.2 input rate with a 2× output ratio, not DeepSeek V4 Pro serverless pricing on the same provider (V4 Flash is published around $0.14/$0.28 per M tokens; Pro is typically ~3× that tier, not ~8.5×).

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a3a1b9d. Configure here.

region: "*"
features:
- function_calling
limits:
context_window: 1000000
mode: chat
model: deepseek-v4-pro
params:
- key: reasoning_effort
supportedValues:
- none
- low
- medium
- high
- max
provisioning: serverless
sources:
- https://docs.wafer.ai/serverless/api-reference
status: active
supportedModes:
- chat
thinking: true
Loading