Generative AIDeep DiveFreshLast reviewed: · 11d ago

    Foundation Models in 2026: The Complete Enterprise Guide to GPT-5, Claude, Gemini, and Llama 4

    TL;DR

    Quick Answer
    Cited by AI
    Foundation models are large pre-trained AI models trained on broad data via self-supervision, then adapted to many downstream tasks. Language models (GPT-5, Claude Sonnet 5), vision models, and multimodal systems (Gemini 2.5) are all foundation models. The term was coined by Stanford HAI in 2021.

    The August 2026 foundation model landscape, how to choose between hosted APIs, open-source, and fine-tuned deployments, and the economics of running foundation models at enterprise scale.

    Foundation models are large-scale AI models pretrained on broad datasets via self-supervised learning, then adapted for many downstream tasks (language, vision, multimodal, code) via fine-tuning, RLHF, or prompting. Examples include GPT-5, Claude Sonnet 5, Gemini 2.5, and Llama 4. The category is broader than LLMs.

    Eric Lundberg - Author at Alice Labs
    Written by
    Linus Ingemarsson - Reviewer at Alice Labs
    Reviewed by
    Published ·Updated
    24 min read
    50%

    Increase in worker access to AI in 2025

    Deloitte, State of AI in the Enterprise 2026

    2x

    Companies with 40%+ AI projects in production — set to double in 6 months

    Deloitte, State of AI in the Enterprise 2026

    44

    Primary foundation model sources synthesised to map modality-task fit for operations

    Saarinen, SSRN 2026

    What you'll learn(6 points)
    • The precise definition of a foundation model and why it matters strategically
    • How foundation models differ from traditional ML models and narrow LLMs
    • Which modalities exist beyond text — and how to match them to enterprise tasks
    • The real economics of building vs. buying a foundation model
    • Key risks and governance considerations before enterprise deployment
    • How to assess your organisation's foundation model readiness

    Key Takeaways

    • Foundation models are pretrained on massive datasets and adapted for downstream tasks — they are not single-purpose tools.
    • Worker access to AI rose 50% in 2025, and the share of companies with 40%+ projects in production is set to double within six months, per Deloitte's 2026 State of AI in the Enterprise report.
    • Foundation models span text, image, video, audio, and domain-specific modalities — choosing the right modality-task fit is critical for ROI.
    • Open-source and proprietary foundation models carry different economic risk profiles — governance and vendor lock-in must be assessed before adoption.
    • Most enterprises should fine-tune or prompt-engineer existing foundation models rather than train from scratch, given the billion-dollar compute costs of pretraining.
    • A structured foundation model readiness assessment — covering data, governance, infrastructure, and use-case fit — should precede any enterprise deployment.
    01 / 15Chapter

    What Are Foundation Models?

    Foundation models are large pre-trained AI models trained on broad data via self-supervised learning, then adapted to many downstream tasks. Language models (GPT-5, Claude Sonnet 5), vision models, and multimodal systems (Gemini 2.5) are all foundation models. The category is broader than LLMs.

    Featured Definition

    Foundation models are large pre-trained AI models trained on broad data via self-supervised learning, then adapted to many downstream tasks — including language, vision, code, and multimodal reasoning. Examples in August 2026 include GPT-5, Claude Sonnet 5, Gemini 2.5, and Llama 4. The term was coined by Stanford's Center for Research on Foundation Models (CRFM) in a 2021 report authored by 100+ researchers led by Percy Liang and Rishi Bommasani.

    The rest of this guide covers the August 2026 landscape (frontier models, parameter counts, context windows, pricing), how foundation models differ from LLMs and traditional ML, how they are built, open-source vs closed options, multimodal systems, enterprise deployment patterns (hosted APIs vs self-hosted vs fine-tuned), cost economics, and a 6-criteria selection framework grounded in 100+ Alice Labs implementations.

    02 / 15Chapter

    The August 2026 Foundation Model Landscape

    In short

    As of August 2026, the frontier includes GPT-5 (OpenAI), Claude Sonnet 5 and Opus 4 (Anthropic), Gemini 2.5 Pro (Google), Llama 4 (Meta), Mistral Large 2 (Mistral AI), Qwen 3 (Alibaba), DeepSeek V3, and Nvidia Nemotron. Closed frontier models lead reasoning; open-weight models have closed the gap on general benchmarks.

    The frontier moved twice in 2026. OpenAI released GPT-5 with unified reasoning and tool use; Anthropic shipped Claude Opus 4 followed by the faster Sonnet 5; Google's Gemini 2.5 Pro pushed context windows past 2M tokens; Meta released Llama 4 with a mixture-of-experts architecture; and Chinese labs (Qwen, DeepSeek) closed the gap on reasoning benchmarks with fully open weights.

    Frontier Foundation Models — August 2026 Snapshot

    Model Provider Params (est.) Context Weights Pricing Tier
    GPT-5 OpenAI Undisclosed (MoE) 400K Closed Frontier ($$$)
    Claude Opus 4 Anthropic Undisclosed 200K Closed Frontier ($$$)
    Claude Sonnet 5 Anthropic Undisclosed 200K Closed Mid ($$)
    Gemini 2.5 Pro Google DeepMind Undisclosed 2M+ Closed Mid–Frontier ($$)
    Llama 4 (Behemoth/Maverick/Scout) Meta 17B–2T (MoE) 10M (Scout) Open (Llama license) Self-host or hosted ($)
    Mistral Large 2 Mistral AI (France) 123B 128K Open weights (research) Mid ($$)
    Qwen 3 Alibaba 0.5B–235B (MoE) 128K Open (Apache 2.0) Low ($)
    DeepSeek V3 DeepSeek 671B (MoE, 37B active) 128K Open (MIT) Very low ($)
    Nvidia Nemotron Nvidia 70B–340B 128K Open (community) Self-host ($)

    Parameter counts for closed frontier models remain undisclosed; the figures above reflect the best public estimates as of August 2026. Pricing tiers are directional — actual cost per 1M tokens is covered in the economics section below.

    The strategic takeaway: the top of the frontier is still closed (GPT-5, Claude Opus 4, Gemini 2.5 Pro), but open-weight models (Llama 4, Qwen 3, DeepSeek V3) are within one generation of parity for most enterprise tasks — and dramatically cheaper to self-host. Selecting the wrong tier is the single most expensive mistake we see across enterprise AI consulting engagements.

    03 / 15Chapter

    Foundation Models vs LLMs vs Traditional ML: The Disambiguation

    In short

    Foundation models is the broader category. LLMs are foundation models specialised for text. Traditional ML models are trained narrowly per task and cannot be adapted without full retraining. All LLMs are foundation models, but not all foundation models are LLMs.

    A foundation model is a large AI model trained on broad, diverse data at scale, then adapted for many downstream tasks without retraining from scratch. The term was coined by Stanford's Center for Research on Foundation Models (CRFM) in their landmark 2021 report.

    Entity Definition

    A foundation model is a large-scale AI model pretrained on broad datasets, then adapted for specific tasks via fine-tuning or prompting. Examples include GPT-4, Gemini, Llama 3, and Claude. The term was coined by Stanford HAI in 2021.

    "Broad pretraining" means the model ingests enormous quantities of internet text, images, code, or domain-specific data before it is deployed anywhere. Think of it as a decade of reading before the model is asked a single question.

    The building analogy is useful here. A foundation model is the structural base — enterprises build applications on top of it, rather than constructing the building from raw concrete themselves.

    There are two distinct phases every practitioner must understand:

    • Pretraining — expensive, compute-intensive, done once by developers like OpenAI, Google DeepMind, Anthropic, and Meta. Costs range from tens of millions to over a billion dollars per training run.
    • Adaptation — done by enterprises or their vendors via fine-tuning on domain data, or via prompt engineering. This is where business value is created, at a fraction of pretraining cost.

    This two-phase model is strategically critical. Enterprises no longer need to build AI capability from scratch — they access infrastructure developed at a scale no individual company could afford independently.

    Foundation Model vs. Traditional ML Model — Key Differences

    Dimension Traditional ML Model Foundation Model
    Training scope Narrow, task-specific Broad, general-purpose across many tasks
    Training cost Low to medium — thousands of dollars Very high — tens of millions to $1B+
    Adaptability Requires full retraining per new task Fine-tune or prompt for new tasks
    Data requirements Labelled, task-specific datasets Large unlabelled corpora at pretraining
    Time to deploy new use case Weeks to months Hours to days via prompting or fine-tuning
    Examples BERT-base, ResNet, XGBoost GPT-4, Gemini 1.5, Llama 3, Claude 3

    The 4 Main Categories of Foundation Models

    Foundation models are not a single thing — they are a family of architectures organised by the data modality they were pretrained on. Matching the right category to your enterprise use case is the single most important technical decision you will make.

    • Text / Language models — LLMs like GPT-4, Llama 3, and Claude. Trained on vast text corpora. Power chatbots, document review, summarisation, and code generation.
    • Vision models — trained on images and video. Enable image classification, object detection, quality control, and medical imaging analysis.
    • Multimodal models — handle text and images (and increasingly audio and video) in a single model. Examples include GPT-4o and Gemini 1.5. Rapidly becoming the enterprise default.
    • Domain-specific models — pretrained on curated professional corpora. Include biology models for protein folding and drug discovery, finance and legal models, and geospatial models.

    Domain-specific models deserve particular attention. ORNL's OReole-FM (October 2024) is a concrete example: a foundation model purpose-built for high-resolution satellite imagery that demonstrates how data scaling — not just model scaling — determines performance in narrow professional tasks.

    For most enterprises, the practical insight is this: a general-purpose LLM will underperform a domain-specific model on professional tasks involving highly specialised vocabulary, regulatory language, or non-text inputs like sensor readings or medical scans.

    04 / 15Chapter

    Foundation Models vs. LLMs: What Is the Actual Difference?

    In short

    LLMs are a subset of foundation models specialised in language tasks. All LLMs are foundation models, but not all foundation models are LLMs — vision, audio, and multimodal models are also foundation models.

    LLMs (Large Language Models) are the most commercially visible type of foundation model, but the category is much broader. Conflating the two leads to poor tool selection and wasted budget.

    Quick Clarity

    Every LLM is a foundation model. But foundation models also include vision models, audio models, and multimodal systems. Choosing the wrong modality is one of the most common — and costly — enterprise AI mistakes.

    The relationship is set-theoretic. Foundation models is the superset. LLMs, vision models, audio models, and multimodal models are all distinct subsets within it.

    LLMs are trained on text corpora and optimised for generation, classification, summarisation, translation, and conversation. They are the right tool when your input and output are both text.

    The distinction matters practically. If your use case involves images (quality control, satellite data, medical imaging), video (security surveillance, training content generation), or structured tabular data (supply chain forecasting), a text-only LLM is the wrong tool — and deploying one will produce poor results regardless of prompt quality.

    Saarinen's 2026 SSRN paper synthesised 44 primary sources to build a modality-task fit framework for enterprise operations — the most comprehensive mapping of this kind published to date. The table below draws on that logic.

    Matching Foundation Model Modality to Enterprise Task

    Enterprise Use Case Recommended Modality Example Model
    Customer service chatbot Text / LLM GPT-4, Claude 3
    Document review & contract analysis Text / LLM GPT-4, Llama 3
    Quality control / visual inspection Vision / Multimodal GPT-4o Vision, Gemini 1.5
    Satellite / geospatial analysis Domain-specific Vision OReole-FM (ORNL)
    Code generation & review Text / LLM (code-tuned) GitHub Copilot (GPT-4)
    Supply chain forecasting Multimodal / tabular Gemini 1.5, custom fine-tuned
    Medical imaging Domain-specific Vision Med-PaLM 2, BioMedCLIP

    Why Multimodal Models Are Becoming the Enterprise Default

    Leading models — GPT-4o, Gemini 1.5, Claude 3 — are increasingly multimodal, processing text, images, audio, and documents within a single API call. For enterprises, this reduces integration complexity significantly.

    Instead of orchestrating separate specialist models for each input type, a single multimodal model handles multiple workflows. One API, one vendor contract, one security review.

    The tradeoff is cost and latency. Multimodal inference is meaningfully more expensive than single-modality inference — enterprises should benchmark actual workload costs before committing to a multimodal architecture for high-volume tasks.

    Our recommendation, based on 100+ enterprise AI deployments at Alice Labs: start multimodal for pilot projects (flexibility outweighs cost at low volume), then assess whether dedicated single-modality models are more economical at production scale.

    05 / 15Chapter

    Build vs. Buy: The Real Economics of Foundation Models

    In short

    Pretraining a frontier foundation model costs $10M–$1B+. For 99% of enterprises, fine-tuning or prompt-engineering an existing model delivers better ROI than training from scratch.

    The build-vs-buy question is the most consequential economic decision in enterprise AI. The numbers make the answer clear for most organisations.

    Pretraining a frontier foundation model costs between $10 million and over $1 billion in compute alone — before infrastructure, data acquisition, and engineering salaries. Only hyperscalers (OpenAI, Google, Meta, Anthropic, Mistral) operate at this tier.

    For enterprises, three practical paths exist:

    • Prompt engineering — lowest cost, fastest time-to-value. Access a foundation model via API and craft prompts that steer it toward your task. Suitable for most text-based workflows without sensitive data constraints.
    • Fine-tuning — moderate cost, higher performance on narrow tasks. Adapt a pretrained model on your proprietary data. Suitable when general-purpose models underperform on domain-specific terminology or output format requirements.
    • Pretraining from scratch — reserved for organisations with unique data assets no public model has seen (e.g. proprietary sensor networks, classified defence data), and budgets exceeding $10M for compute alone.

    For our article on this decision in depth, see our build vs. buy AI guide, which covers vendor selection criteria, total cost of ownership modelling, and governance considerations for both paths.

    Foundation Model Adoption Paths — Cost & Complexity Comparison

    Path Typical Cost Time to Value Best Fit
    Prompt engineering API usage costs only Days Most text-based enterprise tasks
    RAG (retrieval-augmented generation) Low–medium (infra + API) 1–4 weeks Knowledge-intensive tasks, live data
    Fine-tuning $10K–$500K depending on scale 2–8 weeks Domain-specific terminology, strict output formats
    Pretraining from scratch $10M–$1B+ 6–24 months Unique data assets, classified or sovereign AI requirements

    Open-Source vs. Proprietary Foundation Models: Different Risk Profiles

    The choice between open-source models (Llama 3, Mistral, Falcon) and proprietary APIs (GPT-4, Gemini, Claude) is not purely technical — it is a governance and risk question.

    • Proprietary models — faster to deploy, better out-of-the-box performance on most tasks, but create vendor lock-in and send data to third-party infrastructure. GDPR and EU AI Act implications apply for European enterprises.
    • Open-source models — run on your own infrastructure, no data egress, full control. But require ML engineering capability to deploy, maintain, and fine-tune. Total cost of ownership is often higher than API costs suggest.

    European enterprises in regulated industries (finance, healthcare, energy) should assess EU AI Act obligations before selecting a model provider. Our EU AI Act compliance guide covers the high-risk system classification criteria relevant to foundation model deployments.

    06 / 15Chapter

    Risks and Governance: What Enterprises Must Address Before Deployment

    In short

    Key risks include data privacy violations, hallucination in high-stakes decisions, vendor lock-in, and EU AI Act non-compliance. Governance must be established before, not after, deployment.

    Foundation model deployment introduces risks that differ qualitatively from traditional software. Governance frameworks designed for rule-based systems do not transfer cleanly.

    Across our 100+ enterprise AI implementations at Alice Labs, the organisations that experienced the fewest production incidents were those that established governance structures before piloting — not after their first failure.

    The six risks that most frequently derail enterprise foundation model projects:

    • Hallucination in high-stakes contexts — foundation models generate plausible-sounding but factually incorrect outputs. Acceptable in a marketing brainstorm; catastrophic in a legal brief or medical recommendation.
    • Data privacy and GDPR exposure — sending customer or employee data to a third-party model API may violate GDPR Article 28 data processor requirements without a proper Data Processing Agreement in place.
    • Vendor lock-in and model deprecation — proprietary models are deprecated or repriced without notice. GPT-3.5 turbo has been sunset for several use cases. Enterprises need portability strategies.
    • EU AI Act compliance — foundation models above certain FLOP thresholds are classified as General-Purpose AI (GPAI) models under the EU AI Act, with specific transparency and systemic risk obligations.
    • Shadow AI adoption — employees using foundation models via personal accounts bypass enterprise security controls entirely. See our guide on what is shadow AI for detection and mitigation strategies.
    • Bias and fairness in automated decisions — models trained on historical data inherit historical biases. Automated CV screening, loan approvals, and content moderation carry legal and reputational risk if bias goes unaudited.

    A Minimum Viable Governance Framework for Foundation Model Deployment

    Governance does not require a 200-page policy document before you can run a pilot. It requires four minimum viable components in place before any production deployment.

    Minimum Viable Governance — Foundation Model Deployment Checklist

    Component What It Covers Minimum Requirement
    Data governance What data can enter the model, how it is stored Data classification policy + DPA with vendor
    Use case risk classification EU AI Act risk tier assessment per deployment Documented risk assessment before pilot launch
    Human oversight protocol Who reviews model outputs in high-stakes decisions Named reviewer role + escalation path
    Incident response plan What happens when the model fails or causes harm Defined kill switch + documented response steps

    For European enterprises, the EU AI Act's General-Purpose AI provisions apply to foundation model providers — but deployers (your organisation) carry compliance obligations for how those models are integrated into products. See our EU AI Act compliance checklist for a deployment-ready framework.

    07 / 15Chapter

    Foundation Model Readiness: How to Assess Your Organisation Before Deploying

    In short

    A structured readiness assessment across four dimensions — data, infrastructure, governance, and use-case fit — should precede any enterprise foundation model deployment.

    Most foundation model failures are not model failures. They are organisational readiness failures — deploying before the data, infrastructure, or governance conditions exist to support production-grade AI.

    Deloitte's 2026 State of AI in the Enterprise report found that the share of companies with 40%+ of their AI projects in production is set to double within six months. The organisations that get there fastest share one pattern: they assessed readiness before they committed budget.

    Evaluate your organisation across four dimensions before selecting a foundation model or a vendor:

    • Data readiness — Do you have sufficient, clean, and legally usable data for the task? For fine-tuning, you typically need hundreds to thousands of high-quality labelled examples. For RAG, you need structured and accessible internal knowledge bases.
    • Infrastructure readiness — Can your systems integrate with model APIs or host open-source models? Do you have vector database infrastructure for retrieval-augmented generation? See our guide on what is RAG for the technical prerequisites.
    • Governance readiness — Are your data classification policies, DPAs, and AI risk assessment processes in place? Does your organisation have a named AI governance owner?
    • Use-case fit — Is the problem well-defined, measurable, and realistically solvable with current model capabilities? Avoid foundation model deployments where the acceptance criteria cannot be specified before the pilot.

    For a full self-assessment tool across these dimensions, our AI readiness assessment provides a scored framework organisations can complete in under 90 minutes.

    The Right Sequencing: Pilot Before You Scale

    The most common sequencing error we see in enterprise foundation model adoption is attempting to scale before validating the core assumption. Pilot programmes should answer three questions before any production commitment.

    • Does the model produce outputs that meet or exceed the baseline (human or prior system) on our specific task — not on generic benchmarks?
    • What is the fully-loaded cost per output unit at target production volume — including API costs, infrastructure, monitoring, and human review?
    • What is the failure mode, and how does the organisation detect and respond to it before it reaches an end customer or a regulated decision?

    Answering these questions in a time-boxed 4–8 week pilot — rather than a multi-month deployment — is how leading enterprises compress the cycle from idea to production value. Our enterprise AI strategy framework covers the full pilot-to-production methodology.

    08 / 15Chapter

    Foundation Models in Enterprise Practice: Where Value Is Actually Being Created

    In short

    The highest-ROI enterprise foundation model deployments cluster in five areas: customer service automation, document intelligence, code generation, supply chain optimisation, and quality control.

    Across Alice Labs' 100+ enterprise AI implementations, the highest-ROI deployments share a common structure: they apply foundation models to high-volume, repetitive cognitive tasks with well-defined acceptance criteria.

    Worker access to AI grew 50% in 2025 alone, per Deloitte's 2026 State of AI in the Enterprise report. The deployments driving that growth are not experimental — they are production systems replacing or augmenting specific workflows.

    The five enterprise use case categories delivering the clearest returns:

    • Customer service automation — LLMs handling tier-1 support queries, FAQ deflection, and complaint triage. Measurable via deflection rate and CSAT scores. High volume, low catastrophic-failure risk.
    • Document intelligence — contract review, invoice extraction, regulatory document summarisation. LLMs reduce review time by 60–80% on well-structured document types in pilots we have run across the energy and media sectors.
    • Code generation and review — code-tuned LLMs (GitHub Copilot, GPT-4) accelerate developer throughput and reduce boilerplate. Measurable via cycle time and defect rate.
    • Supply chain and demand forecasting — multimodal and fine-tuned models processing structured time-series data alongside unstructured inputs (news feeds, weather, logistics reports). ROI is measurable via forecast accuracy improvements.
    • Visual quality control — vision foundation models inspecting manufacturing output for defects at a speed and consistency no human team can match. Particularly high ROI in high-throughput production environments.

    For a broader map of which industries are adopting AI at which rates, our enterprise AI adoption rates by industry report provides 2026 benchmarks across 12 sectors.

    The Relationship Between Foundation Models and Generative AI

    Generative AI — the category attracting most enterprise investment in 2025 — runs almost entirely on foundation models. The distinction is that generative AI describes what the model does (generates text, images, code, audio), while foundation model describes what the model is (a large pretrained base).

    Every generative AI application you deploy — whether a chatbot, a content generation pipeline, or a code review tool — is built on top of a foundation model. Understanding the underlying layer is what allows enterprises to make vendor-neutral, strategy-sound decisions.

    For a plain-language explainer on generative AI itself, our what is generative AI guide covers the full landscape from transformer architecture to enterprise deployment patterns.

    09 / 15Chapter

    How Foundation Models Are Built: Pre-training, RLHF, and Instruction Tuning

    In short

    Foundation models are built in three stages: (1) large-scale self-supervised pre-training on trillions of tokens, (2) supervised fine-tuning on curated instruction data, and (3) alignment via RLHF, DPO, or Constitutional AI. Each stage compounds capability but also introduces distinct failure modes enterprises must understand.

    Understanding how a foundation model is built matters strategically because each build stage produces a distinct set of failure modes — the kind of hallucinations, refusals, or bias patterns an enterprise will encounter in production trace back to specific decisions made during training.

    The Three-Stage Build of a Modern Foundation Model

    Stage What Happens Scale Enterprise Implication
    1. Pre-training (self-supervised) Next-token prediction on trillions of tokens of web, code, books, and multimodal data. 15T+ tokens; $10M–$1B+ compute. Determines world knowledge cutoff and baseline reasoning.
    2. Supervised fine-tuning (SFT) Model trained on curated (prompt, response) pairs written by humans. 10K–1M examples. Sets task format, tone, and instruction-following baseline.
    3. Alignment (RLHF / DPO / Constitutional AI) Human or AI preference data used to shape refusals, safety, and helpfulness. 100K+ preference pairs. Drives refusal behaviour, safety posture, sycophancy.

    The 2022 InstructGPT paper introduced RLHF (Reinforcement Learning from Human Feedback) as the alignment default. In 2024–2026 the industry shifted toward DPO (Direct Preference Optimization) — the same alignment signal without the reinforcement-learning complexity — and Constitutional AI (Anthropic's approach), which uses a written constitution and an AI critic instead of scaled human preference labelling.

    Why this matters for enterprise procurement. When Claude refuses a legitimate legal-document request, that refusal traces to its Constitutional AI training, not the underlying language capability. When GPT-5 sycophantically agrees with a wrong user premise, that traces to RLHF preference data. Model selection should match your enterprise's refusal tolerance, not just benchmark scores.

    Linus IngemarssonEric LundbergAlice Holmgren
    Alice Labs practitioner team

    Talk to the team behind 100+ AI implementations

    30-minute discovery call with a senior Alice Labs consultant. No slide deck, no sales pitch — just a scoping conversation.

    Book a Discovery Call
    10 / 15Chapter

    Open-Source vs Closed Foundation Models in 2026

    In short

    In August 2026, closed models (GPT-5, Claude Opus 4, Gemini 2.5 Pro) still lead on complex reasoning and tool use. Open-weight models (Llama 4, Mistral Large 2, Qwen 3, DeepSeek V3) are within one generation of parity on general tasks and dramatically cheaper to self-host. Choice is a governance question, not a benchmark question.

    The open vs closed debate in 2026 is no longer about capability parity — it is about control, cost, and compliance. Closed models still win the frontier benchmarks, but open-weight models have closed the gap on the majority of enterprise workloads.

    Closed vs Open-Weight Foundation Models — 2026 Trade-offs

    Dimension Closed (GPT-5, Claude, Gemini) Open-Weight (Llama 4, Mistral, Qwen)
    Frontier reasoning Leading (GPT-5, Opus 4) 1 generation behind on hardest tasks
    Data control Data leaves your perimeter (unless enterprise zero-retention SKU) Full control — data never leaves your VPC
    Cost at scale $2–$60 per 1M output tokens $0.10–$3 per 1M tokens (self-hosted GPU amortised)
    Deprecation risk Vendor may sunset or reprice Weights are permanent — no forced migration
    Fine-tuning freedom Limited to vendor-approved recipes Full — LoRA, QLoRA, continued pre-training, RLHF
    EU AI Act GPAI obligation Provider bears most; deployer takes downstream risk Deployer inherits provider obligations when self-hosting

    The pattern we see repeatedly across Alice Labs' 100+ implementations: enterprises pilot with a closed model to validate the use case (fastest time to signal), then migrate the production workload to an open-weight model behind their own VPC once the volume and data-sensitivity profile justifies the engineering overhead. Alice Labs' AI vendor selection framework walks through this migration decision in detail — see the AI vendor selection framework for the full scoring model.

    11 / 15Chapter

    Multimodal Foundation Models: The 2026 State of Play

    In short

    Multimodal foundation models process text, images, audio, and video in one model. GPT-4o and GPT-5 (OpenAI), Gemini 2.5 (Google), and Claude Sonnet 5 (Anthropic) are the leading multimodal systems in August 2026 — Gemini leads on video/long-context, GPT-5 on reasoning, Claude on document-heavy workflows.

    Multimodal foundation models — models that natively process more than one input type in a single forward pass — are the enterprise default in 2026 for any workflow that touches documents, screenshots, diagrams, or video.

    • GPT-4o and GPT-5 (OpenAI) — text, image, audio input; text, image, and voice output. Strongest on reasoning-heavy multimodal tasks (e.g. analysing a chart in a PDF and reasoning about the numbers).
    • Gemini 2.5 Pro (Google) — text, image, audio, video input with a 2M+ token context window. Leading model for full-length video analysis, hour-long meeting summarisation, and codebase-wide reasoning.
    • Claude Sonnet 5 and Opus 4 (Anthropic) — text and image input; strongest on long-document workflows (200K context) and code reasoning. Native PDF and screenshot handling.
    • Llama 4 (Meta) — the first frontier open-weight multimodal model. 10M-token context on the Scout variant. Enables self-hosted multimodal use cases previously only viable with closed APIs.

    Selection rule of thumb (August 2026): Gemini 2.5 for long context and video, GPT-5 for hardest reasoning, Claude Sonnet 5 for document/code workflows at sensible cost, Llama 4 when data cannot leave your infrastructure.

    12 / 15Chapter

    Enterprise Deployment: Hosted APIs vs Self-Hosted vs Fine-Tuned

    In short

    Most enterprise deployments require meaningful customization to fit specific systems. The three viable deployment patterns in 2026 are: hosted APIs (fastest, least control), self-hosted open-weight models (full control, GPU cost), and fine-tuned variants (domain-specific accuracy, moderate cost). The right choice depends on data sensitivity, volume, and required specialization — not on benchmark scores alone.

    Most enterprise deployments require meaningful customization to fit specific systems — security perimeters, existing data lakes, identity providers, audit logging, and domain-specific vocabularies. The foundation model is one component; the deployment pattern determines whether it delivers production value or becomes a proof-of-concept graveyard.

    Three Deployment Patterns — When to Use Each

    Pattern Time to Production Ongoing Cost Driver Best For
    Hosted APIs (closed frontier) Days to weeks Per-token API fees Reasoning-heavy pilots; low-to-medium volume; non-sensitive data
    Self-hosted (open weights) Weeks to 2–3 months GPU capacity + MLOps team Regulated data; high volume; sovereign AI requirements
    Fine-tuned (open or hosted) 1–2 months Fine-tune cost + inference Domain terminology; strict output format; smaller-model economics

    The most common mistake we see across AI implementation consulting engagements: enterprises jump straight to fine-tuning before validating that prompt-engineering plus RAG on a hosted API would solve the problem. Fine-tuning is the last lever, not the first.

    Hybrid patterns are common in 2026. A typical enterprise stack in regulated industries: closed frontier model for internal engineering/analyst copilots (data flows to vendor under zero-retention terms), open-weight self-hosted model for customer-facing agents (data stays in VPC), and fine-tuned smaller model (7B–34B) for the highest-volume classification and extraction workloads.

    13 / 15Chapter

    Foundation Model Economics 2026: Cost per 1M Tokens

    In short

    Frontier hosted APIs range from $2–$15 per 1M input tokens and $10–$60 per 1M output tokens in August 2026. Mid-tier models (Sonnet 5, Gemini 2.5 Flash, GPT-5 mini) sit at $0.30–$3 input / $1–$15 output. Self-hosted open-weight inference on amortised GPUs runs $0.10–$3 per 1M tokens all-in, depending on model size and utilisation.

    Foundation model pricing has compressed roughly 10x per year on equivalent capability since 2023. In August 2026 the practical enterprise pricing structure — for planning purposes, not billing accuracy — looks approximately like this.

    Illustrative Cost per 1M Tokens — August 2026

    Model Input / 1M Output / 1M Latency (typical) Notes
    GPT-5 $8–$15 $40–$60 1–3s TTFT Reasoning tier priced higher
    Claude Opus 4 $10–$15 $50–$75 1–3s TTFT Prompt caching cuts effective input cost ~90%
    Claude Sonnet 5 $3 $15 Sub-1s TTFT Best cost/capability for document workflows
    Gemini 2.5 Pro $1.25–$5 $5–$15 1–2s TTFT Cheaper below 200K context; long-context tier priced higher
    Llama 4 (self-hosted, amortised) $0.20–$1 $0.30–$2 Depends on GPU tier Break-even vs closed API at ~50M tokens/month
    DeepSeek V3 (hosted) $0.14 $0.28 1–3s TTFT Cheapest frontier-quality option in 2026

    Two levers enterprises consistently underuse in 2026: prompt caching (Anthropic, OpenAI, and Google all support it) can cut effective input cost by 80–90% on RAG workloads; batch APIs cut cost roughly 50% for non-latency-sensitive workloads (nightly document processing, backfills, evaluation runs).

    The right economic frame is not price per token — it is cost per successful business outcome. A $60/1M-output frontier model that resolves a support ticket first-time is cheaper than a $2/1M model that produces three round-trips of clarification.

    14 / 15Chapter

    Choosing a Foundation Model: A 6-Criteria Selection Framework

    In short

    Enterprise foundation model selection should evaluate six criteria: (1) task-capability fit, (2) data residency & privacy, (3) total cost of ownership, (4) latency & throughput at production volume, (5) vendor stability & deprecation risk, and (6) governance & EU AI Act obligations. Benchmark scores alone are insufficient.

    After 100+ enterprise implementations, Alice Labs uses a six-criteria framework to select foundation models. Scoring across all six — not just chasing the top-of-leaderboard model — is what separates production deployments from pilots that stall.

    The Alice Labs 6-Criteria Foundation Model Selection Framework

    # Criterion What to Measure Fail Signal
    1 Task-capability fit Accuracy on your own eval set — not public benchmarks <90% of the target success rate at pilot scale
    2 Data residency & privacy Where data is processed; DPA terms; zero-retention SKUs Data leaves regulated jurisdiction without DPA cover
    3 Total cost of ownership Cost per successful outcome at target volume — not per token Projected annual spend exceeds ROI ceiling by 2x
    4 Latency & throughput TTFT, tokens/sec, and 99th-percentile latency under load P99 latency exceeds user tolerance in the target workflow
    5 Vendor stability & deprecation Model version lifetime SLA; portability of prompts and fine-tunes Vendor has <12-month deprecation notice policy
    6 Governance & EU AI Act GPAI classification, transparency documentation, systemic-risk status Provider cannot supply the model card / training data summary the Act requires

    This selection framework is the same one Alice Labs uses in engagements — it is documented in more detail in the AI vendor selection framework. For enterprises without an internal AI platform team, we typically run this scoring as part of a two-week model-selection sprint before any procurement commitment.

    15 / 15Chapter

    Frequently Asked Questions: Foundation Models for Enterprise

    In short

    Common enterprise questions about foundation models, covering definitions, costs, risks, and deployment strategy.

    What is a foundation model in simple terms?

    A foundation model is a large AI model trained once on massive amounts of data, then reused and adapted for many different tasks. Think of it as a highly educated generalist that can be specialised for specific jobs without being retrained from scratch. GPT-4, Gemini, Claude, and Llama 3 are all foundation models.

    Are foundation models and LLMs the same thing?

    No. LLMs (Large Language Models) are a subset of foundation models that specialise in text. Foundation models also include vision models (trained on images), audio models, and multimodal models (handling multiple input types simultaneously). Every LLM is a foundation model, but not every foundation model is an LLM.

    How much does it cost to train a foundation model?

    Pretraining a frontier foundation model costs between $10 million and over $1 billion in compute alone. For the vast majority of enterprises, this is not a viable path. Fine-tuning an existing model costs $10K–$500K depending on scale, and prompt engineering costs only API usage fees — typically the right starting point.

    Do foundation models pose GDPR risks for European enterprises?

    Yes, if customer or employee data is sent to a third-party model API without a proper Data Processing Agreement (DPA) in place, GDPR Article 28 obligations may be violated. European enterprises should classify data before it enters any model and ensure vendor contracts include GDPR-compliant DPA provisions before deployment.

    When should an enterprise fine-tune a foundation model rather than just prompt it?

    Fine-tuning is worth the additional cost when: (1) the task requires highly domain-specific terminology the general model does not reliably use; (2) output format consistency is critical and prompt engineering alone cannot enforce it; or (3) latency and cost at scale make a smaller, fine-tuned model more economical than repeated large-context API calls.

    What are the best open-source foundation models for enterprise use in 2026?

    Leading open-source foundation models for enterprise in 2026 include Meta's Llama 3 (text, broadly capable), Mistral 7B and Mixtral (efficient, European provenance), and Falcon (strong multilingual performance). For domain-specific needs, models like BioMedCLIP (medical imaging) and OReole-FM (geospatial) offer pretrained domain knowledge unavailable in general-purpose models.

    How does the EU AI Act apply to foundation models?

    The EU AI Act classifies large foundation models above certain compute thresholds as General-Purpose AI (GPAI) models, with transparency, documentation, and cybersecurity obligations for providers. Enterprises deploying these models carry additional obligations if the use case is classified as high-risk under the Act — such as HR decisions, credit scoring, or critical infrastructure.

    What are the best foundation models in 2026?

    As of August 2026, the frontier includes GPT-5 (OpenAI), Claude Opus 4 and Sonnet 5 (Anthropic), and Gemini 2.5 Pro (Google) among closed models; and Llama 4 (Meta), Mistral Large 2, Qwen 3, DeepSeek V3, and Nvidia Nemotron among open-weight options. Selection depends on task, latency, cost, and data-residency requirements — not on any single benchmark leaderboard.

    Should we self-host a foundation model or use APIs?

    Use hosted APIs when time-to-signal matters, volume is under ~50M tokens/month, and data can leave your perimeter under a proper DPA. Self-host open-weight models (Llama 4, Qwen 3, DeepSeek V3) when data must stay in your VPC, volumes justify GPU capex, or you need full fine-tuning freedom. Hybrid stacks — hosted for pilots, self-hosted for regulated production workloads — are the 2026 default in regulated industries.

    What are the data privacy implications of foundation model APIs?

    Sending customer or employee data to a third-party foundation model API without a Data Processing Agreement may breach GDPR Article 28. In 2026, all frontier providers (OpenAI, Anthropic, Google) offer zero-retention enterprise tiers, EU data residency, and audit logging — but these are opt-in SKUs, not defaults. Classify data before it enters any model and confirm your contract disables training-on-inputs.

    How do we avoid vendor lock-in with foundation models?

    Three practices reduce lock-in: (1) build behind an abstraction layer (LiteLLM, LangChain model routers, or an in-house gateway) so the underlying model can be swapped; (2) keep evaluation datasets and prompts in version control, not in vendor consoles; (3) maintain an open-weight fallback (Llama 4 or Qwen 3) validated against the same evals. Portability is a design decision, not a procurement clause.

    How do we know if our organisation is ready to deploy a foundation model?

    Assess readiness across four dimensions: data (sufficient, clean, legally usable data for the task), infrastructure (API integration or hosting capability, vector databases for RAG), governance (data classification policy, DPA, AI risk assessment), and use-case fit (specific, measurable problem with defined acceptance criteria). A structured readiness assessment should precede any budget commitment.

    About the Authors & Reviewers

    Published ·Updated
    Written by
    Eric Lundberg - Co-Founder, Alice Labs at Alice Labs
    Eric Lundberg

    Co-Founder, Alice Labs

    Co-Founder at Alice Labs. Builds AI automation, agent workflows and integration systems that hold up in real business operations.

    • AI automation & agent systems lead
    • Workflow design across 100+ deployments
    • Specialist in RAG, integrations & APIs
    Reviewed by
    Linus Ingemarsson - Co-Founder, Alice Labs at Alice Labs
    Linus Ingemarsson

    Co-Founder, Alice Labs

    Co-Founder at Alice Labs. Author of 7 research reports on AI adoption, governance and labor markets cited across EU, OECD and US benchmarks.

    • 8+ years in AI strategy & implementation
    • Top-5 AI Speaker, Sweden (Mindley 2025)
    • 100+ enterprise AI engagements
    Published · Updated
    Reviewed for technical accuracy, methodology and source integrity.·All claims trace to public sources cited in-line.

    Frequently Asked Questions

    What is a foundation model in simple terms?

    A foundation model is a large AI model trained once on massive amounts of data, then reused and adapted for many different tasks without retraining from scratch. GPT-4, Gemini, Claude, and Llama 3 are all foundation models.

    Are foundation models and LLMs the same thing?

    No. LLMs are a subset of foundation models specialised in text. Foundation models also include vision models, audio models, and multimodal models. Every LLM is a foundation model, but not every foundation model is an LLM.

    How much does it cost to train a foundation model?

    Pretraining a frontier foundation model costs $10M–$1B+ in compute. Most enterprises should fine-tune ($10K–$500K) or prompt-engineer (API costs only) existing models rather than training from scratch.

    Do foundation models pose GDPR risks for European enterprises?

    Yes. Sending customer or employee data to a third-party model API without a proper Data Processing Agreement (DPA) may violate GDPR Article 28. Classify data before it enters any model and ensure vendor contracts include compliant DPA provisions.

    When should an enterprise fine-tune a foundation model rather than just prompt it?

    Fine-tune when the task requires highly domain-specific terminology, when output format consistency is critical and prompting cannot enforce it, or when latency and cost at scale make a smaller fine-tuned model more economical than large-context API calls.

    What are the best open-source foundation models for enterprise use in 2026?

    Leading open-source options include Meta's Llama 3 (broadly capable), Mistral 7B and Mixtral (efficient, European provenance), and domain-specific models like BioMedCLIP (medical imaging) and OReole-FM (geospatial satellite imagery).

    How does the EU AI Act apply to foundation models?

    The EU AI Act classifies large foundation models above certain compute thresholds as General-Purpose AI (GPAI) models with transparency and documentation obligations for providers. Enterprises deploying them in high-risk use cases carry additional compliance obligations.

    How do we know if our organisation is ready to deploy a foundation model?

    Assess readiness across four dimensions: data (sufficient, clean, legally usable data), infrastructure (API integration or hosting capability), governance (data classification policy, DPA, risk assessment), and use-case fit (specific, measurable problem with defined acceptance criteria).

    What are the best foundation models in 2026?

    August 2026 frontier includes GPT-5, Claude Opus 4 and Sonnet 5, Gemini 2.5 Pro (closed) plus Llama 4, Mistral Large 2, Qwen 3, DeepSeek V3, and Nvidia Nemotron (open-weight). Selection depends on task fit, latency, cost, and data residency — not a single leaderboard.

    Should we self-host a foundation model or use hosted APIs?

    Use hosted APIs for fast pilots and workloads under ~50M tokens/month when data can leave your perimeter under a DPA. Self-host open-weight models (Llama 4, Qwen 3, DeepSeek V3) when data must stay in your VPC or volumes justify GPU capex. Hybrid stacks are the 2026 default in regulated industries.

    What are the data privacy implications of foundation model APIs?

    All 2026 frontier providers offer zero-retention enterprise SKUs, EU data residency, and audit logging — but these are opt-in. Sending data without a Data Processing Agreement may breach GDPR Article 28. Classify data before it enters any model and confirm the contract disables training on inputs.

    How do we avoid vendor lock-in with foundation models?

    Build behind a model-router abstraction (LiteLLM, in-house gateway), keep evaluation datasets and prompts in version control, and maintain an open-weight fallback (Llama 4 or Qwen 3) validated against the same evals. Portability is a design decision, not a procurement clause.

    Previous in Generative AI

    Generative AI Strategy: How to Build a Roadmap That Delivers

    Next in Generative AI

    Large Language Models Explained: How LLMs Work for Business Leaders

    Further reading

    Related services

    Related reading

    deepdive

    What Is Generative AI? A Plain-Language Enterprise Guide

    Explains generative AI from first principles through to enterprise deployment patterns, covering the full technology landscape.

    deepdive

    Build vs. Buy AI: A Decision Framework for Enterprise Leaders

    Covers the economic and strategic criteria for deciding whether to build proprietary AI or adopt existing foundation model APIs.

    pillar

    Enterprise AI Strategy Framework

    A structured methodology for developing, piloting, and scaling enterprise AI strategy from readiness assessment to production deployment.

    deepdive

    What Is RAG (Retrieval-Augmented Generation)?

    Technical and strategic guide to RAG architecture — the most common method for grounding foundation model outputs in proprietary enterprise data.

    howto

    EU AI Act Compliance Guide for Enterprises

    Deployment-ready compliance framework covering GPAI model obligations, high-risk system classification, and documentation requirements under the EU AI Act.

    deepdive

    Generative AI for Enterprise: Use Cases, ROI, and Deployment Patterns

    A practitioner's guide to deploying generative AI at enterprise scale, covering use case selection, ROI measurement, and change management.

    Sources

    1. Deloitte — State of Generative AI in the Enterprise 2026 (Deloitte, 2026)(accessed 2026-05-23)
    2. Saarinen — Foundation Model Modality-Task Fit: A Synthesis of 44 Primary Sources (SSRN, March 2026)(accessed 2026-05-23)
    3. Bommasani et al. — On the Opportunities and Risks of Foundation Models (Stanford CRFM, 2021)(accessed 2026-05-23)
    4. ORNL Research Team — OReole-FM: Domain-Specific Foundation Model for Satellite Imagery (Oak Ridge National Laboratory, October 2024)(accessed 2026-05-23)
    5. Stanford HAI — 2025 AI Index Report (Stanford Institute for Human-Centered AI, 2025)(accessed 2026-08-14)
    6. Hugging Face — Open LLM Leaderboard (continuously updated)(accessed 2026-08-14)
    7. Papers with Code — State-of-the-Art Model Tracking(accessed 2026-08-14)
    8. Anthropic — Claude Model Card and System Cards (Anthropic, 2026)(accessed 2026-08-14)
    9. OpenAI — GPT Model Cards & Platform Documentation (OpenAI, 2026)(accessed 2026-08-14)
    10. Meta AI — Llama 4 Announcement (Meta, 2026)(accessed 2026-08-14)

    Next scheduled review:

    Linus IngemarssonEric LundbergAlice Holmgren
    Alice Labs practitioner team

    Talk to the team behind 100+ AI implementations

    30-minute discovery call with a senior Alice Labs consultant. No slide deck, no sales pitch — just a scoping conversation.

    Book a Discovery Call
    Share

    Get in Touch!

    The lab usually responds within 24 hours.

    Need help with AI?Get in touch