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

AxAIGoogleGeminiBatchEmbedRequest

TypeScript
type AxAIGoogleGeminiBatchEmbedRequest = object;

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L299

AxAIGoogleGeminiEmbedRequest: Structure for making an embedding request to the Google Gemini API.

Properties

requests

TypeScript
requests: object[];

Defined in: https://github.com/ax-llm/ax/blob/94681b903c12282732479dc5960189bbcfc2cc6f/src/ax/ai/google-gemini/types.ts#L300

content

TypeScript
{
  parts: object[];
}

model

TypeScript
model: string;
Docs