Closed (fixed)
Project:
Gemini Provider
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
25 Feb 2025 at 14:03 UTC
Updated:
18 Mar 2026 at 18:25 UTC
Jump to comment: Most recent
At the moment, we load the list of models directly with the Gemini API. We do a check for embedings but other than that we just load the models directly.
We need to further filter (even hardcoding manually if needed) and load only those models which are at the moment supported by the module.
There are even some models which are returned twice by the API and it does not make any sense to directly pass.
Check the models list in API Explorer.
Test every model in API explorer and make sure all works and there are no duplication.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jibla commentedComment #3
jibla commentedComment #7
jibla commentedComment #9
jibla commentedComment #11
jibla commented