Performance Is Only the Entry Ticket
Model selection is often reduced to benchmark scores: reasoning accuracy, coding performance, latency or context length. Those measures matter, but they rarely settle a production decision. A proprietary frontier model may deliver the strongest results on difficult prompts, while an open-weight model can be more than adequate for classification, extraction, summarisation or retrieval-augmented generation. If a 70-billion-parameter open model achieves 92 per cent task accuracy and a closed model reaches 95 per cent, the relevant question is not simply which score is higher. It is whether those three percentage points justify the operational constraints, cost profile and supplier dependence that accompany them.
Benchmarks also conceal application-specific variation. A model that excels at academic reasoning may perform poorly on a company’s terminology, document formats or regional language. Closed providers can improve their systems rapidly without requiring customers to manage infrastructure, but model updates may change behaviour with limited notice. Open models can be pinned to an exact version, evaluated against a stable test set and modified for a narrow task. Performance should therefore be treated as a threshold: once candidate models meet the required quality, the decision moves to control, economics, security and strategic fit.
Control and Customisation
Open-weight models offer control at several layers. Organisations can choose where the model runs, set quantisation levels, alter inference software, fine-tune weights and inspect the surrounding code. A manufacturer might deploy a compact model inside a factory network with no internet connection; a legal publisher might fine-tune a larger model on its editorial conventions; a software company might optimise serving for predictable sub-second latency. With sufficient expertise, teams can trade accuracy for speed, memory use or cost rather than accepting a provider’s standard configuration.
Closed models usually provide a narrower but simpler control surface: system prompts, tool calling, retrieval, structured outputs and, for selected models, managed fine-tuning. That is enough for many products. It also avoids maintaining training pipelines and GPU clusters. Yet customers cannot inspect or alter the underlying weights, and some behaviours are governed by provider policies that may not align with a specialised workflow. Rate limits, regional availability, context restrictions and safety filters become product constraints rather than implementation details.
The practical distinction is not unlimited freedom versus no freedom. Open deployment introduces constraints of its own, including hardware capacity, driver compatibility and engineering time. Closed platforms can offer dependable managed controls, enterprise identity features and mature monitoring. Buyers should identify which controls create business value. Owning weights is useful when deployment location, reproducibility or deep adaptation matters; it is less useful when a team only needs a reliable general-purpose API.
Security, Privacy and Accountability
A self-hosted model can keep prompts, retrieved documents and generated outputs within an organisation’s chosen boundary. That is attractive in healthcare, defence, financial services and industrial environments where sensitive data cannot be sent to a multi-tenant public service. An open model can run in a private cloud, an on-premises data centre or an isolated network. Data residency becomes an architectural choice, and administrators can retain their own logs, encryption keys and access controls.
Self-hosting, however, does not make a system secure by default. The operator becomes responsible for patching inference servers, scanning model artefacts, controlling administrative access and defending endpoints against extraction or denial-of-service attacks. Open repositories can introduce software-supply-chain risk through unverified weights, dependencies or community-contributed code. A closed provider may employ hundreds of security specialists, maintain certifications such as ISO 27001, support private networking and contractually prohibit training on enterprise data. For many organisations, that managed security posture is stronger than anything they could build alone.
Accountability remains shared in either model. Proprietary services require scrutiny of retention periods, subprocessors, incident notification, audit rights and the provider’s use of customer data. Open deployments require documented provenance, vulnerability management and clear ownership of failures. Neither approach removes prompt injection, data leakage through retrieval, insecure tool use or harmful outputs. Security depends on the complete application stack, not merely whether the weights can be downloaded.
Talent and Operational Burden
Closed APIs compress a formidable technical stack into a service call. A small product team can prototype with a few engineers, pay by usage and rely on the vendor for model training, capacity planning and upgrades. The team still needs evaluation, application security and prompt or retrieval expertise, but it does not need specialists in distributed inference, CUDA optimisation or model quantisation. That difference can reduce time to market from months to weeks.
Operating an open model at meaningful scale requires broader capabilities. Teams must select models, test licences, provision accelerators, optimise batching, monitor latency and manage roll-outs. Fine-tuning adds data curation, experiment tracking and safety evaluation. A single experienced machine-learning infrastructure engineer can cost well above £100,000 annually in the UK before recruitment fees, benefits and management overhead. Several such hires can outweigh apparent savings in token charges.
The burden can be moderated through managed open-model platforms, specialist hosting companies and standardised inference engines. These options preserve some portability without requiring full ownership of the stack. They also create a middle ground that procurement teams should evaluate explicitly. The strategic question is whether model operations are a differentiating capability. If they are, building talent may compound into an advantage. If they are not, maintaining bespoke infrastructure can become an expensive distraction.
Total Cost Is a Utilisation Problem
API pricing is visible and elastic: an organisation pays for input and output tokens, sometimes with additional charges for storage, fine-tuning or tools. This suits uncertain or bursty demand. A pilot processing a few million tokens a month may cost hundreds rather than tens of thousands of pounds, and capacity can expand without purchasing hardware. The downside is that high-volume generation, long contexts and agentic workflows can multiply consumption unexpectedly. One customer interaction may trigger ten model calls, turning an apparently modest per-token price into a substantial annual bill.
Self-hosting changes the cost curve. Hardware or cloud accelerators, electricity, networking, observability, engineering and idle capacity must all be counted. An eight-GPU server can cost well into six figures to buy, while rented high-end GPU instances may run at tens of pounds per hour depending on region and commitment. At steady, high utilisation, an optimised open model can deliver a lower cost per request. At 20 per cent utilisation, the same deployment may be economically poor because most capacity sits unused.
A credible total-cost model should include three scenarios: baseline demand, rapid growth and demand contraction. It should price evaluation, migration, outages and personnel as well as inference. Quality also has a cost. If a cheaper model requires more retries, larger prompts or frequent human review, nominal token savings disappear. The correct comparison is cost per successful business outcome, such as a resolved support case or an accurately processed invoice, not cost per million tokens.
Licensing Is Not the Same as Openness
The label “open model” covers materially different legal arrangements. Some models use permissive licences that allow broad commercial use; others impose acceptable-use policies, attribution requirements, redistribution conditions or limits based on company size and monthly active users. Open weights do not necessarily mean open training data, open source code or unrestricted modification. Before deployment, legal teams should verify rights to use, fine-tune, redistribute and offer the model through a hosted service.
Proprietary APIs appear simpler because access is governed by service terms and a commercial contract. Yet those terms can restrict certain industries, automated decision-making, competitive model development or high-risk applications. Customers must also examine intellectual-property indemnities, output ownership, service levels and what happens to fine-tuned assets when the contract ends. Enterprise agreements may improve these protections, but usually at higher prices or with minimum commitments.
Licence risk is especially important for products distributed to customers. An internal assistant and an embedded commercial feature may trigger different obligations. Mergers, new funding rounds or user growth can also change eligibility under a model’s licence. Organisations should maintain a model register recording versions, sources, licences, modifications and deployed applications. Without that discipline, experimentation can quietly create obligations that surface only during a procurement review, audit or acquisition.
Lock-In, Portability and Strategic Risk
Closed models create obvious supplier dependence. Applications may rely on a provider’s message format, tool-calling schema, embeddings, safety behaviour and proprietary fine-tuning process. Migrating can require prompt rewrites, new evaluations and product changes even when another vendor offers a nominally compatible API. Providers can retire model versions, change prices or alter usage policies. Multi-year contracts can improve predictability, but they do not eliminate technological dependence.
Open models reduce some forms of lock-in because weights can be retained and served by different infrastructure providers. A company can preserve a validated model version even if its original host changes direction. That portability is valuable for regulated systems with long support cycles. Nevertheless, open deployments can become tied to particular GPU architectures, serving frameworks, fine-tuning methods or internal specialists. A heavily modified model may be harder to replace than a standard API.
The strongest hedge is architectural rather than ideological. Keep business logic, retrieval pipelines and evaluation suites separate from model-specific interfaces. Store prompts and test cases under version control. Use routing where different tasks genuinely benefit from different models, but avoid needless complexity: supporting five providers can multiply testing and security work. Contractual exit rights, exportable data and regular replacement tests are more credible protections than a claim of being model agnostic.
Strategic choice should reflect reversibility. Closed models are compelling when frontier capability and speed of adoption dominate. Open models are stronger when deployment sovereignty, stable versions or deep customisation are essential. Many mature organisations will use both: proprietary systems for demanding general reasoning, and controlled open deployments for high-volume or sensitive workloads. The durable advantage lies not in pledging allegiance to one camp, but in retaining the evidence, skills and architecture needed to change course.
Comments (0)
Discussion is opening soon. Be the first to comment.