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

AxAIOpenAIEmbedResponse

TypeScript
type AxAIOpenAIEmbedResponse = object;

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

Properties

data

TypeScript
data: object[];

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

embedding

TypeScript
embedding: readonly number[];

index

TypeScript
index: number;

model

TypeScript
model: string;

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


usage

TypeScript
usage: AxAIOpenAIUsage;

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

Docs