[GH-ISSUE #9675] 404 not found #32072

Closed
opened 2026-04-22 12:57:53 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @snowfalcon123 on GitHub (Mar 12, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9675

localhost:11434 is working and showing OLLama is running
chatbox is working by using api localhost:11434
however, localhost:11434 is not working on cherry studio
both localhost:11434/V1 or localhost:11434/chat return 404 not found

Originally created by @snowfalcon123 on GitHub (Mar 12, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9675 localhost:11434 is working and showing OLLama is running chatbox is working by using api localhost:11434 however, localhost:11434 is not working on cherry studio both localhost:11434/V1 or localhost:11434/chat return 404 not found
GiteaMirror added the questionneeds more info labels 2026-04-22 12:57:54 -05:00
Author
Owner

@BruceMacD commented on GitHub (Mar 12, 2025):

Hi @snowfalcon123 is the API accessible through other tools?

For example, using cURL in my terminal:

curl -X POST http://127.0.0.1:11434/api/chat \
-H "Content-Type: application/json" \
-d '{
  "model": "llama3.2:1b",
  "messages": [
    {"role": "user", "content": "say hi"}
  ]
}'

Also, make sure you have pulled the model you are trying to run. If the model is not found that will result in a 404 also.

<!-- gh-comment-id:2718447968 --> @BruceMacD commented on GitHub (Mar 12, 2025): Hi @snowfalcon123 is the API accessible through other tools? For example, using cURL in my terminal: ``` curl -X POST http://127.0.0.1:11434/api/chat \ -H "Content-Type: application/json" \ -d '{ "model": "llama3.2:1b", "messages": [ {"role": "user", "content": "say hi"} ] }' ``` Also, make sure you have pulled the model you are trying to run. If the model is not found that will result in a 404 also.
Author
Owner

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

Closing for inactivity for now

<!-- gh-comment-id:2784137207 --> @jmorganca commented on GitHub (Apr 7, 2025): Closing for inactivity for now
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#32072