Skip to content

Commit 72fa27a

Browse files
authored
Merge pull request #1474 from vglafirov/add-gitlab-duo-chat-opus-4-7
feat(gitlab): add duo-chat-opus-4-7 model definition
2 parents 721464b + 9c5839a commit 72fa27a

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Agentic Chat (Claude Opus 4.7)"
2+
family = "claude-opus"
3+
release_date = "2026-04-16"
4+
last_updated = "2026-04-16"
5+
attachment = true
6+
reasoning = true
7+
temperature = false
8+
tool_call = true
9+
knowledge = "2026-01-31"
10+
open_weights = false
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
cache_read = 0
16+
cache_write = 0
17+
18+
[limit]
19+
context = 1_000_000
20+
output = 64_000
21+
22+
[modalities]
23+
input = ["text", "image", "pdf"]
24+
output = ["text"]

0 commit comments

Comments
 (0)