Reader
Embeddings
Reranker
>
chevron_leftchevron_right
home

add_photo_alternate
Suelte, haga clic o pegue (Ctrl+V) una imagen
Admite JPEG, PNG y WebP
La respuesta aparecerá aquí

upload
Pedido
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