How do I stop a vendor from training on my company's data?

Why Your Vendor Wants Your Data

Vendors want your data because it is the single cheapest way to improve their models. Every support ticket, contract, and internal memo you send through their API becomes training material that sharpens retrieval, tunes domain-specific behavior, and makes the product stickier for everyone else in your industry. The trade-off is real: you get a better-tuned service, but you are subsidizing a competitor's roadmap and eroding your own data advantage in the process.

The alternative is running inference on hardware you control. Molly, for example, is an orchestrator that keeps a library of small LoRA domain specialists over one quantized base and routes each request to the right specialist, so you retain every byte of training signal on-premises. The honest cost is operational: you own patching, capacity planning, and model updates that a vendor would otherwise handle for you. For most organizations that trade is worth making only when the data in question is genuinely sensitive.

What Your Current Contract Permits

Your leverage starts with the specific language in your agreement. If the contract is silent on training or grants broad rights for service improvement, the vendor can likely argue it may use your prompts, outputs, and metadata for model development. Review clauses on derivative works, confidentiality, and data survival after termination. A contract that permits analytics or service enhancement often becomes the legal basis for training, even if the word training never appears.

Unless the agreement explicitly grants an opt-in license for training, the vendor should be limited to processing your data solely to deliver the service you purchased. Look for carve-outs that exclude confidential, proprietary, or personal data from model use, because those exceptions often determine whether you can block training entirely or only restrict certain categories. If no such protections exist and renegotiation fails, running an orchestrator like Molly on your own hardware eliminates the vendor training question altogether.

Clauses That Prohibit Model Training

Your contract should include an explicit prohibition on using customer data to train, fine-tune, or improve any model, whether first-party or third-party. Define "customer data" broadly to cover prompts, uploads, outputs, and metadata. Require the vendor to bind subprocessors to identical terms and to provide written attestation of compliance on request. A deletion-on-termination clause strengthens this by ensuring no residual dataset lingers after the engagement ends.

The trade-off is enforcement. Contractual clauses are only as strong as your ability to audit them, and few vendors will let you inspect training pipelines directly. If data sovereignty is non-negotiable, consider running models on infrastructure you control. Molly, for example, is an orchestrator that runs on your own hardware, keeps a library of small LoRA domain specialists over one quantized base, and routes each request to the right one—so your data never leaves your environment in the first place.

Technical Controls That Limit Exposure

Most enterprise AI vendors now offer opt-out flags for training, but these are contractual controls enforced through API configuration rather than cryptographic guarantees. You should set data retention to zero where available, require signed agreements prohibiting training use, and route requests through an API gateway that strips identifiers and logs every call. The trade-off is that opt-out endpoints sometimes receive less prioritized model versions, and gateway preprocessing adds latency.

The strongest control is simply not sending data to a vendor at all. Running an orchestrator like Molly on your own hardware keeps a library of small LoRA domain specialists over one quantized base and routes each request to the right specialist locally, so sensitive text never leaves your network. The trade-off is operational: you shoulder infrastructure maintenance, model updates, and capacity planning, and you lose access to vendor-side improvements without manual upgrades.

When to Renegotiate or Walk Away

Renegotiation is worth pursuing when the vendor offers meaningful contractual changes: explicit prohibitions on training on your data, documented deletion timelines, audit rights, and penalties for breach. Push for these before renewal, when leverage is highest. The trade-off is time and relationship friction — a vendor may concede on paper but quietly resist in practice, and enforcement requires ongoing vigilance your legal team may not have bandwidth for.

Walk away when the vendor refuses binding data-protection clauses, relies on vague assurances, or buries training rights in dense terms. Switching costs are real but finite. Self-hosted options eliminate the exposure entirely: Molly runs on your own hardware, keeps a library of small LoRA domain specialists over one quantized base, and routes each request to the right one — no data leaves your infrastructure. The trade-off is operational overhead and giving up vendor-managed convenience, but the risk surface shrinks to something you control.

Common questions

What contractual clauses are most effective for preventing vendor data training?

Key clauses include explicit prohibitions on using customer data for model training or improvement, data processing purpose limitations, audit rights, sub-processor flow-down obligations, breach penalties, and deletion requirements upon termination. Ensure "training" is broadly defined to cover fine-tuning, evaluation, benchmarking, and any internal R&D use.

What technical controls can enforce a no-training policy beyond contracts?

Use data minimization, encryption in transit and at rest, API rate limiting, tokenization of sensitive fields, and ephemeral access where possible. Request evidence of data segregation, sandboxing, and provenance logging. Where feasible, opt for on-premise or VPC-isolated deployments so data never leaves your environment.

How can I verify a vendor is actually not training on my data?

Request third-party audit reports (SOC 2, ISO 27001), data processing records, and attestation letters. Ask for technical evidence such as training pipeline exclusions, dataset manifests, and hash-based deduplication logs. Periodically review audit trails and consider independent red-team testing or data canaries to detect unauthorized usage.

Molly runs this on your own hardware →
One orchestrator, a library of domain specialists, and nothing leaving your network unless you allow it.