Unrelated, but it would really be nice to have a chart breaking down Price Per Token Per Second for various model, prompt, and hardware combinations.
There is one: https://pricepertoken.com/
DeepSeek-v3.1
51–60 of 273 posts
Re: DeepSeek-v3.1
#52Earlier quoted context omitted.
[flagged]
Incredible how "keeping their people down" means leaps in personal wealth and happiness for huge swathes of the population and internal criticism is that it is a "poverty reduction machine" that is too focused.
Re: DeepSeek-v3.1
#53Earlier quoted context omitted.
Incredible how "keeping their people down" means leaps in personal wealth and happiness for huge swathes of the population and internal criticism is that it is a "poverty reduction machine" that is too focused.
Tell that to the Uyghurs if you can get into their concentration camp to have a chat.
Re: DeepSeek-v3.1
#54Re: DeepSeek-v3.1
#55Re: DeepSeek-v3.1
#56$0.56 per million tokens in — and $1.68 per million tokens out.
Re: DeepSeek-v3.1
#57It seems behind Qwen3 235B 2507 Reasoning (which I like) and gpt-oss-120B: https://artificialanalysis.ai/models/deepseek-v3-1-reasoning Pricing: https://openrouter.ai/deepseek/deepseek-chat-v3.1
Those Qwen3 2507 models are the local creme-de-la-creme right now. If you've got any sort of GPU and ~32gb of RAM to play with, the A3B one is great for pair-programming tasks.
Re: DeepSeek-v3.1
#58About halfway between V3 and Qwen3 Coder. https://brokk.ai/power-ranking?version=openround-2025-08-20&...
Re: DeepSeek-v3.1
#59I'll have to see how things go with this model after a week, once the hype has died down.
Re: DeepSeek-v3.1
#60For local runs, I made some GGUFs! You need around RAM + VRAM >= 250GB for good perf for dynamic 2bit (2bit MoE, 6-8bit rest) - can also do SSD offloading but it'll be slow. ./llama.cpp/llama-cli -hf unsloth/DeepSeek-V3.1-GGUF:UD-Q2_K_XL -ngl 99 --jinja -ot ".ffn_.*_exps.=CPU" More details on running + optimal params here: https://docs.unsloth.ai/basics/deepseek-v3.1