chore(settings): bump balanced/sonnet model to claude-sonnet-5
pi-fork balanced tier + enabledModels and the README examples now point at eu.anthropic.claude-sonnet-5 (matches the live settings.json change made before the container recreate).
This commit is contained in:
@@ -113,9 +113,9 @@ Adjust the inference-profile prefix to match your AWS region:
|
|||||||
|
|
||||||
| Region | Prefix | Example model ID |
|
| Region | Prefix | Example model ID |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| eu-west-1 | `eu.` | `eu.anthropic.claude-sonnet-4-6` |
|
| eu-west-1 | `eu.` | `eu.anthropic.claude-sonnet-5` |
|
||||||
| us-east-1 | `us.` | `us.anthropic.claude-sonnet-4-6` |
|
| us-east-1 | `us.` | `us.anthropic.claude-sonnet-5` |
|
||||||
| non-Bedrock | (none) | `anthropic:claude-sonnet-4-6` |
|
| non-Bedrock | (none) | `anthropic:claude-sonnet-5` |
|
||||||
|
|
||||||
Run `pi --list-models` to confirm what your credentials can actually invoke.
|
Run `pi --list-models` to confirm what your credentials can actually invoke.
|
||||||
|
|
||||||
@@ -176,9 +176,9 @@ pi --version
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"defaultProvider": "amazon-bedrock",
|
"defaultProvider": "amazon-bedrock",
|
||||||
"defaultModel": "eu.anthropic.claude-sonnet-4-6",
|
"defaultModel": "eu.anthropic.claude-sonnet-5",
|
||||||
"enabledModels": [
|
"enabledModels": [
|
||||||
"eu.anthropic.claude-sonnet-4-6",
|
"eu.anthropic.claude-sonnet-5",
|
||||||
"eu.anthropic.claude-opus-4-7",
|
"eu.anthropic.claude-opus-4-7",
|
||||||
"eu.anthropic.claude-haiku-4-5-20251001-v1:0"
|
"eu.anthropic.claude-haiku-4-5-20251001-v1:0"
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
"defaultProvider": "amazon-bedrock",
|
"defaultProvider": "amazon-bedrock",
|
||||||
"defaultModel": "eu.anthropic.claude-opus-4-8",
|
"defaultModel": "eu.anthropic.claude-opus-4-8",
|
||||||
"enabledModels": [
|
"enabledModels": [
|
||||||
"eu.anthropic.claude-sonnet-4-6",
|
"eu.anthropic.claude-sonnet-5",
|
||||||
"eu.anthropic.claude-opus-4-7",
|
"eu.anthropic.claude-opus-4-7",
|
||||||
"eu.anthropic.claude-opus-4-8",
|
"eu.anthropic.claude-opus-4-8",
|
||||||
"eu.anthropic.claude-haiku-4-5-20251001-v1:0"
|
"eu.anthropic.claude-haiku-4-5-20251001-v1:0"
|
||||||
@@ -23,7 +23,7 @@
|
|||||||
"defaultEffort": "balanced",
|
"defaultEffort": "balanced",
|
||||||
"effortProfiles": {
|
"effortProfiles": {
|
||||||
"fast": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-haiku-4-5-20251001-v1:0", "thinking": "off" },
|
"fast": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-haiku-4-5-20251001-v1:0", "thinking": "off" },
|
||||||
"balanced": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-sonnet-4-6", "thinking": "low" },
|
"balanced": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-sonnet-5", "thinking": "low" },
|
||||||
"deep": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-opus-4-8", "thinking": "high" }
|
"deep": { "provider": "amazon-bedrock", "id": "eu.anthropic.claude-opus-4-8", "thinking": "high" }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user