Skip to content

Show model capabilities next to the model name#51

Merged
dkotter merged 2 commits into
developfrom
feature/show-model-capabilities
Apr 21, 2026
Merged

Show model capabilities next to the model name#51
dkotter merged 2 commits into
developfrom
feature/show-model-capabilities

Conversation

@dkotter
Copy link
Copy Markdown
Collaborator

@dkotter dkotter commented Apr 21, 2026

Description of the Change

On our settings screen, we output a list of all available models which is mostly just there to make it clear that you are properly connected and you do have models installed (you can't actually choose any specific model, this is just for display purposes).

As noted in #48, showing the capabilities of each model is helpful as it's not always clear just based on the name. This PR takes the capabilities that we determine based on the model information Ollama provides and we use that to add "pills" next to each model name that specify what that model can do (text generation, image generation, vision, etc).

Closes #48

Model names and capabilities showing on the settings screen

How to test the Change

  1. Pull this PR down and run npmi i && npm run build
  2. Ensure you have Ollama running and at least one model installed
  3. Visit Settings > Ollama and ensure you see the installed models showing with their capabilities

Changelog Entry

Added - Show the capabilities of each model next to the model name on our settings page

Credits

Props @jeffpaul, @dkotter

Checklist:

Open WordPress Playground Preview

@dkotter dkotter added this to the 1.1.0 milestone Apr 21, 2026
@dkotter dkotter self-assigned this Apr 21, 2026
@dkotter dkotter mentioned this pull request Apr 21, 2026
19 tasks
@dkotter dkotter requested a review from jeffpaul April 21, 2026 18:18
Copy link
Copy Markdown
Collaborator

@jeffpaul jeffpaul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works well in testing, thanks!

Image

@dkotter dkotter merged commit 887e6f9 into develop Apr 21, 2026
15 checks passed
@dkotter dkotter deleted the feature/show-model-capabilities branch April 21, 2026 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add labels alongside models on settings page

2 participants