schema_version = 1 extends = "Google Base Chat" name = "Gemini Chat" description = "Google Gemini 2.5 Flash (generateContent API) — coding chat with thinking." endpoint = "/models/${MODEL}:streamGenerateContent?alt=sse" model = "gemini-2.5-flash" enable_thinking = true tags = ["chat", "gemini", "google", "cloud"] [body.generationConfig] maxOutputTokens = 16000 thinkingConfig = { includeThoughts = true, thinkingBudget = 8192 }