Google Gemini
Google Gemini provides advanced multimodal AI capabilities with fast performance and efficient processing for conversational AI applications.
Sample configuration
The following example shows a starting llm parameter configuration you can use when you Start a conversational AI agent.
Key parameters
llmrequired
- url stringrequired
Note that the API key is passed in the URL query parameter. Get your API key from Google AI Studio.
- system_messages array[object]nullable
Use
partsarray withtextobjects instead of simplecontentstring. - style stringrequired
Set to
geminito use Gemini's message format. - ignore_empty booleannullable
Set to
trueto handle empty responses appropriately. - params objectrequired
Show propertiesHide properties
- model stringrequired
Refer to Gemini models for available models.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Google Gemini API documentation.