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

AxAIGoogleGeminiGenerationConfig

TypeScript
type AxAIGoogleGeminiGenerationConfig = object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L151

Properties

candidateCount?

TypeScript
optional candidateCount: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L156


frequencyPenalty?

TypeScript
optional frequencyPenalty: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L155


maxOutputTokens?

TypeScript
optional maxOutputTokens: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L157


responseJsonSchema?

TypeScript
optional responseJsonSchema: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L161


responseMimeType?

TypeScript
optional responseMimeType: string;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L159


responseSchema?

TypeScript
optional responseSchema: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L160


stopSequences?

TypeScript
optional stopSequences: readonly string[];

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L158


temperature?

TypeScript
optional temperature: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L152


thinkingConfig?

TypeScript
optional thinkingConfig: object;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L162

includeThoughts?

TypeScript
optional includeThoughts: boolean;

thinkingBudget?

TypeScript
optional thinkingBudget: number;

thinkingLevel?

TypeScript
optional thinkingLevel: AxAIGoogleGeminiThinkingLevel;

topK?

TypeScript
optional topK: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L154


topP?

TypeScript
optional topP: number;

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/ai/google-gemini/types.ts#L153

Docs