I'm testing it for system programming brainstorming, code reviews and Python test units writing, and my impression is that it's a Sonnet 3.5 level model for most tasks. I said a few things here: https://www.youtube.com/watch?v=xjCqi9JK440 but in general this is really an open weights frontier model, the first one that we get (IMHO llama 3.1 405B does not fit the definition, and the actual model quality is far from th…
Do you mind sharing your workflow with how you use this model? Is it integrated with an IDE, are you using the command line, maybe a UI with each question then copy/pasting the results?
Notes on the New Deepseek v3
11–20 of 26 posts
Re: Notes on the New Deepseek v3
#12> They probably trained the model on a synthetic dataset generated by GPT-4o.
This seems to be the case. I can speculate further. They trained on copyrighted material that OpenAI did not.
Re: Notes on the New Deepseek v3
#13A lot of talk about how much cheaper it is than all other models. It remains to be seen what the pricing will be when run by non-Deepseek providers. They might be loss leading. The comparison for cheap models should also be Gemini 2.0 Flash Exp. I could see it being even cheaper when it stops being free - if it does at all. There's definitely a scenario where Google just keeps it freeish for a long time with relative…
these models are being commoditized.
Re: Notes on the New Deepseek v3
#14A lot of talk about how much cheaper it is than all other models. It remains to be seen what the pricing will be when run by non-Deepseek providers. They might be loss leading. The comparison for cheap models should also be Gemini 2.0 Flash Exp. I could see it being even cheaper when it stops being free - if it does at all. There's definitely a scenario where Google just keeps it freeish for a long time with relative…
DeepSeek - 0.14$ per million tokens input, 0.28$ million tokens output (66 tokens per/s)
Fireworks - 0.9$ per million tokens input, 0.9$ million tokens output (23 tokens per/s)
DeepInfra - 1$ per million tokens input, 2$ million tokens output (1.27 tokens per/s)
Compared to Llama 3.1 405B (smaller model than this afaik):
Cheapest is 0.8/0.8$ at 24 t/s all the way to 4$/4$ at 8 t/s
So third party cost seems similar, but there aren't many people hosting DeepSeek right now.
Re: Notes on the New Deepseek v3
#15Re: Notes on the New Deepseek v3
#16If you understand how LLMs work, you should disregard tests such as: - How many 'r's are in Strawberry? - Finding the fourth word of the response These tests are at odds with the tokenizer and next-word prediction model. They do not accurately represent an LLM's capabilities. It's akin to asking a blind person to identify colors.
Re: Notes on the New Deepseek v3
#17A lot of talk about how much cheaper it is than all other models. It remains to be seen what the pricing will be when run by non-Deepseek providers. They might be loss leading. The comparison for cheap models should also be Gemini 2.0 Flash Exp. I could see it being even cheaper when it stops being free - if it does at all. There's definitely a scenario where Google just keeps it freeish for a long time with relative…
Per available providers on OpenRouter right now: DeepSeek - 0.14$ per million tokens input, 0.28$ million tokens output (66 tokens per/s) Fireworks - 0.9$ per million tokens input, 0.9$ million tokens output (23 tokens per/s) DeepInfra - 1$ per million tokens input, 2$ million tokens output (1.27 tokens per/s) Compared to Llama 3.1 405B (smaller model than this afaik): Cheapest is 0.8/0.8$ at 24 t/s all the way to 4$…
DeepSeek - 0.27$ per million tokens input, 1.10$ million tokens output (66 tokens per/s)
Still much cheaper than the others though for input pricing.
[1] https://api-docs.deepseek.com/news/news1226#-api-pricing-upd...
Re: Notes on the New Deepseek v3
#18Re: Notes on the New Deepseek v3
#19Earlier quoted context omitted.
Per available providers on OpenRouter right now: DeepSeek - 0.14$ per million tokens input, 0.28$ million tokens output (66 tokens per/s) Fireworks - 0.9$ per million tokens input, 0.9$ million tokens output (23 tokens per/s) DeepInfra - 1$ per million tokens input, 2$ million tokens output (1.27 tokens per/s) Compared to Llama 3.1 405B (smaller model than this afaik): Cheapest is 0.8/0.8$ at 24 t/s all the way to 4$…
Just a minor clarification, DeepSeek's pricing for this model is temporary to match their previous model. They announced [1] that it will be the following after February 8: DeepSeek - 0.27$ per million tokens input, 1.10$ million tokens output (66 tokens per/s) Still much cheaper than the others though for input pricing. [1] https://api-docs.deepseek.com/news/news1226#-api-pricing-upd...
But still certainly cheaper than everyone else at the moment.
Re: Notes on the New Deepseek v3
#20If you understand how LLMs work, you should disregard tests such as: - How many 'r's are in Strawberry? - Finding the fourth word of the response These tests are at odds with the tokenizer and next-word prediction model. They do not accurately represent an LLM's capabilities. It's akin to asking a blind person to identify colors.