From 15bd77a92606a006a45f300c43a8fdbb9ab42990 Mon Sep 17 00:00:00 2001 From: nihar Date: Fri, 3 Oct 2025 17:22:08 -0700 Subject: [PATCH] Add gemini-2.5-flash-image --- .../gemini-2.5-flash-image-preview.toml | 22 +++++++++++++++++++ .../google/models/gemini-2.5-flash-image.toml | 22 +++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 providers/google/models/gemini-2.5-flash-image-preview.toml create mode 100644 providers/google/models/gemini-2.5-flash-image.toml diff --git a/providers/google/models/gemini-2.5-flash-image-preview.toml b/providers/google/models/gemini-2.5-flash-image-preview.toml new file mode 100644 index 00000000..c81340ed --- /dev/null +++ b/providers/google/models/gemini-2.5-flash-image-preview.toml @@ -0,0 +1,22 @@ +name = "Gemini 2.5 Flash Image (Preview)" +release_date = "2025-08-26" +last_updated = "2025-08-26" +attachment = true +reasoning = true +temperature = true +knowledge = "2025-06" +tool_call = false +open_weights = false + +[cost] +input = 0.30 +output = 30 +cache_read = 0.075 + +[limit] +context = 32_768 +output = 32_768 + +[modalities] +input = ["text", "image"] +output = ["text", "image"] \ No newline at end of file diff --git a/providers/google/models/gemini-2.5-flash-image.toml b/providers/google/models/gemini-2.5-flash-image.toml new file mode 100644 index 00000000..e4bd254f --- /dev/null +++ b/providers/google/models/gemini-2.5-flash-image.toml @@ -0,0 +1,22 @@ +name = "Gemini 2.5 Flash Image" +release_date = "2025-08-26" +last_updated = "2025-08-26" +attachment = true +reasoning = true +temperature = true +knowledge = "2025-06" +tool_call = false +open_weights = false + +[cost] +input = 0.30 +output = 30 +cache_read = 0.075 + +[limit] +context = 32_768 +output = 32_768 + +[modalities] +input = ["text", "image"] +output = ["text", "image"] \ No newline at end of file