Skip to content

Commit e2da96c

Browse files
committed
poe: add Gemini-3.1-Pro and update Claude Sonnet 4.6
1 parent beb449a commit e2da96c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

providers/poe/models/anthropic/claude-sonnet-4.6.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ context = 983_040
1818
output = 128_000
1919

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

0 commit comments

Comments
 (0)