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
url
: Note that the API key is passed in the URL query parameter. Get your API key from Google AI Studio.system_messages
: Useparts
array withtext
objects instead of simplecontent
string.model
: Refer to Gemini models for available models.style
: Set to"gemini"
to use Gemini's message format.ignore_empty
: Set totrue
to handle empty responses appropriately.
For advanced configuration options, model capabilities, and detailed parameter descriptions, see the Google Gemini API documentation.