Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit 32af8f8

Browse files
committed
add dated version to settings
1 parent b71256d commit 32af8f8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

notdiamond/settings.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@
157157
"claude-opus-4-1-20250805",
158158
"claude-sonnet-4-20250514",
159159
"claude-sonnet-4-5",
160+
"claude-sonnet-4-5-20250929",
160161
"claude-opus-4-0",
161162
"claude-opus-4-1",
162163
"claude-sonnet-4-0",
@@ -176,6 +177,7 @@
176177
"claude-opus-4-1-20250805",
177178
"claude-sonnet-4-20250514",
178179
"claude-sonnet-4-5",
180+
"claude-sonnet-4-5-20250929",
179181
"claude-opus-4-0",
180182
"claude-opus-4-1",
181183
"claude-sonnet-4-0",
@@ -198,6 +200,7 @@
198200
"claude-opus-4-1-20250805": "anthropic/claude-opus-4-1-20250805",
199201
"claude-sonnet-4-20250514": "anthropic/claude-sonnet-4",
200202
"claude-sonnet-4-5": "anthropic/claude-sonnet-4-5",
203+
"claude-sonnet-4-5-20250929": "anthropic/claude-sonnet-4-5",
201204
"claude-opus-4-0": "anthropic/claude-opus-4",
202205
"claude-opus-4-1": "anthropic/claude-opus-4-1",
203206
"claude-sonnet-4-0": "anthropic/claude-sonnet-4",
@@ -217,6 +220,7 @@
217220
"claude-opus-4-1-20250805": {"input": 15.0, "output": 75.0},
218221
"claude-sonnet-4-20250514": {"input": 3.0, "output": 15.0},
219222
"claude-sonnet-4-5": {"input": 3.0, "output": 15.0},
223+
"claude-sonnet-4-5-20250929": {"input": 3.0, "output": 15.0},
220224
"claude-opus-4-0": {"input": 15.0, "output": 75.0},
221225
"claude-opus-4-1": {"input": 15.0, "output": 75.0},
222226
"claude-sonnet-4-0": {"input": 3.0, "output": 15.0},

0 commit comments

Comments
 (0)