void icon indicating copy to clipboard operation
void copied to clipboard

Keep our Models List updated!

Open andrewpareles opened this issue 8 months ago • 2 comments

We need to keep Void's models list updated whenever a new model is released (e.g. Llama 4 recently came out, and we needed to update that in Void).

All this requires is updating one JSON in the top of the modelCapabilities file whenever a new model comes out.

If you're interested in being a model updater, feel free to issue a PR or DM me in our Discord server! We can use all the people we can get to help us keep this updated.

andrewpareles avatar May 02 '25 10:05 andrewpareles

@andrewpareles : we might be able to fetch dynamically the models from any endpoints. This is the case for mistral AI, i allready did it once on another project.

Let me try to do it with mistral, and maybe we could replicate to others.

jcommaret avatar Jun 14 '25 13:06 jcommaret

Another option is to use models.dev from the opencode people.

Github: https://github.com/sst/models.dev

curl https://models.dev/api.json

ShoeBoom avatar Nov 28 '25 22:11 ShoeBoom