hey! found this repo through the OR discord, looks slick! love the native RSS support
@spaceemotion brought up a great point about our main site lacking a good changelog for bulk model addition/changes/deletions, and then i remembered seeing your site posted
when we were looking through some of the recent change entries, we noticed that it detected our removal of airoboros as a price change:

after checking our /v1/models api result, i think i see the issue:

confusion probs comes from the fact that when we "remove" a model, we try to keep the model's config visible via API & frontend (for analytics purposes, SEO, etc). usually avoid yoinking the model from the API completely
so when a model is removed from the last provider, it's price will be set to -1
happy to try and knock out a quick pr for this here if you think its appropriate! but also feel free to take it on whenever if you would rather that
cheers!
hey! found this repo through the OR discord, looks slick! love the native RSS support
@spaceemotion brought up a great point about our main site lacking a good changelog for bulk model addition/changes/deletions, and then i remembered seeing your site posted
when we were looking through some of the recent change entries, we noticed that it detected our removal of airoboros as a price change:

after checking our

/v1/modelsapi result, i think i see the issue:confusion probs comes from the fact that when we "remove" a model, we try to keep the model's config visible via API & frontend (for analytics purposes, SEO, etc). usually avoid yoinking the model from the API completely
so when a model is removed from the last provider, it's price will be set to
-1happy to try and knock out a quick pr for this here if you think its appropriate! but also feel free to take it on whenever if you would rather that
cheers!