Embedding Generation
Text Embedding Models on Sentry Block
Available Models
Using the Models
cURL Example
bashCopyEditcurl -X POST "https://inference.sentryblock.com/v1/embeddings" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SENTRY_API_KEY" \
--data-raw '{
"model": "WhereIsAI/UAE-Large-V1",
"input": [
"Bananas are berries, but strawberries are not, according to botanical classifications.",
"The Eiffel Tower in Paris was originally intended to be a temporary structure."
]
}'Python Example
JavaScript Example
Model Mapping
Response Example
Last updated