项目文件夹

文件
2026-07-13 12:28:55 +08:00

28 行
708 B
TOML

# Vertex `thinkingBudget`: -1 (dynamic) or 0..24576; 0 disables thinking.
# https://docs.zenmux.ai/api/vertexai/generate-content.html (accessed 2026-06-25)
name = "Gemini 2.5 Flash"
description = "Fast Gemini model balancing multimodal reasoning, tool use, and cost"
release_date = "2025-06-17"
last_updated = "2025-06-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-01-01"
open_weights = false
[cost]
input = 0.30
output = 2.50
cache_read = 0.07
cache_write = 1.00
[limit]
context = 1048_000
output = 64_000
[modalities]
input = ["pdf", "image", "text", "audio"]
output = ["text"]