List Embedding Backends

GET
/v1/models/embedding

Response

Successful Response

embedding_endpoint_typeenum

The endpoint type for the model.

embedding_modelstring

The model for the embedding.

embedding_diminteger

The dimension of the embedding.

embedding_endpointstringOptional

The endpoint for the model (None if local).

embedding_chunk_sizeintegerOptional

The chunk size of the embedding.

handlestringOptional

The handle for this config, in the format provider/model-name.

azure_endpointstringOptional

The Azure endpoint for the model.

azure_versionstringOptional

The Azure version for the model.

azure_deploymentstringOptional

The Azure deployment for the model.