[GH-ISSUE #11046] The following openai message input formats are not supported #53800

Closed
opened 2026-04-29 04:46:52 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @jkl375 on GitHub (Jun 11, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11046

What is the issue?

The following openai message input formats are not supported:

"messages": [
            {
                "role": "user",
                "content": [
                    {
                        "image_url": {
                            "url": "https://airesources.oss-cn-hangzhou.aliyuncs.com/jkl/300iduo/test.jpg"
                        },
                        "type": "image_url",
                    },
                    {"text": "describe the image", "type": "text"},
                ],
            }
        ],

Relevant log output


OS

macOS

GPU

Apple

CPU

Apple

Ollama version

master

Originally created by @jkl375 on GitHub (Jun 11, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11046 ### What is the issue? The following openai message input formats are not supported: ``` "messages": [ { "role": "user", "content": [ { "image_url": { "url": "https://airesources.oss-cn-hangzhou.aliyuncs.com/jkl/300iduo/test.jpg" }, "type": "image_url", }, {"text": "describe the image", "type": "text"}, ], } ], ``` ### Relevant log output ```shell ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version master
GiteaMirror added the bug label 2026-04-29 04:46:52 -05:00
Author
Owner

@rick-github commented on GitHub (Jun 11, 2025):

https://github.com/ollama/ollama/blob/main/docs/openai.md#v1chatcompletions

Image

<!-- gh-comment-id:2962118486 --> @rick-github commented on GitHub (Jun 11, 2025): https://github.com/ollama/ollama/blob/main/docs/openai.md#v1chatcompletions ![Image](https://github.com/user-attachments/assets/e8421e58-b628-49aa-9554-99ce0309177a)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#53800