Generate Embeddings

Generate embeddings for the provided text using the specified model.

This endpoint uses the language model to generate embeddings for the provided text. The model parameter specifies the model to use for generating embeddings.

Headers

AuthorizationstringRequired

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

X-API-KeystringRequired

Request

Text to generate embeddings for

Response

Successful Response

resultslist of doubles

Errors