Claude

IntuitionLabs is now a member of the Claude Partner Network – AI training and upskilling with Claude for pharma and biotech. Book a call.

IntuitionLabs
Life sciences researchers reviewing analysis on secure workstations

Private Inference for Open-Weight Models

Give your scientists DeepSeek, Kimi, Qwen and the rest of the open-weight field in a private workspace — signed in through your own identity provider, reached with no inbound ports, with no training on your data.

Why life science teams run their own

Open-weight models are now genuinely competitive for research work, and they change the economics of using AI at volume. What stops most regulated organisations is not the models — it is everything around them.

Consumer AI is not an option
Pasting an unpublished protocol, a regulatory response, or patient-adjacent text into a personal consumer account is a governance problem, not a productivity win. Most life science organisations block it — and then find staff using it anyway on personal devices.
Cost at real volume
Frontier APIs are priced for occasional use. Screening literature across a portfolio, summarising thousands of documents, or running a model over an entire corpus is where per-token cost stops being a rounding error and starts deciding what is possible.
One vendor, one opinion
Different models are meaningfully better at different jobs — long-context reading, structured reasoning, code for bioinformatics, multilingual work. A single commercial endpoint gives your scientists one answer to every question and no way to compare.
Nobody to run it
A private workspace means identity integration, network exposure decisions, a database, backups, upgrades, and a support path. That is a platform engineering function most research groups do not have and most IT teams did not budget for this year.

A private workspace your scientists recognise immediately

The interface is a familiar chat workspace — projects, conversation history, file attachments, prompt library — carrying your organisation's name rather than a vendor's. There is nothing to install and nothing to configure: staff open a URL, authenticate the way they already authenticate for everything else, and start working.
  • Adoption in a research organisation is decided by the first five minutes. If a scientist has to install a client, request a licence, generate an API key, or read documentation, the tool loses to the consumer product they already have open in another tab. The point of hosting this properly is that the compliant option is also the easiest one.
  • Because it runs in the browser, the operating system on the endpoint stops mattering. Windows-managed laptops, locked-down virtual desktops, Macs, and tablets all reach the same workspace, which matters in organisations where the standard build is deliberately restrictive.
Private AI workspace welcome screen branded to the organisation, with a chat composer and conversation sidebar

Pick the right open-weight model for the task

Each deployment exposes a short, curated list of models with plain-language guidance on what each is for — a default reasoning model, a long-context multimodal one for figures and scanned pages, a cheap fast one for bulk work. Scientists switch per conversation without touching configuration or keys.
  • Curation is deliberate. The upstream catalogue runs to hundreds of models, and exposing all of them produces inconsistent output quality, avoidable spend, and support tickets about which one to use. A short list with honest descriptions — including the limitations, such as which models cannot read images — is far more useful than an exhaustive dropdown.
  • The list is configuration, not architecture, so it tracks a field that moves monthly. When a materially better open-weight model ships, we evaluate it against your actual workload and swap it in; nothing about your data, your identity integration, or your users changes.
Model picker showing DeepSeek V4 Pro, Kimi K3, Qwen3.7 Plus and GPT-OSS 120B with capability descriptions

Real pharmacology and regulatory work, not demo prompts

These are live sessions from a working deployment. The models handle mechanism-of-action briefings, competitive comparison across trial programmes, and endpoint selection at a level a clinical development team can actually use as a starting draft — with the same caveat as any AI output: a human verifies before it informs a decision.
  • The realistic value is drafting and triage rather than final answers. A briefing that would take a medical writer half a day arrives in a minute at perhaps eighty per cent quality, and the expert time goes into checking and sharpening rather than assembling. That is a genuine productivity change, and it is also why the workspace should sit inside your governance rather than outside it.
  • Nothing here removes the need for verification. Models still get citations wrong and state plausible numbers with unwarranted confidence, which is exactly why the output belongs in a controlled environment where provenance and review are part of the workflow.
Private workspace showing a GLP-1 receptor agonist comparison table covering weight loss efficacy, glycaemic control and cardiovascular outcome data

Visible reasoning on clinical development questions

Reasoning models expose their working, so a scientist can see which precedents and assumptions produced an answer instead of receiving a confident paragraph with no provenance. Here the model works through primary and secondary endpoint selection for a dermatology trial by reference to approved comparators.
  • For regulated work this transparency is worth more than raw fluency. When you can read the chain — which approved products the model treated as precedent, which endpoints it considered standard, where it hedged — you can judge whether to trust the conclusion, and you can spot the specific step where it went wrong rather than discarding the whole answer.
  • It also makes the tool teachable. A junior team member reading how an experienced-sounding chain of reasoning is constructed learns the shape of the argument, which is a different and often more durable benefit than the answer itself.
Reasoning trace analysing a Phase II atopic dermatitis trial design, citing upadacitinib, abrocitinib and baricitinib precedents

Four ways a life science team can use large language models

Each of these is the right answer for some organisation. This is where the trade-offs actually fall, including the two that do not involve us.

ApproachWhere your text goesModel choiceIdentity & accessTypical blocker
Consumer AI accountsA personal multi-tenant accountOne vendorPersonal logins, no oversightUngoverned; usually banned, often used anyway
Commercial frontier APIVendor infrastructure, enterprise termsOne vendorWhatever you build around itPer-token cost at volume; you still build the workspace
Private workspace, hosted inferenceYour database; inference under no-retention termsAny open-weight modelYour identity provider, policy-gatedSecurity review and data classification
Fully self-hosted GPUsNever leaves your networkAny open-weight modelYour identity providerCapital cost and permanent specialist staffing

How the deployment is put together

The design goal is that there is nothing on the public internet to attack, and that identity is decided by your directory rather than by a list we maintain. Everything below is standard in every deployment, not an upgrade tier.

1. Single sign-on through your identity provider

Staff authenticate with Okta, Microsoft Entra ID, Google Workspace, or any standard SAML or OIDC provider, inheriting your existing multi-factor and conditional-access rules. Self-service registration is disabled outright — finding the URL grants nothing. Login method can be pinned per email domain, so employees must come through your corporate directory while a named set of external collaborators uses a separate, narrower route.

2. Secure tunnelling via a web application proxy

No public IP, no inbound firewall rule, no exposed port. A connector inside the environment opens an outbound-only tunnel to an edge network that publishes your private hostname, and every request is authenticated at the edge before it is forwarded. There is no login page on the open internet to brute-force and no service banner to fingerprint — and no VPN client for staff to install, because the browser is the access path.

3. A second, fail-closed identity check

Inside the environment a small proxy independently validates the signed identity token on every request and rejects anything unsigned, expired, or issued for another application. If the edge policy were ever deleted or misconfigured, the application still refuses rather than serving. The application binds the loopback interface only, so it is not reachable on the network even from inside our own infrastructure.

4. Your own data stores

Conversations, users, uploaded files, the search index, and the vector embeddings live in a dedicated database on a dedicated machine — no shared multi-tenant store, no other client's data alongside yours. Placement follows your residency obligations: infrastructure we operate, your own cloud tenancy, or your datacentre.

5. Verified no-retention inference

The inference organisation account is configured with prompt and response storage off and training on submitted data off. We additionally verify that each model you use is served natively rather than relayed to a third-party upstream, because a relayed model would place your text under a different provider's policy. That check is repeated whenever a model is added or changed.

6. Documented build, backups, and change control

The environment is built from a documented, version-controlled configuration rather than assembled by hand, so we can tell you exactly what is running and reproduce it. Updates run under change control, and the whole environment is snapshotted nightly to a separate backup server with a tested restore path.

Workspace settings panel showing appearance, layout, accessibility options and a Data and Privacy section
Users control their own appearance, language and data preferences; administrators control identity, model availability and which capabilities exist at all. Nothing here is a per-user API key.

What we deliberately switch off

A research workspace should be narrower than a consumer product. These defaults are closed; opening any of them is a decision with a documented reason, made with you.

Long-term memory

The system does not accumulate a persistent profile of what each user has asked across conversations. Context stays inside the conversation where the user put it, which keeps the data footprint predictable and reviewable.

Public link sharing

A conversation cannot be published to the open internet by a single click. Sharing works only between authenticated users of your own instance — the most common accidental-disclosure path in consumer AI tools is simply removed.

Arbitrary code execution

The workspace does not run generated code in a sandbox by default. Teams that genuinely need computational execution are better served by a purpose-built scientific environment than by a chat tool quietly gaining an interpreter.

Self-service registration

No account can be created by discovering the URL. Access is granted by identity policy on domain and group membership, so the user list is a consequence of your directory rather than a separate thing to audit.

Personal API keys

Users are never prompted to supply their own model or search credentials. Everything is centrally credentialled, so keys do not end up pasted into personal notes, shared between colleagues, or left active after someone leaves.

Image generation

Picture generation is disabled. It adds cost, moderation exposure, and a category of output with no research value here, while inviting exactly the kind of casual use that makes a governance conversation harder later.

Open-weight models available through hosted inference

A representative selection of the open-weight models we can expose in your workspace, served through Together AI. Context is the maximum window; prices are the provider's published serverless rates per million tokens, verified against their live model API on 12 August 2026. Rates and available models change frequently — treat this as a snapshot for comparison, not a quotation, and confirm current pricing before budgeting.

ModelPublisherContextInput / 1MOutput / 1MLicence
DeepSeek V4 Prodeepseek-ai/DeepSeek-V4-ProDeepSeek512K$1.74$3.48Open weights
DeepSeek V4 Flashdeepseek-ai/DeepSeek-V4-Flash-0731DeepSeek1.05M$0.14$0.28Open weights
DeepSeek V3.1deepseek-ai/DeepSeek-V3.1DeepSeek131K$0.60$1.70MIT
DeepSeek R1deepseek-ai/DeepSeek-R1-0528DeepSeek163K$3.00$7.00MIT
DeepSeek R1 Distill Llama 70Bdeepseek-ai/DeepSeek-R1-Distill-Llama-70BDeepSeek131K$2.00$2.00MIT
Kimi K3moonshotai/Kimi-K3Moonshot AI1.0M$3.00$15.00Open weights
Kimi K2.7 Codemoonshotai/Kimi-K2.7-CodeMoonshot AI262K$0.95$4.00Open weights
Kimi K2.6moonshotai/Kimi-K2.6Moonshot AI262K$1.20$4.50Open weights
Kimi K2.5moonshotai/Kimi-K2.5-fp4Moonshot AI262K$0.50$2.80Open weights
Qwen3.7 MaxQwen/Qwen3.7-MaxAlibaba (Qwen)1.0M$1.25$3.75Open weights
Qwen3.7 PlusQwen/Qwen3.7-PlusAlibaba (Qwen)1.0M$0.32$1.28Open weights
Qwen3.5 397B A17BQwen/Qwen3.5-397B-A17BAlibaba (Qwen)262K$0.60$3.60Apache 2.0
Qwen3 Next 80B ThinkingQwen/Qwen3-Next-80B-A3B-ThinkingAlibaba (Qwen)262K$0.15$1.50Apache 2.0
Qwen3 Coder 480BQwen/Qwen3-Coder-480B-A35B-Instruct-FP8Alibaba (Qwen)262K$2.00$2.00Apache 2.0
Qwen3-VL 32B (vision)Qwen/Qwen3-VL-32B-InstructAlibaba (Qwen)262K$0.50$1.50Apache 2.0
Qwen2.5 72B InstructQwen/Qwen2.5-72B-Instruct-TurboAlibaba (Qwen)131K$1.20$1.20Qwen licence
Llama 4 Scout (17Bx16E)meta-llama/Llama-4-Scout-17B-16E-InstructMeta1.05M$0.18$0.59Llama 4
Llama 3.3 70B Instructmeta-llama/Llama-3.3-70B-Instruct-TurboMeta131K$1.04$1.04Llama 3.3
GPT-OSS 120Bopenai/gpt-oss-120bOpenAI131K$0.15$0.60Open weights
GPT-OSS 20Bopenai/gpt-oss-20bOpenAI131K$0.05$0.20Apache 2.0
GLM 5.2zai-org/GLM-5.2Z.ai512K$1.40$4.40Open weights
GLM 4.7zai-org/GLM-4.7Z.ai202K$0.45$2.00MIT
GLM 4.5 Airzai-org/GLM-4.5-Air-FP8Z.ai131K$0.20$1.10MIT
MiniMax M3MiniMaxAI/MiniMax-M3MiniMax524K$0.30$1.20Open weights
Ministral 3 14B Instructmistralai/Ministral-3-14B-Instruct-2512Mistral AI262K$0.20$0.20Apache 2.0
Gemma 4 31B Instructgoogle/gemma-4-31B-itGoogle262K$0.39$0.97Apache 2.0
Nemotron 3 Ultra 550Bnvidia/nemotron-3-ultra-550b-a55bNVIDIA512K$0.60$3.60NVIDIA open model
Nemotron Nano 9B v2nvidia/NVIDIA-Nemotron-Nano-9B-v2NVIDIA131K$0.06$0.25NVIDIA open model

The full catalogue is considerably larger — several hundred models spanning chat, vision, code, embeddings, reranking, transcription, and image and video generation. Health-domain open models such as Google's MedGemma 27B are also available for dedicated deployment rather than shared serverless capacity. We expose a curated subset per deployment rather than the whole list, for the reasons set out above.

What you bring, and what we operate

Your identity provider and your governance decisions stay yours. The environment, the integration and the day-to-day operation are ours. Inference is metered per token, so cost follows real use rather than seat count.
Book a Meeting

Your identity provider

Okta, Entra ID, Google Workspace or any SAML/OIDC provider, with your existing MFA and access policy.

Your governance calls

Which data classes may be used, which models are exposed, which groups get access, and what is logged.

Our managed environment

Build, identity integration, tunnelling, database, backups, upgrades and a named support contact.

What the engagement covers

A defined scope your procurement and security teams can review without a discovery call for every question.

Environment build

A dedicated, documented, version-controlled deployment sized to your team, with its own database, search index and vector store. Placed in infrastructure we operate, your cloud tenancy, or your datacentre as residency requires.

Scope a pilot

Identity integration

SAML or OIDC integration with your provider, domain and group-scoped access policy, per-domain login-method enforcement, and deprovisioning that follows your directory rather than a support ticket.

AI governance

Secure exposure

Outbound-only tunnelling through a web application proxy, edge authentication, an independent fail-closed token check inside the environment, and an application bound to loopback with no listening public port.

Discuss architecture

Model curation

Selection and configuration of the open-weight models that suit your workload, verification that each is served natively under no-retention terms, and periodic review as better models are published.

Talk models

Document retrieval

Retrieval over your own documents with citations back to the source page, embeddings generated and stored inside the private environment, and guidance on the document preparation that determines answer quality.

AI enablement

Operations and support

Upgrades under change control, nightly backups with a tested restore path, and a named engineer who understands both the infrastructure and the science, so an escalation does not start from first principles.

Talk to us

Where the honest limits are

Private workspace is not the same as private inference silicon

Your conversations, documents, embeddings and user records stay in your own database on a machine dedicated to you. The prompt and the model response still travel to a hosted inference provider, under an organisation account configured for no retention and no training. That is a meaningful and contractually grounded boundary, and it is not the same claim as "nothing ever leaves our network." If your requirement is genuinely the latter, the honest answer is dedicated accelerators — with the capital and staffing that implies — and we will help you cost it properly rather than blur the distinction to win the work.

Model output still needs a human

Open-weight models are strong enough for serious drafting and triage, and they still fabricate citations, misattribute trial results, and state uncertain numbers with unwarranted confidence. Nothing in this deployment changes that. What it changes is where the work happens: inside an environment with your identity controls, your data boundary, and a reviewable trail — instead of a personal account on a device you do not manage. Treat output as a first draft from a fast, well-read, occasionally wrong colleague.

Working with a life sciences specialist

IntuitionLabs works exclusively in pharmaceutical, biotechnology and life sciences. That mainly shows up in what does not need explaining: why a GxP boundary matters, why "just let them use the consumer app" is not available to you, and why a CRO analyst and an employee should not be governed by the same access rule. We have built and now operate this architecture in production for a life science client. Related work: AI enablement, AI readiness assessment, AI policy and governance, and hosted scientific workbenches. For background reading, see our article on private LLM inference in biotech.

Private inference: common questions

It means the application your scientists log into runs on infrastructure we control on your behalf, rather than on a consumer AI service, and that the model provider behind it is configured under a contract with no training rights and no prompt retention. Your conversations, uploaded documents, search index, and embeddings live in a dedicated database on a dedicated machine, not in a multi-tenant SaaS account. The prompt and the model response still travel to a hosted inference provider — that is what makes running a 500-billion-parameter model economically possible — but they travel under commercial terms you can read, to an organisation account we configure with prompt storage and training explicitly switched off. If your requirement is that no text ever leaves your own network at all, that is a different and much more expensive architecture; see the on-premises question below.
Three reasons that matter in a regulated R&D setting. First, cost: an open-weight model of comparable capability typically runs a fraction of the per-token price of a frontier API, which changes what you can afford to do at volume — screening literature, drafting summaries across a whole portfolio, processing thousands of documents. Second, portability: an open-weight model can be moved between hosting providers, or brought fully in-house later, because the weights are published under licences such as MIT and Apache 2.0. You are not architecting around one vendor's roadmap or pricing. Third, choice: different models are genuinely better at different jobs, and this setup lets a scientist switch between them mid-project rather than accepting one vendor's single answer.
The full open-weight catalogue in the table above is available, and we curate a short list per deployment rather than exposing hundreds of options. In practice most teams settle on two to four: a strong general reasoning model as the default, a long-context multimodal model for figures and scanned pages, a cheap fast model for bulk work, and sometimes a code-capable model for bioinformatics scripting. Curation is deliberate — an unfiltered picker of 200-plus models produces support tickets, inconsistent output quality, and unpredictable spend. The list is a configuration change, so it moves as the field moves; when a materially better open-weight model ships, we test it and swap it in.
Through your existing identity provider using single sign-on, so there is no separate password and no parallel user list to maintain. We integrate with Okta, Microsoft Entra ID, Google Workspace, and other standard SAML or OIDC providers, and the workspace inherits whatever multi-factor and conditional-access policy you already enforce. Self-service registration is switched off entirely: nobody can create an account by finding the URL. Access is decided by policy on email domain and group membership, which means your joiner-mover-leaver process governs the workspace automatically — when your directory disables an account, access ends with it rather than waiting on a ticket.
Yes, and this is one of the more useful things the identity layer does. Login method can be enforced per email domain, so your own staff can be required to authenticate through your corporate identity provider specifically — a user with a company address who tries to authenticate by any other route is denied rather than let in through a weaker path — while a named group of external collaborators or consultants uses a different, tightly scoped method. That distinction matters in life sciences, where a CRO analyst, a university collaborator, and an employee often all need access to the same project but should not be governed by the same rule. Policies are enforced at the edge before a request reaches the application.
The workspace has no public IP address, no inbound firewall rule, and no port exposed to the internet. Instead, a lightweight connector inside the environment establishes an outbound-only tunnel to an edge network, and the edge publishes your private hostname. Every request is authenticated at the edge before it is allowed through that tunnel, so an unauthenticated visitor never reaches the application at all — they are stopped at the identity gate. This removes an entire class of exposure: there is no login page on the open internet to brute-force, no service banner to fingerprint, and no listening port for a scanner to find. It also means remote and travelling staff need no VPN client; the browser is the access method.
There is a second, independent layer, because a single control that can be misconfigured in one dashboard is not a security architecture. Inside the environment a small fail-closed proxy validates the signed identity token on every request and rejects anything unsigned, expired, or issued for a different application — so even if the edge policy were deleted or misconfigured, the application still refuses the request rather than serving it. The application itself binds only to the local loopback interface and is not reachable on the network even from inside our own infrastructure. Defence in depth here is cheap, and the failure mode it prevents is total.
Conversations, user records, uploaded files, the search index, and the vector embeddings all live in a dedicated database on a dedicated virtual machine, in a location we agree with you up front. There is no shared multi-tenant store and no other client's data on the same instance. We can deploy into infrastructure we operate, into your own cloud tenancy, or into your datacentre, depending on your data residency obligations — a requirement to keep data in the EU under the GDPR, or in a named region under a contractual commitment, is a normal constraint we design around rather than an exception.
No, and this is a configured control we verify rather than a claim we repeat from a marketing page. The inference organisation account is set so that prompt and response storage is off and training on submitted data is off. We also verify that the specific models you use are served natively by that provider rather than being transparently relayed to a third-party upstream, because a relayed model would place your text under a different organisation's data policy and quietly break the guarantee. That verification is repeated when a model is added or changed, since the routing behind a model name can change without the name changing.
Yes. Documents can be uploaded and searched, with answers carrying clickable citations back to the source page so a reader can check the claim rather than trusting it. Retrieval runs against a vector database inside the same private environment, and embeddings are generated under the same no-retention terms as the chat itself. This is the feature most teams actually adopt first, because the highest-value everyday task is rarely open-ended conversation — it is "what does this 180-page protocol, dossier, or guidance document actually say, and where." Bear in mind that retrieval quality depends heavily on document quality; scanned pages without a text layer need OCR first.
A private research workspace should be narrower than a consumer product, and we disable capabilities that add risk without adding value for a regulated team. Long-term memory across conversations is off, so the system does not silently accumulate a profile of what a user has asked. Arbitrary code execution is off. Public link sharing is off, so a conversation cannot be exposed to the open internet by a single click — sharing works only between authenticated users of your instance. Image generation is off. Each of these is a configuration we can revisit with you; the default is closed, and opening something is a decision with a reason attached.
Yes, through a centrally credentialled search provider, so your scientists are never asked to supply their own API key and no personal keys end up scattered across the organisation. Web search is genuinely useful for literature triage and competitive monitoring, but it is worth being clear about the trade-off: a query sent to a search provider leaves your environment by definition. For teams whose material is sensitive enough that even a search string is a disclosure risk, we can leave web search off and rely on retrieval over your own documents instead.
Not out of the box, and any vendor claiming a "GxP validated" AI product is describing something that does not exist. Validation is an activity performed against your intended use, your procedures, and your risk assessment. What we provide is a qualified infrastructure layer and the evidence that makes your own validation tractable: a documented and version-controlled build, change control over the environment, access logs, and a defined configuration baseline. Your quality organisation defines intended use and runs acceptance testing, guided by GAMP 5 and, where electronic records are in scope, 21 CFR Part 11. Our computer system validation practice runs that as a separate engagement.
Technically yes, and for some organisations it is the right answer, but the economics deserve a clear-eyed look before anyone commits. Serving a large open-weight model at production quality and reasonable latency needs multiple high-memory accelerators per replica, plus redundancy, plus somebody who can operate an inference stack and keep up with a fast-moving field. That is a capital purchase and a permanent staffing commitment, and it usually only makes sense above a sustained token volume that most R&D teams do not reach. The pragmatic middle ground — a private workspace and private data stores, with inference bought under no-retention terms — delivers most of the control at a small fraction of the cost, and keeps the option of moving in-house later precisely because the weights are open.
Usage is metered per token, so cost tracks real activity rather than seat count, and cheaper models can be made the default for routine work while expensive reasoning models are reserved for tasks that justify them. Prepaid credit is the normal arrangement, which caps exposure by construction. Be aware of the honest limitation: a shared organisation balance with automatic user provisioning means many users can draw on one pool, so agreeing a monitoring and top-up process at the outset is part of the deployment rather than an afterthought. We will raise this during scoping rather than let it surprise you later.
You keep your data and we hand over cleanly. The identity gate, the hostname, and the tunnel can be operated in your own accounts from the start if you prefer, in which case you can revoke our access unilaterally at any time by changing one policy. Conversation data can be exported from the database, and because the underlying components are open-source and the models are open-weight, there is no proprietary format holding your content hostage. We would rather set this up so that leaving is straightforward, because a client who stays only because leaving is painful is not a reference.
A working pilot for a defined group is typically live in one to two weeks, and the pacing item is almost never the technology. It is your security review, the data classification decision about what may be pasted into the workspace, and the identity provider integration — which usually needs a named person in IT for an hour or two rather than a project. We run those three tracks in parallel from day one because sequencing them is the main reason this kind of rollout stretches into months. A pilot should include real work from real projects; a demo with sample data tells you the software runs, not whether your scientists will adopt it.
Give your scientists the models without giving away the data
Give your scientists the models without giving away the data image

Give your scientists the models without giving away the data

Tell us how many people, what they work on, and which constraints you are under. We will tell you honestly whether a private workspace, a frontier API, or your own hardware is the right answer.

Book a Meeting

© 2026 IntuitionLabs. All rights reserved.