Skip to main content
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. For all API requests, include your API Key in the Authorization HTTP Header, prefixed with 'Bearer '. Example: Authorization: Bearer {API_KEY}. Strongly recommend storing your API Key on the server-side, not shared or stored on the client-side, to avoid possible API-Key leakage that can lead to serious consequences.

Response

200 - application/json

A list of available embedding models grouped by provider.

data
object[]