vet

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c604662e478e7b5e99e391f35a88e1ac7686ffbc
parent 1cb60ee1ed926582171c05d47f16cab8334c12db
Author: andrewlaack-collab <andrew.laack@imbue.com>
Date:   Tue, 24 Feb 2026 21:56:04 -0600

Added free models in this repo (#141)

* Added free models

* Removed unusable models

* Added free to aliases as appropriate

---------

Co-authored-by: Andrew Laack <andrew@laack.co>
Diffstat:
M.vet/models.json | 26++++++++++++++++++++++++++
Muv.lock | 2+-
2 files changed, 27 insertions(+), 1 deletion(-)

diff --git a/.vet/models.json b/.vet/models.json @@ -17,6 +17,18 @@ "context_window": 272000, "max_output_tokens": 128000, "supports_temperature": false + }, + "gpt-5-nano-free": { + "model_id": "gpt-5-nano", + "context_window": 400000, + "max_output_tokens": 128000, + "supports_temperature": false + }, + "minimax-m2.5-free": { + "model_id": "minimax-m2.5-free", + "context_window": 204800, + "max_output_tokens": 16384, + "supports_temperature": true } } }, @@ -79,6 +91,20 @@ "supports_temperature": true } } + }, + "openrouter": { + "name": "OpenRouter", + "api_type": "openai_compatible", + "base_url": "https://openrouter.ai/api/v1", + "api_key_env": "OPENROUTER_API_KEY", + "models": { + "nemotron-30b-free": { + "model_id": "nvidia/nemotron-3-nano-30b-a3b:free", + "context_window": 128000, + "max_output_tokens": 16384, + "supports_temperature": true + } + } } } } diff --git a/uv.lock b/uv.lock @@ -1511,7 +1511,7 @@ wheels = [ [[package]] name = "verify-everything" -version = "0.1.14" +version = "0.2.0" source = { editable = "." } dependencies = [ { name = "anthropic" },