1
0 Comments

Smoothed out picking models in my AI tool — popularity sort + modality filter

Hey IH,

Working on YeeroAI (an AI collaboration tool) and shipped two small things in the last two weeks, both around how you pick a model:

**Default sort is now "most popular"** — the model list used to default to upload order, but I always ended up scrolling past the bulk to reach the ones I actually use. Switched the default to popularity by usage. The old default is kept as a "Latest" option. Six sort modes total: most popular / latest / earliest / longest context / cheapest / most expensive.

**Modality filter** — when there are hundreds of models, searching by name doesn't help when what you really want is "anything that takes image input" or "anything that outputs video". Added a modality filter row to two places: the global search (⌘K, on the "models" tab) and the "select model" dialog in chat. You pick text / image / audio / video / file for input and output independently. With an empty keyword + any modality picked, it lists matching models right away. Same component on both sides so the interaction stays consistent.

Both are small quality-of-life things, but they really cut down the friction of picking the right model.

---

Other stuff I've built:

- 300+ models answer side by side
- Git-style conversation branching
- Branch tree visualization panel
- Message outline navigation
- Knowledge base + memory injection
- Background streaming for chats & AI apps
- Global semantic search + ⌘K quick actions
- AI generates web apps through conversation

yeero.ai if you want to check it out. Happy to answer questions or hear feedback.

posted toAvatar for product YeeroAI
YeeroAI