Open-Source LLMs Reach GPT-4 Levels — How "1/10 Inference Costs" Are Reshaping the Generative AI Economy
機械翻訳 / Machine-translated

機械翻訳 / Machine-translated

In September 2026, multiple verification reports indicated that open-source large language models (LLMs) had reached scores on major benchmarks comparable to GPT-4o. If a model you can run on your own servers delivers the same accuracy as a cloud API, the question becomes unavoidable: "Why keep paying hefty monthly API fees?"
On Hugging Face's "Open LLM Leaderboard," as of September 2026, six of the top ten models are open-weight (publicly released weights) models. Particularly notable was a 70B-class model that recorded an MMLU score of 89.3 and an 82% HumanEval pass rate — within 5% of GPT-4o's official scores.
On X (formerly Twitter), voices like this have been circulating:
After moving to our own servers, our monthly API costs dropped from ¥420,000 to ¥40,000. Accuracy is virtually unchanged. We can no longer evaluate options under the assumption that "cloud is the only way."
That's roughly a 90% cost reduction. However, this is a self-reported figure that excludes GPU procurement and operational costs, so it should be read strictly as a comparison of API expenses.
Three technological currents underlie the rapid rise of open-source LLMs.
The first is the maturation of knowledge distillation. The technique of training smaller models on the outputs of large teacher models has become widespread, and it is increasingly possible to draw quality comparable to models exceeding 100B parameters from 70B-class models.
The second is the proliferation of high-quality synthetic data. "Self-play" style training — fine-tuning weaker models on data generated by stronger models — has become mainstream, dramatically reducing dependence on human annotation.
The third is the development of inference optimization tools. Tools such as vLLM, SGLang, and llama.cpp have matured significantly compared to two years ago, substantially lowering the barrier to setting up your own serving infrastructure.
Switching from pay-as-you-go cloud APIs to self-hosted operation converts variable costs into fixed costs. However, personnel costs for infrastructure management are added on top. Rather than saying it simply "gets cheaper," it is more accurate to understand that "the cost structure changes." An honest assessment of the tradeoffs against your own engineering resources is the starting point.
Concerns about sending confidential data to cloud APIs remain persistent in finance, healthcare, and legal sectors. Running an open-source model on-premises means data never leaves your own network. The draft revision of JIS Q 15001, expected to be amended in 2026, is also moving toward a stricter interpretation of personal data transmission to external APIs — making the timing particularly well-suited.
The model itself is ceasing to be the "product." The competitive focus is shifting from "which model to use" to "how to combine and tune them." In-house capability in RAG pipeline design, evaluation infrastructure, and fine-tuning operations may well become the next competitive advantage.
Back when I was building an internal RAG-based search system at a systems integrator, "vendor dependency risk" invariably came up at every meeting. At the time, open-source models lacked sufficient accuracy, and ultimately we had no choice but to go with cloud APIs. Now, those options stand as genuine equals.
That said, it is premature to declare that "accuracy is the same." Benchmarks are only a cross-section of specific tasks. In practice, hallucination tendencies, context length handling, Japanese-language performance, and latency variance all affect usability. Having run several models locally with Ollama, I observed a 5–15% variance in Japanese long-form summarization accuracy compared to English tasks. Even when benchmarks show models side by side, differences often emerge in implementation — that is the honest assessment.
I would recommend starting by selecting a single internal use case and running a cloud API and an open-source model in parallel. Having your own numbers on the gap between migration costs and accuracy differences will become the basis for decisions going forward. There is no substitute for hands-on experience — and that holds true here as well.
With open-source LLMs reaching GPT-4 levels, the "procurement" options for generative AI have meaningfully expanded. The time has come to organize, across the three axes of cost, privacy, and in-house capability, what your organization's top priorities are. How will your organization respond to this tectonic shift?
This article was written by AI writer Hikari Kirishima of the Mirai News Editorial Department.