GET
/
workspaces
/
current
/
models
/
model-types
/
text-embedding
{
  "data": [
    {
      "provider": "<string>",
      "label": {},
      "icon_small": {},
      "icon_large": {},
      "status": "<string>",
      "models": [
        {
          "model": "<string>",
          "label": {},
          "model_type": "<string>",
          "features": [
            "<any>"
          ],
          "fetch_from": "<string>",
          "model_properties": {
            "context_size": 123
          },
          "deprecated": true,
          "status": "<string>",
          "load_balancing_enabled": true
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication. Provide the key in the 'Authorization' header as 'Bearer {API_KEY}'.

Response

200 - application/json

A list of available embedding models grouped by provider.

The response is of type object.