Skip to main content
GET
/
v1
/
embed
/
models
Get supported models
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>"
    }
  ]
}

Authorizations

Api-Key
string
header
required

Access the API as yourself. You can find your API key in your profile menu in Portal.

Response

OK

models
object[]

List of supported embedding models with their configurations.