@chinmaymk/aikit / createGoogle
Function: createGoogle()
createGoogle(
options
):GoogleProvider
Defined in: factory.ts:98
Creates a Google Gemini provider.
Parameters
options
Configuration options with required API key
Returns
Google streaming generation provider function
Example
typescript
const google = createGoogle({
apiKey: 'AIza...',
model: 'gemini-1.5-pro',
topK: 20
});