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


