Skip to content

Commit 3675cfc

Browse files
committed
feat(crush): add claude-sonnet-4.5 model to copilot provider
1 parent 1898a89 commit 3675cfc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.config/crush/crush.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,16 @@
300300
"context_window": 200000,
301301
"default_max_tokens": 4000
302302
},
303+
{
304+
"id": "claude-sonnet-4.5",
305+
"name": "copilot-claude-sonnet-4.5",
306+
"cost_per_1m_in": 0.0,
307+
"cost_per_1m_out": 0.0,
308+
"cost_per_1m_in_cached": 0.0,
309+
"cost_per_1m_out_cached": 0.0,
310+
"context_window": 200000,
311+
"default_max_tokens": 4000
312+
},
303313
{
304314
"id": "gpt-4.1-2025-04-14",
305315
"name": "copilot-gpt-4.1-2025-04-14",

0 commit comments

Comments
 (0)