models
List Embedding Backends
GET
/
v1
/
models
/
embedding
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
embedding_endpoint_type
string
requiredThe endpoint type for the model.
embedding_endpoint
string | null
The endpoint for the model (None
if local).
embedding_model
string
requiredThe model for the embedding.
embedding_dim
integer
requiredThe dimension of the embedding.
embedding_chunk_size
integer | null
default: 300The chunk size of the embedding.
azure_endpoint
string | null
The Azure endpoint for the model.
azure_version
string | null
The Azure version for the model.
azure_deployment
string | null
The Azure deployment for the model.