Models.dev looks like a shortcut to cheaper AI, and a lot of people are asking whether it hides a free Claude Code. It does not. Models.dev is a price database, not a provider, so it can tell you what things cost but it cannot run a model for you.
What Models.dev Actually Is
Models.dev is an open-source database of AI model specifications, pricing, and features. It is provider-agnostic: model pages list every provider serving that model, provider pages list every model a provider offers, and lab pages group canonical models by author. It even exposes the whole catalog as JSON endpoints, which is why developers like it.
The page reads like a spreadsheet of the entire AI market. For any model you can see context length, output limits, reasoning support, tool calling, temperature settings, weights (open or closed), and the price per million tokens. For a model like Qwen3.8 Max you can see that Alibaba lists it at zero input and output price while other providers set their own rates.
That is the whole product: transparency about the market. It is genuinely useful, and it is free. But it is a catalog, not a service.
Why People Think It Means Free Claude Code
The confusion comes from two directions. First, models.dev lists Claude models with prices from multiple providers, and some of those providers offer free trial credits, which sounds like “free Claude Code.” Second, open-weight models on the list, like Qwen and some others, are genuinely free to run if you have your own hardware.
Neither adds up to free Claude Code. Claude Code is Anthropic’s tool, and access to it is governed by Anthropic’s own plans, not by anything on models.dev. The database can show you what Claude models cost per token across providers, and that is a real money-saver when comparing, but it cannot grant you access to anything.
What Actually Gets You Claude Code Cheaply
If the goal is to spend less, the real levers are: check Anthropic’s current plans and free allowances first, because they change; compare per-token pricing across providers on models.dev if you are using Claude through an API; and be careful with the “free credits” trap, where a provider gives you a small free balance that runs out mid-project.
Our full breakdown of Claude Code token pricing walks through what the Pro, Max, and Team tiers cost and how token billing actually behaves in practice, which is the detail most comparison articles skip.
How Developers Actually Use It
The JSON endpoints are what make Models.dev a developer tool rather than a blog post. You can pull the full provider and model catalog and wire it into a cost-estimation script or a comparison UI of your own. If your team already compares model prices in a spreadsheet, Models.dev is the maintained source that replaces the manual rows.
The Bottom Line
Use models.dev as a research tool, because it is excellent at that job. Do not expect it to be a free ride to Claude Code, because it was never designed to be one. The price of admission to Claude Code is an Anthropic plan, and models.dev just helps you see what everything else costs while you decide.