Note: Gemini models currently have stability issues with function calling capabilities. Your agent may not be able to call tools as expected.

Setup Guide

1

Set up Gemini API key

  export GEMINI_API_KEY=<your Gemini API key>
2

Add model configuration

Add the model configuration to your config.yml file:

~/.config/oxyconfig.yml
...
models:
- name: gemini1.5pro
  key_var: GEMINI_API_KEY # name of the environment variable containing the API key
  model_ref: gemini-1.5-pro # or model of your choice
  vendor: gemini
...
3

Update agent's model configuration

Update the agent’s model configuration:

agents/agent.yml
model: gemini1.5pro