Skip to content

google / Exports / GoogleProviderOptions

Interface: GoogleProviderOptions

Google AI Provider options

Table of contents

Properties

Properties

client

client: GoogleGenerativeAI

Google AI client instance

Defined in

types.ts:8


model

Optional model: string

Default model to use

Defined in

types.ts:11


temperature

Optional temperature: number

Temperature setting (0.0 ~ 1.0)

Defined in

types.ts:14


maxTokens

Optional maxTokens: number

Maximum number of tokens

Defined in

types.ts:17


responseFormat

Optional responseFormat: string

Response format

Defined in

types.ts:20

Released under the MIT License.