[GH-ISSUE #9494] How can I get embedding result by images #68239

Closed
opened 2026-05-04 12:58:15 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @LwengGitHub on GitHub (Mar 4, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9494

URL:XXXXXXX/v1/embeddings
##############
request:
{
"model": "minicpm-v:latest",
"input": [
{
"image": "base64-info"
}
]
}
##########
response:
{
"error": {
"message": "invalid input type",
"type": "api_error",
"param": null,
"code": null
}
}

Originally created by @LwengGitHub on GitHub (Mar 4, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9494 URL:XXXXXXX/v1/embeddings ############## request: { "model": "minicpm-v:latest", "input": [ { "image": "base64-info" } ] } ########## response: { "error": { "message": "invalid input type", "type": "api_error", "param": null, "code": null } }
GiteaMirror added the model label 2026-05-04 12:58:15 -05:00
Author
Owner

@rick-github commented on GitHub (Mar 4, 2025):

#5304

<!-- gh-comment-id:2696833703 --> @rick-github commented on GitHub (Mar 4, 2025): #5304
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#68239