List Embedding Models

List available embedding models using the asynchronous implementation for improved performance

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

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_endpointstring or null

The endpoint for the model (None if local).

embedding_chunk_sizeinteger or nullDefaults to 300
The chunk size of the embedding.
handlestring or null

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

azure_endpointstring or null
The Azure endpoint for the model.
azure_versionstring or null
The Azure version for the model.
azure_deploymentstring or null
The Azure deployment for the model.