Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gemini Experimental 1114 #45

Closed
shankarvashist opened this issue Nov 15, 2024 · 5 comments
Closed

Gemini Experimental 1114 #45

shankarvashist opened this issue Nov 15, 2024 · 5 comments

Comments

@shankarvashist
Copy link

Can you please add new model Gemini Experimental 1114, which has been released recently. Thanks.

@jochenkirstaetter
Copy link
Contributor

Hello @shankarvashist,

Thanks for the hint, yes, will update it today.

FYI, you can also pass the model name as a string into the methods. The static class Model with the constants is a trick of laziness only. 😉

@jochenkirstaetter
Copy link
Contributor

Hi @shankarvashist

Also, I'm a bit intrigued by the following information when you query the details of the model.

      "name": "models/gemini-exp-1114",
      "version": "exp-1114",
      "displayName": "Gemini Experimental 1114",
      "description": "Mid-size multimodal model that supports up to 2 million tokens",
      "inputTokenLimit": 32767,

Although the description speaks of 2M tokens, the input limit seems to be 32k only.

@jochenkirstaetter
Copy link
Contributor

Hi @shankarvashist

New release v1.9.2 has been released containing the new experimental model as constant.

Thanks, JoKi

@shankarvashist
Copy link
Author

shankarvashist commented Nov 18, 2024 via email

@jochenkirstaetter
Copy link
Contributor

jochenkirstaetter commented Nov 18, 2024

Hi @shankarvashist

This new experimental model also has only 32k input tokens according to the model details.

      "name": "models/gemini-exp-1114",
      "version": "exp-1114",
      "displayName": "Gemini Experimental 1114",
      "description": "Mid-size multimodal model that supports up to 2 million tokens",
      "inputTokenLimit": 32767,
      "outputTokenLimit": 8192,
      "supportedGenerationMethods": [
        "generateContent",
        "countTokens"
      ],
      "temperature": 1,
      "topP": 0.95,
      "topK": 64,
      "maxTemperature": 2

However, the description is wrong. It says 2 million tokens... 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants