Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Overview

Text embedding endpoints

Available Operations

generate

Submits an embedding request to the embeddings router

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<operations.CreateEmbeddingsResponse>

Errors

listModels

Returns a list of all available embeddings models and their properties

Example Usage

Standalone function

The standalone function version of this method:

Parameters

Response

Promise<models.ModelsListResponse>

Errors