Reader
Embeddings
Reranker
>
chevron_leftchevron_right
home

add_photo_alternate
Déposez, cliquez ou collez (Ctrl+V) une image
Prend en charge les formats JPEG, PNG et WebP
La réponse apparaîtra ici.

upload
Demande
POST
curl "https://api-beta-vlm.jina.ai/v1/chat/completions" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $JINA_API_KEY" \
-d @- <<EOFEOF
{ "model": "jina-vlm", "stream": true, "messages": [ { "role": "user", "content": "Describe this image" } ] }
EOFEOF