Live data from Hacker News

DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

azure.microsoft.com

21–30 of 50 posts

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#21
post #5

This is exciting. Is there a free version of DeepSeek R1 that's completely US based, so we're not sending data to China? I guess you can use this to deploy it, but I'm asking for an application that would be safer to use if you're concerned about Chinese influence.

You can run it yourself: https://workos.com/blog/how-to-run-deepseek-r1-locally

Distilled R1 models != R1

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#22
post #7

This is bizarre to see the entire AI hype cycle speedrun all over on just DeepSeek. I'm trying to square the excitement over DeepSeek with its good -but not dominant- performance in evals.

IMO more anti hype for openAI who might be dominant, but are they $3500 per task (O3 high) dominant, or $200 per month dominant.

Right, but Google already had models that were as good at much lower cost.

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#23
post #12
post #7

This is bizarre to see the entire AI hype cycle speedrun all over on just DeepSeek. I'm trying to square the excitement over DeepSeek with its good -but not dominant- performance in evals.

For me the excitement is that around the o3 announcement I had a feeling like we were heading to an OpenAI / Sam Altman controlled dystopia. This resets that - you can run the model yourself, you can modify it yourself, it's essentially on par with the best public models, and it gives hope that the smaller players have a fighting chance going forward. They also published their innovations bringing back some of the fe…

Google models are already in the lead in many areas in capability and cost, so I never felt like OpenAI was dominant. OpenAI was first to make a splash, but ChatGPT is in a ~5 way tie in terms of what it can do.

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#24
post #21

Earlier quoted context omitted.

You can run it yourself: https://workos.com/blog/how-to-run-deepseek-r1-locally

Distilled R1 models != R1

You can run the full R1 (671B variant) locally as well so long as you have the hardware for it.

`ollama run deepseek-r1:671b`

will do that

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#25
post #7

This is bizarre to see the entire AI hype cycle speedrun all over on just DeepSeek. I'm trying to square the excitement over DeepSeek with its good -but not dominant- performance in evals.

AFAIK o1 is hidden behind an expensive subscription (iirc $20/mo and still rate-limited), it might as well just not exist for most users (since R1 is free, provided service availability).

Also R1 (and its distilled models) expose their CoT & web interface has a websearch option too.

With the 14b distilled models, I found multiple math-related prompts where it gives the right answers almost immediately but then wastes 10 minutes making self-verification mistakes (e.g. "Write Python3 code that computes the modular inverse of a mod 2^32")

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#26
post #21

Earlier quoted context omitted.

Distilled R1 models != R1

You can run the full R1 (671B variant) locally as well so long as you have the hardware for it. `ollama run deepseek-r1:671b` will do that

Yeah I mean, most users won't. Sorry if I got on the defensive, saw a bit too many posts on social media claiming you could run the model on your consumer-grade GPU.

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#27
post #18
post #16

Earlier quoted context omitted.

OpenAI o1 and Deepseek r1 have similar performance (o1 is a bit better at reasoning though you can see r1’s though process which you could argue trumps the competition). OpenAI o1 api cost: $60/million output tokens. Deepseek r1 api cost: $2.19/million output tokens.

So basically I can get a ~lifetime supply of r1 tokens for… $20?

~lifespan = 2.27 billion seconds

r1 api can spit out 63 tokens per second

~143 billion lifetime tokens.

~$313 million for a lifetime supply of tokens.

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#28
post #22

Earlier quoted context omitted.

IMO more anti hype for openAI who might be dominant, but are they $3500 per task (O3 high) dominant, or $200 per month dominant.

Right, but Google already had models that were as good at much lower cost.

Which models at what cost? IMO Deepseek websearch potential to challenge Google search moat also makes Google particularly vunerable, because it dramatically evaporates advantages of 100s of billions of hardware. Not to imply Google does not maintain advantages, but it gap just went from insurmountable to many actors can potentially build AI search to rival Google on shoe string budget. Certainly on sovereign budget.

Re: DeepSeek R1 Is Now Available on Azure AI Foundry and GitHub

#29
post #27
post #18

Earlier quoted context omitted.

So basically I can get a ~lifetime supply of r1 tokens for… $20?

~lifespan = 2.27 billion seconds r1 api can spit out 63 tokens per second ~143 billion lifetime tokens. ~$313 million for a lifetime supply of tokens.

$313 thousand not million which seems reasonable enough.
Post reply on HN