curl --request GET \
--url https://api.sierra.absconsulting.com/v1/embed/models \
--header 'Api-Key: <api-key>'{
"models": [
{
"description": "<string>",
"dimensions": 123,
"model": "<string>",
"provider": "<string>"
}
]
}Get a list of all currently supported embedding models with their configurations (dimensions, provider, etc.).
curl --request GET \
--url https://api.sierra.absconsulting.com/v1/embed/models \
--header 'Api-Key: <api-key>'{
"models": [
{
"description": "<string>",
"dimensions": 123,
"model": "<string>",
"provider": "<string>"
}
]
}Was this page helpful?