diff --git a/providers/google/models/gemini-2.5-flash-tts.toml b/providers/google/models/gemini-2.5-flash-tts.toml deleted file mode 100644 index 405b46382..000000000 --- a/providers/google/models/gemini-2.5-flash-tts.toml +++ /dev/null @@ -1,5 +0,0 @@ -base_model = "google/gemini-2.5-flash-tts" - -[cost] -input = 0.5 -output = 10 diff --git a/providers/google/models/gemini-3-pro-image-preview.toml b/providers/google/models/gemini-3-pro-image-preview.toml index 98a4ae2c5..72df5e365 100644 --- a/providers/google/models/gemini-3-pro-image-preview.toml +++ b/providers/google/models/gemini-3-pro-image-preview.toml @@ -1,5 +1,23 @@ base_model = "google/gemini-3-pro-image-preview" +name = "Nano Banana Pro" +family = "gemini-pro" +release_date = "2025-11-20" +last_updated = "2025-11-20" +attachment = true +reasoning = true +temperature = true +tool_call = false +knowledge = "2025-01" +open_weights = false [cost] input = 2 output = 120 + +[limit] +context = 131_072 +output = 32_768 + +[modalities] +input = ["text", "image"] +output = ["text", "image"]