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_endpointstringOptional

The endpoint for the model (None if local).

embedding_chunk_sizeintegerOptionalDefaults to 300
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.