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

Properties

candidateCount?

TypeScript
optional candidateCount: number;

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


frequencyPenalty?

TypeScript
optional frequencyPenalty: number;

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


maxOutputTokens?

TypeScript
optional maxOutputTokens: number;

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


responseJsonSchema?

TypeScript
optional responseJsonSchema: object;

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


responseMimeType?

TypeScript
optional responseMimeType: string;

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


responseSchema?

TypeScript
optional responseSchema: object;

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


stopSequences?

TypeScript
optional stopSequences: readonly string[];

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


temperature?

TypeScript
optional temperature: number;

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


thinkingConfig?

TypeScript
optional thinkingConfig: object;

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

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/e690b4823b8309e258594064abe941d4cff6ef89/src/ax/ai/google-gemini/types.ts#L158


topP?

TypeScript
optional topP: number;

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

Docs