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/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L152

Properties

candidateCount?

TypeScript
optional candidateCount: number;

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


frequencyPenalty?

TypeScript
optional frequencyPenalty: number;

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


maxOutputTokens?

TypeScript
optional maxOutputTokens: number;

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


responseJsonSchema?

TypeScript
optional responseJsonSchema: object;

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


responseMimeType?

TypeScript
optional responseMimeType: string;

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


responseSchema?

TypeScript
optional responseSchema: object;

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


stopSequences?

TypeScript
optional stopSequences: readonly string[];

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


temperature?

TypeScript
optional temperature: number;

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


thinkingConfig?

TypeScript
optional thinkingConfig: object;

Defined in: https://github.com/ax-llm/ax/blob/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L163

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/04543e9e0873874640d5dbb158048393db35723c/src/ax/ai/google-gemini/types.ts#L155


topP?

TypeScript
optional topP: number;

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

Docs