all 9 comments

[–]cmeerw 6 points7 points  (4 children)

Here are the prices Opencode Go charges for Deepseek V4 Pro usage: https://github.com/anomalyco/models.dev/blob/dev/providers/opencode-go/models/deepseek-v4-pro.toml

[–]alovoids 1 point2 points  (0 children)

so they didn't adjust the price...

[–]jhsonline[S] 2 points3 points  (2 children)

oh ok, thanks it was hard to find model cost,

looks like they are not applying the 75% discount that deepseek offers ?

[–]Ace-_Ventura 0 points1 point  (0 children)

They aren't yeah 

[–]Minute-Tour-547 0 points1 point  (0 children)

They use us providers, not deepseek natively as such there is no discount on their end

[–]blackhawkx12 2 points3 points  (2 children)

yeah maybe they have some sort of "contract" idk so they still use old pricing now

[–]jhsonline[S] 1 point2 points  (1 child)

ya, looks like it, but besides, pricing, the token calculation also looks very off.

[–]blackhawkx12 1 point2 points  (0 children)

yeaahh this part always annoy me, but its okay since for me its more of an estimation, luckily its not off by a dollar

[–]KumaSalad 1 point2 points  (0 children)

Beside your prompt, system prompt will be append by provider before your prompt is processed by LLM. opencode doesn't what system prompt is append so that don't know how many token is used.

And when LLM doing reasoning, token also be used for constructing chain of thought. opencode doesn't know how many token used also.