Skip to content

Commit d2be829

Browse files
chore: update models [skip ci]
1 parent 6e44bd4 commit d2be829

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

models.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,23 @@
102102
"cache_write": 6.25
103103
}
104104
},
105+
"claude-opus-4-7": {
106+
"name": "Claude Opus 4.7",
107+
"limit": {
108+
"context": 1000000,
109+
"output": 128000
110+
},
111+
"attachment": true,
112+
"reasoning": true,
113+
"temperature": true,
114+
"tool_call": true,
115+
"cost": {
116+
"input": 5,
117+
"output": 25,
118+
"cache_read": 0.5,
119+
"cache_write": 6.25
120+
}
121+
},
105122
"claude-sonnet-4-20250514": {
106123
"name": "Claude Sonnet 4",
107124
"limit": {

0 commit comments

Comments
 (0)