AxAIOpenAIEmbedRequest Generated TypeScript API reference. typescript api api/reference build/apidocs/TypeAlias.AxAIOpenAIEmbedRequest.md type AxAIOpenAIEmbedRequest

AxAIOpenAIEmbedRequest

TypeScript
type AxAIOpenAIEmbedRequest<TEmbedModel> = object;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L360

Type Parameters

Type Parameter
TEmbedModel

Properties

dimensions?

TypeScript
optional dimensions: number;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L363


input

TypeScript
input: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L361


model

TypeScript
model: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L362


user?

TypeScript
optional user: string;

Defined in: https://github.com/ax-llm/ax/blob/7965c876f6a5b641e0cf166e8942e540cfde65e1/src/ax/ai/openai/chat_types.ts#L364

Docs