Sovereign vs Hosted LLMs: When to Self-Host in Japan
A decision framework for routing LLM workloads between a hosted API and a self-hosted open-weight model
The choice between a hosted LLM API and a self-hosted open-weight model is rarely all-or-nothing. Most enterprises end up running both and routing each workload to the right one. The useful question is which model for which job, and the answer turns on data sensitivity, cost at scale, latency, and how much control the workload needs. Consider this a practical framework for making that call, set in the Japanese regulatory and budget context that pushes the balance.
Hosted API vs sovereign LLM
SC-SP-02 · REV A · 2026.07
Hosted API
Prompt
api.request
Vendor cloud
offshore
Shared model
llm.hosted
Data leaves region
cross-border
Sovereign · self-hosted
Prompt
api.request
In-region GPU
gpu · self-hosted
Own model
llm.sovereign · weights
Data stays in-country
in-region
Still ink = the hosted path, with data crossing the border on every call. Blue flow = inference running beside the data, inside the region.
It is a routing decision, not a religion
Teams often treat hosted-versus-self-hosted as an identity choice, but at any real scale it is a routing decision made workload by workload. A public-facing marketing assistant and a system that reasons over patient records have different requirements on every axis that matters, so sending both to the same place is a compromise for one of them. The mature pattern is a router that sends each request to the model that fits it, hosted or self-hosted, and treats the two as tiers of one system.
The axes that decide it
Five axes usually settle the choice. Data sensitivity: whether the prompt can legally and safely leave the customer's environment. Cost profile: how spend behaves as volume grows. Latency and availability: whether you can tolerate a network hop and a third party's uptime. Control: whether you need the model to be un-revocable and unchanging. And capability: whether a frontier hosted model is meaningfully better for the task than the best open-weight model you can run. Most workloads are decided by the first two; the rest break ties.
Cost: where the crossover is
The cost profiles are shaped differently. A hosted API is pure usage-based operating cost: nearly free to start, and it scales linearly with every token you send, forever. Self-hosting is closer to a fixed cost: you provision GPUs whether they are busy or idle, so it is expensive at low volume and cheap per token at high sustained volume. The crossover is real and worth calculating. A bursty, low-volume, experimental workload is usually cheaper hosted. A steady, high-volume production workload is often dramatically cheaper self-hosted, especially once GPU utilisation is optimised.
Route by data sensitivity first
For most Japanese enterprises, data sensitivity is the axis that decides first, because it is a legal constraint rather than an optimisation. Classify workloads by the data they touch. Non-sensitive, public, or already-published content can route to a hosted frontier model for its capability. Regulated, personal, or confidential data routes to a self-hosted open-weight model, where it never leaves the environment. A classifier and a router at the front of the system apply this automatically, so a developer does not decide residency per feature and the policy is enforced consistently.
A practical framework for Japan
Put together, the framework for a Japanese enterprise is straightforward. Start every workload with a data-sensitivity classification, because that sets the hard floor. Route regulated data to a sovereign, self-hosted model on-premise or in an in-country cloud. Route non-sensitive, spiky, or experimental work to a hosted model for speed and capability. Recalculate the cost crossover as production volume grows, because a workload that started hosted can become cheaper self-hosted once it is steady. The result is a hybrid by design, which is what almost every serious Japanese AI deployment converges on.
// Key Takeaways
What to remember
- Hosted vs self-hosted is a per-workload routing decision, not an all-or-nothing choice
- Five axes decide it: data sensitivity, cost profile, latency, control, and capability
- Hosted is cheap to start and scales linearly; self-hosted is fixed-cost and cheaper at steady high volume
- Route by data sensitivity first: regulated data to self-hosted, non-sensitive to hosted, enforced by a classifier and router
- Most serious Japanese AI deployments converge on a hybrid, classified and routed by data sensitivity
// FAQ
Frequently asked questions
Should I self-host an LLM or use a hosted API?
It depends on the workload, and most enterprises do both. Route by data sensitivity first: regulated or personal data to a self-hosted open-weight model, non-sensitive work to a hosted API. Then weigh cost, latency, and control. Steady high-volume production often favours self-hosting; bursty experimentation favours hosted.
When is self-hosting an LLM cheaper than a hosted API?
When volume is high and steady. A hosted API costs per token forever, so linear scaling adds up; self-hosting is a fixed GPU cost that is expensive at low volume and cheap per token at high sustained volume, especially with optimised utilisation. Calculate the crossover for your actual production volume.
What is a sovereign LLM, and why choose one?
A sovereign LLM is an open-weight model you run on infrastructure you control, so your data never leaves and no vendor can revoke, throttle, or change it. Regulated Japanese enterprises choose it to keep personal and confidential data inside the residency boundary and to remove dependency on an external provider.
Can you use hosted and self-hosted LLMs together?
Yes, and it is the common mature pattern. A router at the front of the system classifies each request by data sensitivity and sends it to the model that fits: hosted for non-sensitive capability, self-hosted for regulated data, applying governance consistently across both.
How does Japanese data residency affect the choice?
It often decides it. Under the APPI, sending regulated or personal data to a hosted model's servers abroad can breach residency rules, so that data must route to a self-hosted model in-country. Non-sensitive data has no such constraint and can use a hosted model freely.
Last updated:
Scoping Japan entry in this category?
If your company is weighing Japan entry in the work above, StrategyCore is the operating layer that carries it from first assessment to live deployments, run locally and in Japanese.
