gemini-api-php / client

Google Gemini API PHP Client allows you to use the Gemini AI model
MIT License
118 stars 23 forks source link

Allowing new/custom model names? #34

Open dmaicher opened 4 months ago

dmaicher commented 4 months ago

Just a suggestion: maybe it would make sense to allow passing a custom string as model name.

I wanted to test models/gemini-1.5-pro-latest but its not part of the ModelName enum. I don't think every new model should require an update/release for this library.