We already pay for Copilot, so why is engineering asking for Claude on top of it? Miami Mike gets some version of that question almost every week now, and the answer has gotten shorter over the past year. An enterprise multi model AI strategy is the normal setup at large companies in 2026, not a sign that procurement lost control of the budget.
Short version: most companies buying AI now pay two or more model providers on purpose. Okta’s sign-on data across 20,000 organizations shows the majority running more than one AI platform. Eighty one percent of CIOs in a Dataiku survey expect to rely on two or more LLM providers this year. The driver is task fit, not indecision.
How many AI vendors do enterprises actually use
This is one of the few corners of enterprise AI where the evidence is clean, because four different research groups came at it from four different angles and landed in the same place.
| Source | What it measures | Finding |
|---|---|---|
| Dataiku and The Harris Poll, 600 CIOs at companies with $500M+ revenue | Stated plans | 81% expect to rely on two or more LLM providers in 2026. 93% say different models perform better for different use cases. |
| Okta Enterprise AI Index, 20,000+ organizations | Actual single sign-on data, June 2022 to June 2026 | Majority of enterprise customers run more than one AI platform. Single-vendor deployments shrank 1.2 points in one month. |
| Ramp AI Index, US corporate card and invoice spend | Actual payments | 52% of companies using Anthropic or OpenAI pay for both. |
| Andreessen Horowitz, 100 enterprise CIOs across 15 industries | Models in production and testing | 37% run five or more models, up from 29% the prior year. |
| Menlo Ventures, 495 US enterprise AI decision-makers | Share of enterprise LLM spend | Anthropic 40%, OpenAI 27%, Google 21%. Three vendors hold 88% of enterprise LLM API usage. |
The Ramp AI Index published a July 2026 reading that makes the overlap obvious. Anthropic was at 43.5% of US businesses and OpenAI at 39.7%. Those two figures add up to more than the total share of companies buying AI at all, which only works if a large slice of the market is paying both.
The Okta number is the one I trust most, because sign-on logs do not care what anyone told a survey. Their caveat matters too. Those figures exclude companies reaching models through a central IT gateway or a cloud provider, so real multi-vendor adoption is almost certainly higher than what the Okta Enterprise AI Index shows.
Why enterprises use multiple AI tools instead of standardizing
Task fit changes every few months
The a16z survey found that model differentiation by use case, not lock-in paranoia, is the main reason enterprises buy from more than one vendor. Their respondents reported Anthropic doing better on writing and content generation while OpenAI handled complex question answering better. Inside coding, some teams found Claude stronger on fine grained completion and Gemini stronger on higher level architecture.
Those gaps open and close constantly. A stack that can only call one model cannot take advantage of that, and it cannot react when the model you standardized on has a bad quarter.
Cost pressure and the AI vendor lock-in problem
Once AI stops being a pilot and turns into a line item, somebody in finance asks why a frontier model is summarizing meeting notes. Cost reduction is already the top reason CIOs report switching providers, and 55% of them have switched at least once.
Then there is the number that should make any architect uncomfortable. In that same Dataiku research, 74% of CIOs said they regret at least one major AI vendor or platform decision made in the previous 18 months. Read Dataiku’s breakdown of the switching problem if you want the full picture. In a market moving this fast, the design goal is not picking correctly on the first try. It is staying able to change your mind cheaply.
Shadow AI in the enterprise already made the call
AI adoption runs bottom-up in a way traditional enterprise software never did. Menlo Ventures found that 27% of AI application spend arrives through product-led growth, close to four times the 7% rate in conventional software, and closer to 40% once you count employees expensing personal subscriptions for work.
More than half of CIOs, 54%, say they have already discovered unsanctioned AI tools being used for real work. Your second vendor showed up whether or not anyone signed a contract for it. The choice in front of most IT teams is not whether to be multi-vendor. It is whether the second vendor is governed.
Claude in Microsoft 365 Copilot ended the internal debate
Here is the part that should settle the argument in most conference rooms.
Microsoft 365 Copilot is the largest bundled AI bet in enterprise software, past 30 million paid seats as of Microsoft’s fiscal Q4 2026 results. If any vendor had a commercial reason to keep its assistant locked to one model family, it was Microsoft.
They did the opposite. In September 2025 Microsoft added Claude Sonnet 4 and Claude Opus 4.1 to Copilot’s Researcher agent and to Copilot Studio, and made it possible to mix models across specialized tasks. You can read Microsoft’s own announcement on expanding model choice for the details. It kept expanding from there, and Claude Opus 5 now sits in the model selector across Word, Excel, PowerPoint, Chat, Copilot Cowork, and Copilot Studio.
Two features give away the thinking better than any press release. Researcher’s Critique capability uses one model to generate output and a separate model to review it. The Council capability takes a single prompt, runs it across multiple models, and shows you the results side by side.
When the incumbent with the most to lose from model choice ships model choice as a headline feature, the standardization argument is over.
One practical wrinkle worth knowing before you promise this to a compliance team. Anthropic models inside Copilot are hosted outside Microsoft-managed environments, and in the EU, EFTA, and the UK they are off by default and require deliberate admin enablement. If you have European entities, that is a separate decision, not an automatic one.
What running multiple AI tools actually costs
The spread here is wider than most budget conversations assume. Ramp’s July 2026 data puts the median firm at $11.95 per employee per month on AI. The top 10% of spenders sat at $650. The top 1% sat at a median of $7,400 per employee per month.
That range tells you the vendor count is not what drives the bill. Usage intensity is. Adding a second $30 seat license barely registers next to what a handful of engineers running agentic coding loops can spend in a week.
There is a useful counterexample in the same data. Anthropic’s Fable 5 is the strongest model on the market and runs roughly $10 per million tokens, about twice the price of GPT-5.6 Sol. One month after launch it accounted for only 6% of the tokens businesses bought from Anthropic and 11.4% of the dollars. Companies looked at the best model available and mostly decided the premium was not worth it. That is a multi-model decision being made on price, at scale, right now.
What a working enterprise multi model AI strategy looks like
Multi-model is the right posture. It is also how you end up with an ungoverned mess if buying a second tool is the entire plan. Okta found that 91% of enterprises are running AI agents while only 22% treat those agents as identity bearing entities with their own credentials. Everything else is an agent logging in with a human’s badge, which quietly destroys the audit trail.
Six things I would work through, roughly in this order:
- Inventory before you consolidate. Pull sign-on logs and card spend and find out what people are actually using. Some of what you find will be good, and killing it will cost you goodwill you need later.
- Write down your five or six recurring AI jobs rather than your favorite vendors. Coding, long document review, customer-facing chat, internal search, bulk classification. Each one gets evaluated on its own.
- Build an evaluation set from your own data. Twenty representative prompts pulled from real work will tell you more than any public leaderboard, because the leaderboard is not scored on your documents.
- Put a routing layer between your applications and the models. Copilot Studio, a gateway, or something you build. The requirement is the same either way: swap the model without rewriting the app.
- Give agents their own identities with scoped, revocable permissions. Retrofitting identity onto fifty running agents is miserable work, and I have watched teams put it off until it turned into a project nobody wanted to own.
- Track cost per workload, not per vendor. The invoice tells you what you paid Anthropic. It does not tell you which use case burned the budget.
One honest caveat on the routing layer. a16z’s research found that agentic workflows are getting harder to move between models, because prompts, guardrails, and multi-step instructions get tuned to one model’s behavior and changing a single step ripples downstream. Portability is cheap to design in early and expensive to add later.
Should a small business bother with more than one AI tool
Usually not at first, and I want to be clear that the research above is enterprise research. A ten person firm in Coral Gables running one $20 seat per person does not need a routing layer or an agent identity program.
What does transfer is the habit. Pick your two most time expensive recurring tasks, run the same real task through two tools for a week, and keep the one that needed less correction. That is the same evaluation discipline a Fortune 500 is buying consultants to build, done at a scale you can actually execute over a weekend.
Where I would draw the line for a smaller shop is the second subscription per person. Two tools for the whole company, split by job, is manageable. Two tools per employee is how you end up paying twice for the same output and having nobody able to tell you which one produced the client deliverable.
What I am watching next is whether the routing decision moves out of human hands entirely. Copilot’s Council feature already runs one prompt against several models automatically. The logical next step is the platform picking the model per request based on cost and task, with nobody in the loop choosing. If that lands, the vendor question stops being a procurement decision and becomes a config file, and a lot of the standardization debates happening right now will look strange in hindsight.




[…] was built is the single most expensive habit in enterprise AI, and fixing it is free. A real multi model AI strategy will cut more cost in a quarter than a hardware purchase will in a year, and it also tells you […]
[…] rules that hit an enterprise API, and you want the freedom to move. That is the whole case for a multi model AI strategy rather than a provider you cannot […]
[…] portability argument is real too. A working multi model AI strategy needs somewhere for the routing to live, and building that logic into every application is how you […]