Skip to content

Compare LLM Model vs LLM Service

The risk profile of AI models and the providers running them are different. Learn how to correctly evaluate them

I keep seeing "DeepSeek is dangerous / steals your data / spies on you" takes that never say which DeepSeek they mean.

There is a large gap between:

  • DeepSeek R1, the open-source model they released, and
  • the services Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd. run on top of it - website, apps, API.

Rough analogy:

  • The model is the blueprint. You can inspect it, test it, fork it. Paper does not siphon your prompts by itself.
  • The service is the car built from that blueprint. Same model, different operator: logging, retention, filters, device permissions, and whether the whole thing vanishes tomorrow.

Same weights. Very different risk.

RiskDeepSeek R1 (model)R1 self-hostedR1 via a provider you trustR1 via a provider you do not trust
ControlN/A - open source, inspectableFull control over deploy and useCheck the T&Cs; you still depend on themThey can shut it off or change it under you
PrivacyModel alone cannot exfiltrateStays with your stack if you keep it offlineAccount data and prompts are only as private as their handlingEverything you type or upload is in play
SecuritySome risk of hostile reasoning in outputsStrong if you do not let it call outYou inherit their controlsWorse if the app has broad device permissions
Bias / censorshipPossible in the weightsSame as the modelSame, plus provider filtersProvider can filter harder
MonitoringYou can look at the weightsWhatever you buildProvider can log, rate-limit, and profile useSame, with less reason to trust them
CostFree weightsCompute you pay forSubscription or usage pricingSame shape, worse trust
ReliabilityN/AYour infrastructureTheir uptime and maintenanceTheir uptime - and their incentives

When someone warns you about DeepSeek - or Claude, or Llama - ask which column they are talking about. The blueprint, or the driver.

Find this on LinkedIn and give it a thumbs up: Compare LLM Model vs LLM Service

Olivier Reuland