Skip to content

Commit

Permalink
Adding a mention to the 2M tokens context window with Pro(#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Giom-V committed Jun 27, 2024
1 parent 3116367 commit c02172d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickstarts/Counting_Tokens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"\n",
"The models available through the Gemini API have context windows that are measured in tokens. These define how much input you can provide, and how much output the model can generate, and combined are referred to as the \"context window\". This information is available directly through [the API](https://ai.google.dev/api/rest/v1/models/get) and in the [models](https://ai.google.dev/models/gemini) documentation.\n",
"\n",
"In this example you can see the `gemini-1.5-flash` model has an 1M tokens context window."
"In this example you can see the `gemini-1.5-flash` model has an 1M tokens context window. If you need more, `gemini-1.5-pro-latest` has an even bigger 2M tokens context window."
]
},
{
Expand Down

0 comments on commit c02172d

Please sign in to comment.