[GH-ISSUE #13708] Does not support Anthropic type API #55503

Closed
opened 2026-04-29 09:18:25 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @jiongjiongJOJO on GitHub (Jan 14, 2026).
Original GitHub issue: https://github.com/ollama/ollama/issues/13708

What is the issue?

Image

After testing, it was found that the OpenAI format API is usable, but it does not support the Anthropic format API.

Relevant log output

devices 1:

[GIN] 2026/01/14 - 10:42:20 | 200 |            0s | 192.168.101.176 | GET      "/"
[GIN] 2026/01/14 - 10:42:20 | 200 |            0s | 192.168.101.176 | GET      "/"
[GIN] 2026/01/14 - 10:43:03 | 404 |            0s | 192.168.101.176 | POST     "/v1/messages?beta=true"
[GIN] 2026/01/14 - 10:43:03 | 404 |            0s | 192.168.101.176 | POST     "/v1/messages?beta=true"
[GIN] 2026/01/14 - 10:43:03 | 404 |            0s | 192.168.101.176 | POST     "/v1/messages?beta=true"
[GIN] 2026/01/14 - 10:43:03 | 404 |            0s | 192.168.101.176 | POST     "/v1/messages?beta=true"


devices 2:

[GIN] 2026/01/14 - 10:47:29 | 404 |            0s |       127.0.0.1 | POST     "/v1/messages?beta=true"

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

ollama version is 0.13.5

Originally created by @jiongjiongJOJO on GitHub (Jan 14, 2026). Original GitHub issue: https://github.com/ollama/ollama/issues/13708 ### What is the issue? <img width="630" height="304" alt="Image" src="https://github.com/user-attachments/assets/1f7199b9-f705-4c75-8732-61b3962b1344" /> After testing, it was found that the OpenAI format API is usable, but it does not support the Anthropic format API. ### Relevant log output ```shell devices 1: [GIN] 2026/01/14 - 10:42:20 | 200 | 0s | 192.168.101.176 | GET "/" [GIN] 2026/01/14 - 10:42:20 | 200 | 0s | 192.168.101.176 | GET "/" [GIN] 2026/01/14 - 10:43:03 | 404 | 0s | 192.168.101.176 | POST "/v1/messages?beta=true" [GIN] 2026/01/14 - 10:43:03 | 404 | 0s | 192.168.101.176 | POST "/v1/messages?beta=true" [GIN] 2026/01/14 - 10:43:03 | 404 | 0s | 192.168.101.176 | POST "/v1/messages?beta=true" [GIN] 2026/01/14 - 10:43:03 | 404 | 0s | 192.168.101.176 | POST "/v1/messages?beta=true" devices 2: [GIN] 2026/01/14 - 10:47:29 | 404 | 0s | 127.0.0.1 | POST "/v1/messages?beta=true" ``` ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version ollama version is 0.13.5
GiteaMirror added the bug label 2026-04-29 09:18:25 -05:00
Author
Owner

@rick-github commented on GitHub (Jan 14, 2026):

0.14.0

<!-- gh-comment-id:3748085419 --> @rick-github commented on GitHub (Jan 14, 2026): [0.14.0](https://github.com/ollama/ollama/releases)
Author
Owner

@jiongjiongJOJO commented on GitHub (Jan 14, 2026):

0.14.0

You are simply my god, I didn't download the latest version from the official website, but it worked after the update. Thank you!!!

<!-- gh-comment-id:3748117090 --> @jiongjiongJOJO commented on GitHub (Jan 14, 2026): > [0.14.0](https://github.com/ollama/ollama/releases) You are simply my god, I didn't download the latest version from the official website, but it worked after the update. Thank you!!!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#55503