28 lines
636 B
TOML
28 lines
636 B
TOML
name = "Gemini 3 Pro Preview"
|
|
description = "Preview Gemini flagship for complex reasoning, coding, and rich multimodal prompts"
|
|
family = "gemini-pro"
|
|
release_date = "2025-11-18"
|
|
last_updated = "2025-11-18"
|
|
attachment = true
|
|
reasoning = true
|
|
temperature = true
|
|
tool_call = true
|
|
structured_output = true
|
|
knowledge = "2025-01"
|
|
open_weights = false
|
|
|
|
[limit]
|
|
context = 1_048_576
|
|
output = 65_536
|
|
|
|
[modalities]
|
|
input = ["text", "image", "video", "audio", "pdf"]
|
|
output = ["text"]
|
|
|
|
[[benchmarks]]
|
|
name = "SWE-Bench Pro"
|
|
score = 43.3
|
|
metric = "resolve rate"
|
|
dataset = "public"
|
|
source = "https://labs.scale.com/leaderboard/swe_bench_pro_public"
|