Skip to main content

Embeddings

Generate vector embeddings from an input text.

curl http://localhost:8088/api/v1/embeddings \
--header "content-type: application/json" \
--data \
'{
"text": "Write a joke about llamas."
}'