Embedding Generation
Models available
Using the Models
Through API Endpoint
Using cURL
curl -X POST "https://inference.nebulablock.com/v1/embeddings" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $NEBULA_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."
]
}'Using Python
Using JavaScript
Selecting a Model
Response Example
Last updated