Unable to connect Jarvis to Google API

Operating system

Windows

Joplin version

3,6,16

Desktop version info

Joplin 3.6.16 (prod, win32)

Device: win32, Intel(R) N150
Client ID: 8bf968fa9174421c9804a7dac637dc49
Sync Version: 3
Profile Version: 53
Keychain Supported: Yes
Alternative instance ID: -
Sync target: Dropbox
Editor: Rich Text

Revision: e1cf924

Backup: 1.5.1
Freehand Drawing: 4.3.0
Inline TODO: 2.1.1
Jarvis: 0.13.4
Lootboxes: 1.0.0
Note encryption: 1.1.1
Templates: 3.0.0

What issue do you have?

Trying to connect Jarvis to google API
I am using 'https://generativelanguage.googleapis.com/v1beta/openai' both with and without the trailing slash '/'
I am getting a 404 error whenever I select "Chat with Jarvis"

I have verified with curl that I am using a valid endpoint and model:
curl "https://generativelanguage.googleapis.com/v1beta/openai/chat/completions"
-H "Content-Type: application/json"
-H "Authorization: Bearer "
-d '{
"model": "gemini-3.5-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'

I have more screenshots showing how I setup the fields in Advanced settings but as a new user I am not allowed to include more than one screenshot

Hi! Thanks for reporting this.

There are a few things to keep in mind when using Custom OpenAI-compatible models:

In addition, I recommend using the latest Jarvis v0.14.0 that was published today, because:

  • It updates the dropdown list to include gemini-3.5-flash-lite and gemini-3.7-flash so they work out of the box
  • It fixes an issue with deprecated parameters that were sent to Gemini models when using the custom-model settings
  • It includes a few other improvements and fixes

Thank you- updating to the latest Jarvis and it connected perfectly the first try.

If this was a bug ticket, it can be closed now