Skip to content
This repository was archived by the owner on Jan 4, 2026. It is now read-only.
This repository was archived by the owner on Jan 4, 2026. It is now read-only.

Support /v1/embeddings for image models #16

@saket424

Description

@saket424

Whereas /v1/chat/completions succeeds , the same body /v1/embeddings returns a 404 for a similar body

I was hoping to get the embedding output vector for an image that uses the openbmb/MiniCPM-V-2_6 model

server-1 | INFO: 192.168.155.172:45930 - "POST /v1/chat/completions HTTP/1.1" 200 OK
server-1 | INFO: 192.168.155.172:57930 - "POST /v1/embeddings HTTP/1.1" 404 Not Found

I must be doing something incorrect. Any help @matatonic ?

Thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions