[GH-ISSUE #10153] Models listed aren't in order #32421

Closed
opened 2026-04-22 13:41:02 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @iplayfast on GitHub (Apr 6, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10153

What is the issue?

https://ollama.com/search?o=newest should be showing the newest models, but scannng down the list it shows them in newish order instead.

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @iplayfast on GitHub (Apr 6, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10153 ### What is the issue? https://ollama.com/search?o=newest should be showing the newest models, but scannng down the list it shows them in newish order instead. ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bugollama.com labels 2026-04-22 13:41:02 -05:00
Author
Owner

@rick-github commented on GitHub (Apr 7, 2025):

Models are listed in the order added. If the model is later updated. it changes the "Updated" value but not the ordering.

<!-- gh-comment-id:2782940832 --> @rick-github commented on GitHub (Apr 7, 2025): Models are listed in the order added. If the model is later updated. it changes the "Updated" value but not the ordering.
Author
Owner

@Qualzz commented on GitHub (Apr 7, 2025):

#4596

I opened an issue about this same thing a few months ago. The "Newest" sort should use the updated_at field instead of created_at — or at least there should be an option to sort by "Recently Updated."

Right now, it’s not intuitive to have to scroll — sometimes a long way — to find a model that was updated just two days ago, hidden among releases from two months ago, especially when the user has selected "Newest" as the sort.

<!-- gh-comment-id:2784076135 --> @Qualzz commented on GitHub (Apr 7, 2025): [#4596](https://github.com/ollama/ollama/issues/4596) I opened an issue about this same thing a few months ago. The "Newest" sort should use the updated_at field instead of created_at — or at least there should be an option to sort by "Recently Updated." Right now, it’s not intuitive to have to scroll — sometimes a long way — to find a model that was updated just two days ago, hidden among releases from two months ago, especially when the user has selected "Newest" as the sort.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#32421