Files
QodeAssist/sources/agents/google_gemini_chat.toml
2026-06-09 08:48:32 +02:00

16 lines
459 B
TOML

schema_version = 1
extends = "Google Base Chat"
name = "Gemini Chat"
description = "Google Gemini 2.5 Flash (generateContent API) — coding chat with thinking."
endpoint = "/models/gemini-2.5-flash: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 }