Skip to content

Commit 0226a37

Browse files
committed
poe: add Grok-4.20-Multi-Agent and DeepSeek-V3.2 models
1 parent 6201508 commit 0226a37

2 files changed

Lines changed: 42 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 = "DeepSeek-V3.2"
2+
release_date = "2025-12-01"
3+
last_updated = "2025-12-01"
4+
attachment = true
5+
reasoning = false
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 0.27
12+
output = 0.4
13+
cache_read = 0.13
14+
15+
[limit]
16+
context = 128_000
17+
output = 0
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Grok-4.20-Multi-Agent"
2+
release_date = "2026-03-13"
3+
last_updated = "2026-03-13"
4+
attachment = true
5+
reasoning = false
6+
temperature = false
7+
open_weights = false
8+
tool_call = true
9+
10+
[cost]
11+
input = 2
12+
output = 6
13+
cache_read = 0.2
14+
15+
[limit]
16+
context = 128_000
17+
output = 0
18+
19+
[modalities]
20+
input = ["text", "image"]
21+
output = ["text"]

0 commit comments

Comments
 (0)