DeepInfra raises $107M Series B to scale the inference cloud — read the announcement

AI Model Calibration: The Benchmark Nobody OptimizesLatest article
Published on 2026.09.25 by NiklasAI Model Calibration: The Benchmark Nobody Optimizes

DeepSeek V4 Pro scores 42 on the Artificial Analysis Intelligence Index. On the AA-Omniscience benchmark, which asks models hard factual questions and measures whether they answer or admit uncertainty, it has a 95% hallucination rate. That means when V4 Pro does not have the answer, it guesses anyway roughly 95 times out of 100. GPT-5.6 […]

Recent articles
Token Verbosity Is the New Pricing WarPublished on 2026.09.25 by DeepInfraToken Verbosity Is the New Pricing War

With each new model release, we see new benchmark claims and new arguments justifying the value of its tokens. However, when teams compare models for real-world workloads, the sticker price alone hides large per-task differences in the amount of work a model requires to solve a task. Cheaper tokens do not necessarily translate to lower […]

Model Deprecation: Build LLM Apps That LastPublished on 2026.09.24 by Stefan FidanovModel Deprecation: Build LLM Apps That Last

Your model ID is the shortest-lived dependency in your stack and odds are it doesn’t have a maintenance schedule. On June 15, 2026, claude-sonnet-4-20250514 and claude-opus-4-20250514 stopped answering requests. Anthropic had posted the notice 62 days earlier. Teams with either string in a call site learned about it from an error rate, not an email. […]

Design Your Next Website With AI: A Prompting Guide for Ming-ImagePublished on 2026.09.23 by Oguz VuruskanerDesign Your Next Website With AI: A Prompting Guide for Ming-Image

Learn how to prompt Ming-Image, an open-weight model tuned for UI design, to turn a one-line brief into a real website mockup.

Two-Tier AI Agents: Why You Need Two ModelsPublished on 2026.09.22 by NiklasTwo-Tier AI Agents: Why You Need Two Models

Looking at the trace of a long-running coding or ops agent, you will see the same pattern. A significant share of the steps are mechanical: construct a tool call, check the output format, retry on a transient error, summarise a log, classify a result. None of that requires frontier reasoning. None of it requires a […]

Is Kimi K3 Production Ready? Real-World AnalysisPublished on 2026.09.17 by DeepInfraIs Kimi K3 Production Ready? Real-World Analysis

When Kimi K3 launched in July 2026, it quickly became one of the most talked-about models in the AI space. It climbed to the top of the Artificial Analysis Intelligence Index, outperforming several closed models that cost significantly more to run. For an open-weight model, especially one as large as 2.8 trillion parameters, that was […]

MCP Servers Explained: A Practical Guide for DevelopersPublished on 2026.09.16 by DeepInfraMCP Servers Explained: A Practical Guide for Developers

Giving an AI application access to a database, API, file system, or internal service sounds simple until you have to maintain the integration. You need to define what the model can access, describe operations, execute requests safely, return structured results, and handle authentication. You may need to repeat much of that work when another AI […]