Skip to content

Commit 4be86ce

Browse files
committed
Merge poe-pricing-sync into dev (selective)
Added new models: - Cerebras: gpt-oss-120b-cs, zai-glm-4.6-cs - Google: gemini-3-flash - Novita: glm-4.6v, glm-4.7, kat-coder-pro, minimax-m2.1 - OpenAI: gpt-image-1.5 Updated pricing and configuration: - Google Gemini 2.5 Flash/Pro cache pricing corrections - Google Nano Banana models pricing updates - xAI Grok models: added image input support
2 parents 7ea8fba + 989e705 commit 4be86ce

18 files changed

Lines changed: 145 additions & 32 deletions
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "gpt-oss-120b-cs"
2+
release_date = "2025-08-06"
3+
last_updated = "2025-08-06"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[limit]
11+
context = 0
12+
output = 0
13+
14+
[modalities]
15+
input = ["text"]
16+
output = ["text"]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "zai-glm-4.6-cs"
2+
release_date = "2025-11-11"
3+
last_updated = "2025-11-11"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[limit]
11+
context = 131_000
12+
output = 40_000
13+
14+
[modalities]
15+
input = ["text"]
16+
output = ["text"]

providers/poe/models/google/gemini-2.5-flash.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tool_call = true
1111
[cost]
1212
input = 0.21
1313
output = 1.8
14-
cache_read = 0.052
14+
cache_read = 0.021
1515

1616
[limit]
1717
context = 1_065_535

providers/poe/models/google/gemini-2.5-pro.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ tool_call = true
1111
[cost]
1212
input = 0.87
1313
output = 7
14-
cache_read = 0.22
14+
cache_read = 0.087
1515

1616
[limit]
1717
context = 1_065_535
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "gemini-3-flash"
2+
release_date = "2025-10-07"
3+
last_updated = "2025-10-07"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 0.4
12+
output = 2.4
13+
cache_read = 0.04
14+
15+
[limit]
16+
context = 1_048_576
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text", "image", "video", "audio"]
21+
output = ["text"]

providers/poe/models/google/nano-banana-pro.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ open_weights = false
99
tool_call = true
1010

1111
[cost]
12-
input = 1.6
13-
output = 9.6
14-
cache_read = 0.16
15-
image = 96
12+
input = 1.7
13+
output = 10
14+
cache_read = 0.17
15+
image = 100
1616

1717
[limit]
1818
context = 65_536

providers/poe/models/google/nano-banana.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tool_call = true
1111
[cost]
1212
input = 0.21
1313
output = 1.8
14+
cache_read = 0.021
1415
image = 21
1516

1617
[limit]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "glm-4.6v"
2+
release_date = "2025-12-09"
3+
last_updated = "2025-12-09"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[limit]
11+
context = 131_000
12+
output = 32_768
13+
14+
[modalities]
15+
input = ["text", "image"]
16+
output = ["text"]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "glm-4.7"
2+
release_date = "2025-12-22"
3+
last_updated = "2025-12-22"
4+
attachment = true
5+
reasoning = true
6+
temperature = true
7+
open_weights = false
8+
tool_call = true
9+
10+
[limit]
11+
context = 205_000
12+
output = 131_072
13+
14+
[modalities]
15+
input = ["text"]
16+
output = ["text"]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name = "kat-coder-pro"
2+
release_date = "2025-12-16"
3+
last_updated = "2025-12-16"
4+
attachment = true
5+
reasoning = false
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[limit]
11+
context = 256_000
12+
output = 0
13+
14+
[modalities]
15+
input = ["text"]
16+
output = ["text"]

0 commit comments

Comments
 (0)