GET
/
v1
/
models
/
embedding

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
embedding_endpoint_type
string
required

The endpoint type for the model.

embedding_endpoint
string | null

The endpoint for the model (None if local).

embedding_model
string
required

The model for the embedding.

embedding_dim
integer
required

The dimension of the embedding.

embedding_chunk_size
integer | null
default: 300

The 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.