AI Governance · Practical guide
Model Risk Management: Third-Party Models, Validation, Remediation, and Rollback
Model risk management is not a discipline you need to invent for AI. SR 11-7 defined it in 2011: validate every model you use — including the ones you buy — monitor it continuously, and keep the authority and the machinery to restrict, fix, or roll it back when it fails. This guide maps that framework onto third-party AI models end to end.
In this guide · 9 steps
- 01By the numbers
- 02The tension: what changes when the model is someone else's
- 03The backbone: SR 11-7 still defines the discipline
- 04Third-party models: accountability does not transfer
- 05Validation beyond accuracy
- 06Remediation: the day a model fails
- 07Rollback and version control: the prerequisite control
- 08The honest objections
- 09The read
Buying a model does not transfer its risk. The playbook exists: SR 11-7, the Federal Reserve and OCC guidance on model risk management, plus the NIST AI Risk Management Framework for AI-specific gaps. Validate what you deploy, monitor it against your outcomes, and keep a tested path to restrict or roll back any model — especially the ones you rent.
This guide covers the third-party model problem end to end: how to assess a vendor model before you sign, what validation must cover beyond accuracy, what to do the day a model fails a gate, and why version control and rollback are the prerequisite that makes every other control real. It is written for the platform lead, risk officer, or CTO who owns AI decisions — not for a bank examiner, though it borrows the examiner's tools.
1. By the numbers
The year the Federal Reserve issued SR 11-7, the supervisory guidance on model risk management (April 4, 2011) that still anchors the discipline — issued with the OCC and written broadly enough to cover today's AI systems.[^frb-sr117-2011]
Federal Reserve, SR 11-7
Core elements of an effective validation framework under SR 11-7: evaluation of conceptual soundness, ongoing monitoring, and outcomes analysis. Accuracy testing alone satisfies none of them.[^frb-sr117-guidance-2011]
SR 11-7 attachment
Minimum review cadence: SR 11-7 calls for a periodic review of each model "at least annually but more frequently if warranted" to confirm it is working as intended.[^frb-sr117-guidance-2011]
SR 11-7 attachment
Risks NIST's Generative AI Profile (AI 600-1, July 2024) identifies as unique to or exacerbated by generative AI — including "Value Chain and Component Integration," the third-party model risk by another name.[^nist-ai-600-1]
NIST AI 600-1
2. The tension: what changes when the model is someone else's
Most enterprises now deploy models they did not train — foundation models behind an API, fine-tuned checkpoints from a vendor, pre-trained components inside a product. That shifts who holds the expertise, not who holds the risk. SR 11-7 is blunt about the asymmetry: the use of vendor products "poses unique challenges for validation and other model risk management activities because the modeling expertise is external to the user and because some components are considered proprietary" — and yet they should "be incorporated into a bank's broader model risk management framework following the same principles as applied to in-house models."[2] The NIST AI RMF says the same in AI-native language: technologies acquired from third parties "may be complex or opaque, and risk tolerances may not align with the deploying or operating organization."[4]
| Dimension | In-house model | Third-party model |
|---|---|---|
| Conceptual soundness review | Full access to design docs, data, and code | Depends on vendor documentation; supplement with independent testing |
| Training data relevance | You chose the data; you can audit it | Often undisclosed; assess representativeness from vendor evidence and your own evals |
| Code and implementation access | Complete | Usually none; lean on sensitivity analysis and benchmarking instead |
| Change control | You schedule retraining and releases | Vendor ships updates on its own cadence; you need version pinning and change notice |
| Monitoring | Instrumented from day one | You must build monitoring on your own outcomes; vendor telemetry is not enough |
| Exit and contingency | Model persists as long as you keep it | Model can be deprecated, repriced, or discontinued; contingency plan required |
3. The backbone: SR 11-7 still defines the discipline
SR 11-7 defines a model as "a quantitative method, system, or approach that applies statistical, economic, financial, or mathematical theories, techniques, and assumptions to process input data into quantitative estimates," and explicitly extends the definition to "quantitative approaches whose inputs are partially or wholly qualitative or based on expert judgment, provided that the output is quantitative in nature."[2] Read against a modern AI stack, that covers more than credit scorers and fraud models: LLM-based classifiers, rankers, extraction pipelines, and any agent whose output feeds a score, a limit, a price, or an approval.
Model risk is "the potential for adverse consequences from decisions based on incorrect or misused model outputs and reports," and it occurs for two reasons: the model "may have fundamental errors" producing inaccurate outputs against its design objective, or it "may be used incorrectly or inappropriately."[2] The second failure mode is the one enterprises underweight with AI: a foundation model that is excellent at what it was built for exhibits high model risk the moment you deploy it outside that envelope — and with general-purpose models, almost every enterprise use is outside the training-time envelope in some respect. The guidance also gives you the scaling rule: model risk increases "with greater model complexity, higher uncertainty about inputs and assumptions, broader use, and larger potential impact."[2] A large language model wired into a customer-facing decision scores high on all four.
A guiding principle for managing model risk is "effective challenge" of models, that is, critical analysis by objective, informed parties who can identify model limitations and assumptions and produce appropriate changes.[^frb-sr117-guidance-2011]
Effective challenge depends on "incentives, competence, and influence" — separation from development, real technical skill, and the authority to force change.[2] Run that test on your own review process: if the people validating a model report to the people shipping it, or lack the standing to block a launch, you have review theater, not challenge. For AI systems, pair SR 11-7's organizational machinery with the NIST AI RMF (AI 100-1, January 2023) and its Govern / Map / Measure / Manage functions, which supply the AI-specific risk vocabulary the 2011 guidance predates.[4] How the RMF fits alongside ISO and other regimes is covered in /guides/ai-governance-standards-guide.
4. Third-party models: accountability does not transfer
SR 11-7's vendor section reads like it was written for the foundation-model era. Banks should require vendors to provide "developmental evidence explaining the product components, design, and intended use," supply "appropriate testing results that show their product works as expected," and "clearly indicate the model's limitations and assumptions and where the product's use may be problematic."[2] Those three demands map onto today's artifacts: the model card and technical report, the vendor's evals, and the documented limitations — published by most model providers, read critically by few procurement teams.
Then comes the sentence that should be printed above every AI procurement desk: "Banks are expected to validate their own use of vendor products."[2] The vendor's benchmarks validate the vendor's use case, on the vendor's data, at the vendor's thresholds. Your obligation is to validate the model on your inputs, your prompts, your retrieval corpus, and your outcome definitions. Because external models "may not allow full access to computer coding and implementation details," the guidance says, "the bank may have to rely more on sensitivity analysis and benchmarking" — and should "conduct ongoing monitoring and outcomes analysis of vendor model performance using the bank's own outcomes."[2] That is exactly the shape of a modern eval harness: perturb inputs, benchmark against alternatives, score production outcomes.
The NIST AI RMF turns this into program requirements: MANAGE 3.1 expects that "AI risks and benefits from third-party resources are regularly monitored, and risk controls are applied and documented," and MANAGE 3.2 that "pre-trained models which are used for development are monitored as part of AI system regular monitoring and maintenance."[4] It also names why this is hard: third-party components "may complicate risk measurement," because the developer's risk metrics may not align with yours — or be disclosed at all.[4] For generative systems, NIST AI 600-1 sharpens the point: "GAI value chains involve many third-party components such as procured datasets, pre-trained models, and software libraries," and because so many components interlock, "it may be difficult to attribute issues in a system's behavior to any one of these sources."[3] When your RAG pipeline gives a wrong answer — base model, fine-tune, embeddings, chunking, or source document? — your monitoring has to be able to answer, because the vendor's will not.
For regulated financial institutions, the frame extends beyond models: the 2023 Interagency Guidance on Third-Party Relationships (Federal Reserve, FDIC, and OCC jointly; distributed by the Fed as SR 23-4) sets out risk-management principles "for all stages in the life cycle of third-party relationships."[5] Even outside banking, that life-cycle structure — due diligence before the contract, controls in the contract, monitoring during it, a plan for ending it — is the right skeleton for an AI vendor program, because it forces the two stages teams skip: contracting the controls in, and planning the exit.
Developmental evidence
Model card, technical report, intended-use statement, and training-data description sufficient to judge relevance to your domain.
Testing results
Vendor evals plus your own use-case evals — robustness, bias, and safety testing on your data, not just leaderboard scores.
Limitations statement
Documented failure modes, out-of-scope uses, and known weaknesses — and evidence your deployment respects them.
Change and version terms
Version pinning, advance notice of model updates or deprecations, and re-validation triggers written into the contract.
Monitoring disclosures
The vendor's own ongoing performance monitoring and incident reporting, flowing to you on a defined schedule.
Contingency plan
A tested fallback for the day the model is deprecated, degraded, repriced, or the vendor exits the business.
The silent-update problem
A hosted model API can change under you: providers retrain, adjust safety layers, and deprecate snapshots. SR 11-7's premise — a model change triggers re-validation — collapses if you cannot tell a change happened.[2] Pin dated versions where offered, contract for change notice where not, and run a fixed regression eval on a schedule so an unannounced shift shows up in your dashboards, not in an incident report.
5. Validation beyond accuracy
SR 11-7's validation framework has three core elements: "evaluation of conceptual soundness, including developmental evidence; ongoing monitoring, including process verification and benchmarking; outcomes analysis, including back-testing."[2] A test-set accuracy number touches a corner of the first element. The rest is where AI deployments actually fail.
- Conceptual soundness for a bought model means interrogating fit, not math: is the training data "reasonably representative" of your population — a check SR 11-7 flags as especially important when external data is involved?[2] Do the vendor's benchmarks resemble your task? Does the documented intended use cover your deployment? Sensitivity analysis belongs here too: unexpectedly large output swings from small input changes "can indicate an unstable model."[2]
- Ongoing monitoring confirms the model "is appropriately implemented and is being used and is performing as intended" — process verification plus benchmarking against alternatives.[2] For AI systems this is your eval suite run continuously: drift checks on input distributions, regression evals on a pinned test set, side-by-side comparison against a challenger model.
- Outcomes analysis compares model outputs to what actually happened — forecast accuracy, rank-ordering ability, or whatever matches the model's objective — with back-testing as one form.[2] For an LLM system: did the summarized contract actually contain the flagged clause? Did the routed ticket land with the right team? Sampled human review of production outcomes is outcomes analysis, and it needs a budget line.
Beyond these three elements, mature AI validation adds robustness and fairness as first-class dimensions: adversarial and perturbed inputs to probe stability, subgroup performance analysis to surface disparate error rates, and behavioral tests for generative failure modes. Those tactics live in their own guides — /guides/testing-and-debugging-agents for systematic behavioral testing, /guides/hallucination-control-guide for grounding and factuality controls. What SR 11-7 contributes is the gate: if validation surfaces significant deficiencies, "use of the model should not be allowed or should be permitted only under very tight constraints until those issues are resolved."[2] Validation without the authority to block deployment is documentation, not control.
Every change is a model change
SR 11-7 requires that material model changes be validated before use.[2] In an LLM system, the "model" is the whole pipeline: base model version, system prompt, fine-tune, retrieval index, decision thresholds. A prompt edit or an embedding swap can move outcomes as much as a retrain. Route all of them through the same regression evals — and record all of them in version control.
6. Remediation: the day a model fails
A model failure — a bias finding, a drift alert, a compliance breach, a cluster of bad outcomes — is an incident, and deserves the same disciplined response as a security incident. The regulatory anchors: restrict first, fix under independent review, redevelop when fixes stop working. Per SR 11-7, adjustments and recalibration "should be governed by the principle of conservatism and should undergo independent review," and when outcomes consistently fall outside the acceptable range, "the models should be redeveloped."[2] The operational playbook between those anchors:
- Detect and confirm. Failures surface through monitoring thresholds, user reports, or audits. Reproduce before reacting: confirm which model version, inputs, and time window are implicated.
- Scope the blast radius. Identify affected decisions, customers, and downstream systems from audit logs and input-output records. Severity-tier the incident: a model informing credit, hiring, pricing, or health decisions is urgent by default.
- Contain. Choose the least-drastic effective control: tighten thresholds or constrain inputs, insert human review on affected paths, roll back to the last known-good version, or suspend the model. Per SR 11-7, a deficient model runs "only under very tight constraints," or not at all.[2]
- Fix. Depending on root cause: retrain on corrected data, repair the retrieval corpus, adjust prompts or thresholds, restrict features, or replace the model. For third-party models you cannot retrain, remediation means configuration, wrapping, or substitution — which is why a benchmarked challenger model is a remediation asset, not a luxury.
- Verify independently. Re-run the full validation battery, not just the failing test. Parallel outcomes analysis — testing original and adjusted models against realized outcomes — is SR 11-7's check that the fix actually outperforms what it replaces.[2]
- Document and report. Keep the timeline, root cause, remediation, and verification evidence in the model's file. Notify stakeholders on severity triggers, and regulators where sector rules require it. Then feed the lesson back: new monitoring rule, new eval case, updated vendor requirement.
Two failure patterns deserve pre-planning because they recur. First, the vendor-caused failure: the model changed upstream, and your only levers are the contract (notice, rollback to a pinned version, credits) and your own architecture (fallback model, kill switch). Second, the correlated failure: SR 11-7 warns that aggregate model risk grows with "reliance on common assumptions, data, or methodologies" across models[2] — and an enterprise routing twenty use cases through one foundation model has exactly that concentration. Plan for the incident that is not one model misbehaving, but every system sharing its backbone.
7. Rollback and version control: the prerequisite control
Every remediation option above assumes you can answer two questions instantly: exactly what is running in production, and can we put back what ran before? Those are engineering capabilities no framework paper builds for you. The governance hooks are NIST's GOVERN 6.2 — "contingency processes are in place to handle failures or incidents in third-party data or AI systems deemed to be high-risk"[4] — and SR 11-7's firm-wide model inventory recording each model's purpose, usage, restrictions, and update history.[2] The implementation:
- Version the whole decision pipeline, not the weights. A reproducible version bundles the model artifact or pinned API version, prompts, fine-tune data references, retrieval index snapshot, preprocessing code, and configuration. Rolling back only the weights while the prompt and index have moved is not a rollback — it is a new, unvalidated combination.
- Make artifacts immutable and attributable. Registry entries are write-once, with metadata linking each version to its training data, eval results, approver, and deployment window. That lineage is both your rollback map and your audit evidence.
- Define rollback triggers before launch. Wire the monitoring signals that gate validation — outcome metrics, drift scores, fairness thresholds, error rates — to a documented decision rule for reverting, with named owners and access control on who can promote or revert.
- Rehearse the rollback. An untested rollback path fails exactly when you need it. Run it like a disaster-recovery drill: revert a production model on a schedule and measure the time and the breakage.
- Keep a warm alternative for rented models. For hosted APIs, rollback means the pinned prior snapshot plus a benchmarked fallback model behind a routing switch. If the pinned version can be deprecated out from under you, the fallback is the only rollback you truly own.
Retention deserves one deliberate decision: multi-gigabyte artifacts make keep-everything-forever expensive, so tier it — every version's metadata and evals forever; full artifacts for versions that made production decisions, as long as audit and dispute windows require.
8. The honest objections
"We are not a bank — SR 11-7 does not apply to us." True: it is supervisory guidance for banking organizations, not a general statute. But you would not be adopting it for compliance; you would be adopting the most battle-tested model governance text in existence, free. Its vocabulary — effective challenge, conceptual soundness, outcomes analysis — is also what regulated customers will use when they assess you as their third party.
"This is too heavy for our team." SR 11-7 anticipates the objection: application "should be customized to be commensurate with a bank's risk exposures, its business activities, and the complexity and extent of its model use."[2] Proportionality is in the text. A five-person team running one internal assistant needs an inventory entry, a pinned version, a small eval set, and a fallback — an afternoon of work. The full apparatus is for models whose failure moves money, safety, or legal exposure.
"An LLM that writes prose is not a 'quantitative estimate.'" The definitional edge case is real — a chatbot's paragraph is not a number. But the definition covers approaches with qualitative inputs and quantitative outputs,[2] and most enterprise LLM deployments emit decisions: a classification, a routing choice, an extraction, a score, a recommendation. If the output feeds a decision, arguing your system out of the definition wins you nothing except the absence of controls you will want anyway. The generative-specific risks a 2011 document genuinely misses are what NIST AI 600-1 exists to cover.[3]
"The vendor already validated it." The vendor validated a model; you are deploying a system. Buyers "are expected to validate their own use of vendor products,"[2] because only you have your data, your outcomes, and your risk tolerance. Vendor evidence is an input to your validation, never a substitute.
9. The read
The decision this framework supports is architectural as much as procedural: treat every model — bought, rented, or built — as an inventoried, versioned, monitored asset with a named owner, a validation file, and a rehearsed way back. That means three budget lines AI programs habitually omit: independent validation with authority to block launches, ongoing outcomes analysis on production decisions, and full-pipeline versioning with tested rollback. Make vendor cooperation — documentation, version pinning, change notice, monitoring disclosures — a scored procurement criterion that moves purchase decisions. Teams that do this ship model updates faster, not slower, because a reliable way back is what makes it safe to move forward.
How to apply this
- Stand up one model inventory covering built, bought, and API models — owner, purpose, version, restrictions, last-validation date.
- Adopt SR 11-7's three validation elements as your review template: conceptual soundness, ongoing monitoring, outcomes analysis — vendor models included.
- Give validators independence and blocking authority; if reviewers report to the shipping team, effective challenge is not real.
- Score AI vendors on evidence — documentation, testing results, limitations, version pinning, change notice, monitoring disclosures — and write them into the contract.
- Run your own use-case evals on every candidate model; treat vendor benchmarks as claims to test, not results to inherit.
- Wire monitoring to your outcomes: drift checks, regression evals on pinned test sets, sampled human review of production decisions.
- Version the full decision pipeline — model, prompts, retrieval index, config — as one immutable, attributable release.
- Define rollback triggers and owners before launch, and rehearse the rollback on a schedule.
- Keep a benchmarked fallback model behind a routing switch for any high-impact hosted API dependency.
- Write the remediation playbook now — detect, scope, contain, fix, verify, document — and severity-tier models so containment decisions are pre-made.
- Review every model at least annually; re-validate on any material change to model, prompt, data, or use.
Sources
Every quantitative or attributed claim above is linked to a primary source. Last verified at publication.
- [1]SR 11-7: Guidance on Model Risk Management (supervisory letter)Board of Governors of the Federal Reserve System · · accessed
- [2]Supervisory Guidance on Model Risk Management (SR 11-7 attachment)Board of Governors of the Federal Reserve System / Office of the Comptroller of the Currency · · accessed
- [3]
- [4]
- [5]SR 23-4: Interagency Guidance on Third-Party Relationships: Risk ManagementBoard of Governors of the Federal Reserve System · · accessed