[GH-ISSUE #11922] Compatibility for OpenAI API's #7914

Open
opened 2026-04-12 20:04:56 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @smathieson on GitHub (Aug 15, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11922

What is the issue?

When using the "ollama cp" function to copy a model and alias the name, ollama ps does not show the linked models as being loaded, only the one that is called.

ollama list:

NAME                                     ID              SIZE      MODIFIED               
gpt-4.1:latest                           e95023cf3b7b    13 GB     3 days ago        
gpt-oss:20b                              e95023cf3b7b    13 GB     3 days ago        

Actual ollama ps:

NAME                                    ID              SIZE     PROCESSOR    CONTEXT    UNTIL           
gpt-4.1:latest                          e95023cf3b7b    13 GB    100% CPU     4096       6 days from now

SHOULD BE ollama ps:

NAME                                    ID              SIZE     PROCESSOR    CONTEXT    UNTIL           
gpt-4.1:latest                          e95023cf3b7b    13 GB    100% CPU     4096       6 days from now
gpt-oss:20b                             e95023cf3b7b    13 GB    100% CPU     4096       6 days from now

I am not sure if this is a "feature request" or a "bug". I think it is probably a bug since it might cause confusion for users when using it through third party apps such as open-webui.

I have not gone through the code yet but I believe this should be a rather easy fix.

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @smathieson on GitHub (Aug 15, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11922 ### What is the issue? When using the "ollama cp" function to copy a model and alias the name, ollama ps does not show the linked models as being loaded, only the one that is called. ollama list: ``` NAME ID SIZE MODIFIED gpt-4.1:latest e95023cf3b7b 13 GB 3 days ago gpt-oss:20b e95023cf3b7b 13 GB 3 days ago ``` Actual ollama ps: ``` NAME ID SIZE PROCESSOR CONTEXT UNTIL gpt-4.1:latest e95023cf3b7b 13 GB 100% CPU 4096 6 days from now ``` *SHOULD BE* ollama ps: ``` NAME ID SIZE PROCESSOR CONTEXT UNTIL gpt-4.1:latest e95023cf3b7b 13 GB 100% CPU 4096 6 days from now gpt-oss:20b e95023cf3b7b 13 GB 100% CPU 4096 6 days from now ``` I am not sure if this is a "feature request" or a "bug". I think it is probably a bug since it might cause confusion for users when using it through third party apps such as open-webui. I have not gone through the code yet but I believe this should be a rather easy fix. ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-12 20:04:56 -05:00
Author
Owner

@soorya38 commented on GitHub (Aug 15, 2025):

Can this be issued to me ?

<!-- gh-comment-id:3191856716 --> @soorya38 commented on GitHub (Aug 15, 2025): Can this be issued to me ?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7914