Embedding Models
What are Embeddings?
Pricing
Example: Generating Embeddings
curl https://api.apilaplas.com/v1/embeddings \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $LAPLASAPI_API_KEY" \
-d '{
"input": "Your text string goes here",
"model": "text-embedding-3-small"
}'
Example in Python
All Available Embedding Models
Model ID
Developer
Context
Model Card
Last updated