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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L377

Type Parameters

Type Parameter
TEmbedModel

Properties

dimensions?

TypeScript
optional dimensions: number;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L380


input

TypeScript
input: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L378


model

TypeScript
model: TEmbedModel;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L379


user?

TypeScript
optional user: string;

Defined in: https://github.com/ax-llm/ax/blob/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/openai/chat_types.ts#L381

Docs