-
Notifications
You must be signed in to change notification settings - Fork 234
Description
I decided to try the free models provided by openrouter and found that models.dev has outdated information about them, for example:
-
https://openrouter.ai/deepseek/deepseek-chat-v3-0324:free models.dev does not indicate that this model is free
-
https://openrouter.ai/z-ai/glm-4.5-air:free Openrouter states that the model supports tools, while models.dev states that it does not. But in fact, when I write something to the model to do in opencode, the model calls the tool, but in the wrong format, and nothing happens. I don't know if the problem is in the model or in the missing system prompt for z.ai models, and I also don't know if it is correct to indicate that the model supports/does not support tools
-
https://openrouter.ai/x-ai/grok-4-fast openrouter no longer provides a free version. This update was released just a couple of days ago.
There are many such inconsistencies, which is why I cannot use free models and have to use paid ones. Perhaps it would be worth creating a script/daemon that would get the latest information about models from https://openrouter.ai/api/v1/models, convert it to .toml, and synchronize it with the repository. Its work does not seem resource-intensive, so it can be run every 10 minutes on the server.