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/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L367

Type Parameters

Type Parameter
TEmbedModel

Properties

dimensions?

TypeScript
optional dimensions: number;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L370


input

TypeScript
input: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L368


model

TypeScript
model: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L369


user?

TypeScript
optional user: string;

Defined in: https://github.com/ax-llm/ax/blob/781623e58befc00a555cf73ccbac598a72bb700c/src/ax/ai/openai/chat_types.ts#L371

Docs