Embeddings

Generates embeddings (vector representations) for the provided text input.

post

Converts the provided text into numerical vector representations (embeddings) for semantic analysis, similarity search, and machine learning applications.

Authorizations
AuthorizationstringRequired

Bearer authentication with JWT

Body
inputstring · nullableRequired
dimensionsinteger · int32 · nullableOptional
Responses
chevron-right
200

Successfully generated embeddings for the input text

application/json
post
/inference/embeddings

Last updated