Skip to content

Commit 69b6f3e

Browse files
committed
poe: add GPT-5.3-Codex-Spark and Kimi-K2.5-FW models
Add 2 new free models
1 parent 8131cc9 commit 69b6f3e

2 files changed

Lines changed: 41 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi-K2.5-FW"
2+
release_date = "2026-01-27"
3+
last_updated = "2026-01-27"
4+
attachment = true
5+
reasoning = false
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 0
12+
output = 0
13+
14+
[limit]
15+
context = 262_144
16+
input = 245_760
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "GPT-5.3-Codex-Spark"
2+
release_date = "2026-03-04"
3+
last_updated = "2026-03-04"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 0
12+
output = 0
13+
14+
[limit]
15+
context = 128_000
16+
output = 16_384
17+
18+
[modalities]
19+
input = ["text"]
20+
output = ["text"]

0 commit comments

Comments
 (0)