You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ Use a different model:
155
155
156
156
```bash
157
157
sofos --model gpt-5.5
158
-
sofos --model claude-opus-4-7 -e high
158
+
sofos --model claude-opus-4-8 -e high
159
159
```
160
160
161
161
Run a single prompt and exit:
@@ -264,16 +264,16 @@ Supported formats: JPEG, PNG, GIF, and WebP. Local images are capped at 20 MB. I
264
264
265
265
Sofos supports eight models, in `/model` picker order:
266
266
267
-
| Model | Provider |
268
-
|---|---|
269
-
|`claude-fable-5`| Anthropic |
270
-
|`claude-opus-4-7`| Anthropic |
267
+
| Model | Provider |
268
+
|-------------------------------|---|
269
+
|`claude-fable-5`| Anthropic |
270
+
|`claude-opus-4-8`| Anthropic |
271
271
|`claude-sonnet-4-6` (default) | Anthropic |
272
-
|`claude-haiku-4-5`| Anthropic |
273
-
|`gpt-5.5`| OpenAI |
274
-
|`gpt-5.4`| OpenAI |
275
-
|`gpt-5.4-mini`| OpenAI |
276
-
|`gpt-5.3-codex`| OpenAI |
272
+
|`claude-haiku-4-5`| Anthropic |
273
+
|`gpt-5.5`| OpenAI |
274
+
|`gpt-5.4`| OpenAI |
275
+
|`gpt-5.4-mini`| OpenAI |
276
+
|`gpt-5.3-codex`| OpenAI |
277
277
278
278
`--model <name>` accepts only the values above; any other slug is refused at startup with the supported list. The same whitelist drives the inline `/model` picker, so the two surfaces never disagree about which models exist.
279
279
@@ -291,25 +291,25 @@ Examples:
291
291
sofos -e medium # Default balance.
292
292
sofos -e off # Lowest-cost path.
293
293
sofos -e high # More reasoning for hard tasks.
294
-
sofos -e max --model claude-opus-4-7# Highest Anthropic adaptive level.
294
+
sofos -e max --model claude-opus-4-8# Highest Anthropic adaptive level.
0 commit comments