Skip to content

Commit 1d3d1bd

Browse files
authored
Merge pull request #268 from niharm/add-gemini-2.5-flash-image
Add gemini-2.5-flash-image pricing
2 parents d4ac993 + 15bd77a commit 1d3d1bd

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemini 2.5 Flash Image (Preview)"
2+
release_date = "2025-08-26"
3+
last_updated = "2025-08-26"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2025-06"
8+
tool_call = false
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.30
13+
output = 30
14+
cache_read = 0.075
15+
16+
[limit]
17+
context = 32_768
18+
output = 32_768
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text", "image"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemini 2.5 Flash Image"
2+
release_date = "2025-08-26"
3+
last_updated = "2025-08-26"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2025-06"
8+
tool_call = false
9+
open_weights = false
10+
11+
[cost]
12+
input = 0.30
13+
output = 30
14+
cache_read = 0.075
15+
16+
[limit]
17+
context = 32_768
18+
output = 32_768
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text", "image"]

0 commit comments

Comments
 (0)