Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-2.5-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-2.5-flash-lite"
reasoning_options = [{ type = "toggle" }, { type = "effort", values = ["none", "minimal", "low", "medium", "high", "xhigh"] }, { type = "budget_tokens", min = 512, max = 24_576 }]
name = "Gemini 2.5 Flash Lite"

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3-flash.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2025-12-17"
last_updated = "2025-12-17"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
temperature = true
tool_call = true
knowledge = "2025-03"
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3-pro-preview.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3-pro-preview"
reasoning_options = [{ type = "effort", values = ["low", "high"] }]

[cost]
input = 2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.1-flash-image-preview"
reasoning_options = [{ type = "effort", values = ["minimal", "high"] }]
name = "Gemini 3.1 Flash Image Preview (Nano Banana 2)"
family = "gemini"

Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3.1-flash-image.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ release_date = "2026-05-28"
last_updated = "2026-05-28"
attachment = true
reasoning = true
reasoning_options = [{ type = "effort", values = ["minimal", "high"] }]
temperature = true
tool_call = false
open_weights = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.1-flash-lite-preview"
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
family = "gemini"

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3.1-flash-lite.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.1-flash-lite"
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
family = "gemini"

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3.1-pro-preview.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.1-pro-preview"
reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }]
family = "gemini"
release_date = "2025-11-18"

Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemini-3.5-flash.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemini-3.5-flash"
reasoning_options = [{ type = "effort", values = ["minimal", "low", "medium", "high"] }]
family = "gemini"

[cost]
Expand Down
1 change: 1 addition & 0 deletions providers/vercel/models/google/gemma-4-26b-a4b-it.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
base_model = "google/gemma-4-26b-a4b-it"
reasoning_options = [{ type = "toggle" }]
open_weights = false

[cost]
Expand Down
Loading