FruxonDocs
IntegrationsAssets

Lists supported embedding models.

Returns the embedding models that the RAG service currently accepts for new assets, including their vector dimensions and pricing identifiers. Pair the chosen model with an asset's `embeddingConfig` when calling `POST /assets` or `POST /assets:file`. The list is tenant-agnostic and rarely changes; clients may cache it for the duration of a session.

GET
/v1/tenants/{tenant}/assets:embeddingModels
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/assets:embeddingModels"
[
  {
    "provider": "string",
    "model": "string",
    "dimensions": 0,
    "description": "string"
  }
]
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}