Real Money, Fake Models: The Deceptive Reality of Shadow APIs

Real Money, Fake Models: Deceptive Model Claims in Shadow APIs

Summary
Problem
Method
Results
Takeaways
Abstract

This paper presents the first systematic audit of "Shadow APIs"—unregulated third-party services claiming to provide access to frontier LLMs like GPT-5 and Gemini-2.5. By analyzing 17 providers used in 187 academic papers, the researchers expose widespread deceptive practices, including model substitution and significant performance degradation.

TL;DR

A groundbreaking audit reveals that "Shadow APIs" — the cheaper, third-party alternatives to OpenAI and Google — are frequently lying about which models they are running. Researchers found that nearly 46% of tested endpoints failed identity verification, with performance in critical sectors like medicine dropping by as much as 47%. For the research community, this is a reproducibility nightmare.

The Hidden Supply Chain of AI

As frontier models like GPT-5 and Gemini-2.5 become essential infrastructure, geographic and financial barriers have pushed users toward unofficial "Shadow APIs." These services promise official performance without the official price tag or regional blocks.

However, these platforms function as black-box agencies. Your prompt doesn't just go to a model; it is routed through unknown intermediaries who have a massive economic incentive to swap a premium model (like GPT-5) for a "good enough" open-source model (like GLM-4 or DeepSeek) to pocket the price difference.

Methodology: How to Catch a Fake Model

The researchers didn't just look at accuracy; they looked at the model's "DNA" through three lenses:

  1. Utility & Safety Benchmarking: Testing reasoning-heavy tasks (AIME 2025, GPQA) and high-stakes domains (MedQA, LegalBench).
  2. Active Fingerprinting (LLMmap): Using specific probe queries that elicit unique response patterns to identify the underlying architecture.
  3. Model Equality Testing (MET): A statistical test to see if the probability distribution of a Shadow API’s output matches the official baseline.

Overall Audit Framework Figure 1: The production, transaction, and audit lifecycle of Shadow APIs.

Smoking Guns: Deception in Plain Sight

The audit uncovered three primary "Deception Mechanisms":

  • Information Premium: Charging for a specific version while delivering a different one (e.g., selling Gemini-2.0-flash but delivering 2.5-flash at a 7x markup).
  • Discount-Substitution: The "Cheap-for-Premium" swap. Promoting GPT-5 but actually running the much cheaper GLM-4-9B.
  • Capability Downgrading: Serving requests for "Thinking" models (like DeepSeek-Reasoner) through standard non-reasoning versions.

Performance Collapse

The most alarming results came from the medical (MedQA) and legal (LegalBench) sectors. For instance, Gemini-2.5-flash’s accuracy plummeted from 83.82% (official) to ~37% across shadow providers.

Experimental Results Gap Figure 2: Significant accuracy deficits in high-stakes domains (MedQA and LegalBench).

The "Fingerprint" Failures

Using LLMmap, the researchers found that 45.83% of endpoints failed identity verification. This wasn't just a minor drift; it was systemic substitution. Even when the model family was correct, the "cosine distance" (a measure of output similarity) often exceeded official baselines by a wide margin, suggesting heavy-handed output filtering or different inference parameters.

Model ClaimedActual Fingerprint Found
GPT-5GLM-4-9B / DeepSeek-V3
GPT-4o-miniQwen2.5-7B
DeepSeek-ReasonerDeepSeek-Chat (Non-Thinking)

Critical Analysis: A Crisis for Science

This paper identifies 187 academic papers already using these tainted APIs. If the underlying model is fake, the findings of those papers are effectively invalid. The "Reproducibility Crisis" in AI just gained a new, darker dimension: the API Integrity Crisis.

Takeaway for Researchers: The researchers conclude with a stern warning: Shadow APIs should not be used in research. If they must be used, authors must provide "Fingerprint Proof" (cosine distance) and MET p-values to prove they are actually testing what they claim to be testing.

Conclusion & Future Outlook

The study proves that in the AI market, you don't always get what you pay for. Shadow APIs exploit information asymmetry to maximize profit at the cost of safety and accuracy. Moving forward, we need "Proof-of-Computation" or "Verifiable Inference" (like TEEs or watermarked outputs) to ensure that the model on the other end of the wire is the one we actually summoned.

Fingerprinting Comparison Table 2: Identity mismatches detected across various Shadow API providers.

Find Similar Papers

Try Our Examples

  • Search for recent studies auditing model substitution or integrity in open-source LLM API providers similar to Shadow APIs.
  • Which paper first introduced the LLMmap active fingerprinting method for large language models, and how does this study adapt it for commercial API verification?
  • Explore research investigating the impact of API-based model version drift or undisclosed fine-tuning on the reproducibility of academic NLP experiments.
Contents
Real Money, Fake Models: The Deceptive Reality of Shadow APIs
1. TL;DR
2. The Hidden Supply Chain of AI
3. Methodology: How to Catch a Fake Model
4. Smoking Guns: Deception in Plain Sight
4.1. Performance Collapse
5. The "Fingerprint" Failures
6. Critical Analysis: A Crisis for Science
7. Conclusion & Future Outlook