gemini 3 flash (#1977)
<!-- CURSOR_SUMMARY --> > [!NOTE] > <sup>[Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) is generating a summary for commit 015da81bdee067873de66007016e46b15d3b4ff0. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This commit is contained in:
@@ -152,9 +152,23 @@ export const MODEL_OPTIONS: Record<string, ModelOption[]> = {
|
|||||||
maxOutputTokens: 65_536 - 1,
|
maxOutputTokens: 65_536 - 1,
|
||||||
// Gemini context window = input token + output token
|
// Gemini context window = input token + output token
|
||||||
contextWindow: 1_048_576,
|
contextWindow: 1_048_576,
|
||||||
|
// Recommended by Google: https://ai.google.dev/gemini-api/docs/gemini-3?thinking=high#temperature
|
||||||
temperature: 1.0,
|
temperature: 1.0,
|
||||||
dollarSigns: 4,
|
dollarSigns: 4,
|
||||||
},
|
},
|
||||||
|
// https://ai.google.dev/gemini-api/docs/models#gemini-3-pro
|
||||||
|
{
|
||||||
|
name: "gemini-3-flash-preview",
|
||||||
|
displayName: "Gemini 3 Flash (Preview)",
|
||||||
|
description: "Powerful coding model at a good price",
|
||||||
|
// See Flash 2.5 comment below (go 1 below just to be safe, even though it seems OK now).
|
||||||
|
maxOutputTokens: 65_536 - 1,
|
||||||
|
// Gemini context window = input token + output token
|
||||||
|
contextWindow: 1_048_576,
|
||||||
|
// Recommended by Google: https://ai.google.dev/gemini-api/docs/gemini-3?thinking=high#temperature
|
||||||
|
temperature: 1.0,
|
||||||
|
dollarSigns: 2,
|
||||||
|
},
|
||||||
// https://ai.google.dev/gemini-api/docs/models#gemini-2.5-pro-preview-03-25
|
// https://ai.google.dev/gemini-api/docs/models#gemini-2.5-pro-preview-03-25
|
||||||
{
|
{
|
||||||
name: "gemini-2.5-pro",
|
name: "gemini-2.5-pro",
|
||||||
|
|||||||
Reference in New Issue
Block a user