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