This repository was archived by the owner on Mar 9, 2026. It is now read-only.
Replies: 1 comment
-
|
I just saw that you have https://github.com/charmbracelet/catwalk now. An integration with that would be great. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd love to suggest integrating with models.dev (or a similar model database) to automatically fetch model-specific metadata (max tokens, context length, pricing, etc.) instead of having users manually configure each model.
Why this would be helpful
First off, mods is fantastic – I use it all the time! But there's one small friction point I keep running into. Right now, to get optimal performance from different models, I need to set
max-input-charsandmax-tokensfor each one individually. The alternative is setting a global value somewhere in the middle, but then each model isn't really optimized.Here's the tradeoff I'm facing:
What I'm thinking
What if mods could automatically grab all that metadata from models.dev? Things like:
This way, I could just specify the provider and model name, and mods would automatically use the optimal settings for each model!
Benefits this would bring
Thoughts?
I think this could make an already great tool even better, and I'd be happy to contribute to making this happen. What do you think about this approach? Any particular implementation preferences, or concerns I should consider?
Looking forward to hearing your thoughts!
Beta Was this translation helpful? Give feedback.
All reactions