Models

Get Embedding Model by Name

Get detailed information about a specific embedding model by its name.

get/models/embedding/{model_name}

Path parameters

model_namestring required

Headers

authorizationstring nullable
x_session_tokenstring nullable

Response

Successful Response

namestring required

Name of the embedding model

providerstring required

Provider of the model (e.g., openai, cohere, google)

embedding_dimensionsinteger required

Dimension of the embedding vectors

context_limitinteger required

Maximum context window size in tokens

last_updatedstring date-time nullable

Last time the model was updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.