Home · Categories · Foundation Model Providers
Category

Foundation Model Providers

Foundation model providers build the large, general-purpose AI models that most modern AI products are built on. Compare the companies training and serving these models — by capability, pricing, and open vs proprietary licensing.

17 Companies
Jul 2026 Last updated

What is a foundation model provider?

A foundation model provider is a company that trains large, general-purpose AI models on broad data at scale and makes them available to others through an API, a hosted platform, or downloadable open weights. Instead of building a narrow model for a single task, these companies build base models that thousands of downstream products then adapt through prompting or fine-tuning. The provider carries the enormous cost of pre-training — data curation, compute, and safety work — so that developers do not have to.

Foundation models are the layer beneath most modern AI applications. A customer-support assistant, a coding copilot, and a document-summarisation tool may all sit on top of the same underlying model from a provider such as OpenAI, Anthropic, or Google DeepMind. Understanding who builds these models, how they license them, and how they differ is the first decision in almost any serious AI project.

Foundation models vs. AI applications

It is worth separating two things that are often confused. An AI application is a finished product that solves a specific problem for an end user. A foundation model is the general capability that many applications share. The providers listed on this page build the second kind. They are infrastructure companies for the AI economy, closer to a cloud platform than to a single app.

This distinction matters commercially. When you buy from an application vendor you are buying an outcome; when you build on a foundation model you are buying raw capability and taking on responsibility for the product experience, guardrails, and evaluation yourself. Most enterprises use a mix: managed applications for common workflows, and direct model access where they need control.

Open-weight vs. proprietary providers

Foundation model providers fall into two broad camps, and many now offer both.

Proprietary, API-first providers

Companies such as OpenAI (the GPT family), Anthropic (Claude), and Google DeepMind (Gemini) serve their most capable models only through hosted APIs. You never hold the weights. The upside is frontier capability, managed scaling, and continuous safety updates; the trade-off is less control over data residency and a dependency on the vendor's pricing and roadmap.

Open-weight providers

Meta AI (Llama) and Mistral AI publish downloadable model weights that teams can self-host, fine-tune deeply, and run inside their own infrastructure. Open weights give control, privacy, and freedom from per-token API fees, at the cost of owning the GPU infrastructure and operational burden yourself. Cohere sits closer to the enterprise-retrieval end of this spectrum, and NVIDIA supplies both models and the hardware most of these systems run on.

How foundation model providers charge

There are three common commercial models, and picking the wrong one is a frequent, expensive mistake.

  • Per-token API pricing. You pay for input and output tokens, typically anywhere from roughly $0.10 to $15+ per million tokens depending on the model's size and capability. Cheap for prototypes; needs monitoring at production volume.
  • Self-hosted open weights. The model is free to download, but you pay for the GPUs, serving stack, and engineering time. This can be far cheaper at high, steady volume and keeps data in-house.
  • Enterprise agreements. Committed-use contracts, dedicated capacity, and private deployments (often through a cloud marketplace) trade flexibility for predictable cost, security guarantees, and support.

How to choose a foundation model provider

The right provider depends on the task, not on brand reputation alone. Evaluate candidates against these criteria before committing:

  • Task performance. Benchmark shortlisted models on your data and tasks, not on public leaderboards alone. A cheaper model that passes your evals is better than an expensive one that does not.
  • Context window. Long-document, retrieval, and agent workloads need large context; short interactive chat does not.
  • Latency and throughput. Interactive products live or die on response time; batch pipelines care more about cost per token.
  • Data privacy and residency. Check whether prompts are retained or used for training, and whether the provider offers regional hosting or a private deployment.
  • Customisation. Confirm whether fine-tuning, adapters, or grounding on your own data are supported.
  • Licensing. Decide early whether open weights (control, self-hosting) or a managed API (frontier capability, less operations) fits your risk and compliance posture.
  • Safety and compliance. Review the provider's usage policies, safety tooling, and certifications against your industry's requirements.

Many mature teams avoid locking into a single provider. Because most providers expose a broadly similar chat-completions interface, keeping an abstraction layer between your application and the model lets you route different tasks to different providers and switch as capability and pricing change.

Why the provider layer keeps shifting

Foundation models are improving on a timescale measured in months, and the price of a given capability tends to fall sharply once it is no longer frontier. A model that was state of the art and expensive last year is often commodity-priced today. That means the pragmatic strategy is to design for change: benchmark regularly, watch the newer entrants such as xAI alongside the incumbents, and re-test your provider choice as new models ship. The directory below lists the companies building these models so you can compare them in one place.

Showing 13–17 of 17
S

SpAItial

SpAItial is an AI startup focused on developing foundation models that generate full, coherent 3D online environments from …

Germany
View profile →
W

World Labs Inc.

World Labs Inc. is an AI model developer founded in 2024 that creates advanced artificial intelligence models and …

View profile →
fastino.ai logo

fastino.ai

Fastino powers enterprise AI developers with high-performance, task-optimized language models built to scale. Unlike generic LLMs, Fastino’s models …

United States
View profile →
reducto.ai logo

reducto.ai

Reducto is an API that provides high quality data ingestion for large language models (LLMs). It works with …

United States
View profile →
X

xAI

AI research company founded by Elon Musk, developing the Grok series of AI models with a focus on …

United States
View profile →
Partner resource Hiring & careers

Hiring AI marketing talent?

MarketingManagerJobs.com lists marketing manager roles for teams scaling demand generation, content, product marketing, lifecycle, and growth. Useful for AI companies building a go-to-market team.

Browse marketing manager jobs ↗
By region

Foundation Model Providers by country

Foundation Model Providers in United States 5 companies Foundation Model Providers in China 1 company Foundation Model Providers in Germany 1 company Foundation Model Providers in Mongolia 1 company
View all countries with foundation model providers companies →

About Foundation Model Providers

Discover leading companies in foundation model providers that provide specialized artificial intelligence solutions and services. Our directory features verified vendors with proven expertise in delivering AI-powered capabilities to businesses across industries.

Each listed company has been evaluated based on their technical capabilities, industry experience, and customer success stories. Compare providers to find the right partner for your AI initiatives. Explore our AI company directory to discover more categories and vendors.

Frequently Asked Questions

What is a foundation model?

A foundation model is a large AI model trained on broad, mostly unlabelled data at scale that can be adapted — through prompting or fine-tuning — to a wide range of downstream tasks such as text generation, coding, translation, and image understanding, rather than being built for a single narrow purpose.

Who are the leading foundation model providers?

Widely used providers include OpenAI (GPT), Anthropic (Claude), Google DeepMind (Gemini), Meta AI (Llama), Mistral AI, Cohere, xAI (Grok), and NVIDIA. They differ in model families, context length, pricing, and whether the model weights are open or proprietary.

What is the difference between a foundation model and an LLM?

A large language model (LLM) is a foundation model specialised for language. Foundation models are the broader category and also include multimodal and vision models. Every LLM is a foundation model, but not every foundation model is language-only.

Are foundation models open source or proprietary?

Both. Proprietary, API-only models (such as OpenAI's GPT, Anthropic's Claude, and Google's Gemini) are served from the provider's cloud and the weights are never released. Open-weight models (such as Meta's Llama and Mistral's models) can be downloaded and self-hosted, giving more control and data residency at the cost of running the infrastructure yourself.

How much do foundation model APIs cost?

Most API providers charge per token, split between input and output, typically ranging from roughly $0.10 to $15 or more per million tokens depending on the model's size and capability. Self-hosting open-weight models removes per-token fees but shifts cost to GPU infrastructure and engineering time.

How do I choose a foundation model provider?

Benchmark the candidate models on your own tasks and data, then weigh context window, latency and throughput, price per token, data-privacy and residency terms, fine-tuning and customisation options, safety and compliance posture, and whether you want open weights or a managed API.

Sponsored listing $29/mo or $199/yr

Put your AI company in front of buyers

Featured listings include homepage and category placement, a dofollow profile link, and an expanded company description on ArtificialIntelligenceCompanies.com.

Get a sponsored listing Ask a question