Skip to content

Commit 1c01f81

Browse files
committed
poe: add Gemini-3.1-Flash-Lite and update gpt-4o-mini context
Add new Gemini 3.1 Flash Lite model Update gpt-4o-mini context window: 128K → 124,096
1 parent 9d33b64 commit 1c01f81

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "Gemini-3.1-Flash-Lite"
2+
release_date = "2026-02-18"
3+
last_updated = "2026-02-18"
4+
attachment = true
5+
reasoning = true
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 0.25
12+
output = 1.5
13+
14+
[limit]
15+
context = 1_048_576
16+
output = 65_536
17+
18+
[modalities]
19+
input = ["text", "image", "video", "audio"]
20+
output = ["text"]

providers/poe/models/openai/gpt-4o-mini.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ output = 0.54
1414
cache_read = 0.068
1515

1616
[limit]
17-
context = 128_000
17+
context = 124_096
1818
output = 4_096
1919

2020
[modalities]

0 commit comments

Comments
 (0)