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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L321

Properties

data

TypeScript
data: object[];

Defined in: https://github.com/ax-llm/ax/blob/5b28f9093bb70863b59459bb6df5062d005bce41/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/5b28f9093bb70863b59459bb6df5062d005bce41/src/ax/ai/openai/chat_types.ts#L322


usage

TypeScript
usage: AxAIOpenAIUsage;

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

Docs