3bd92cc
v0.39.12
Andrey Nering created
3bd92cc
v0.39.12
Andrey Nering created
c01bd19
fix(anthropic,bedrock): align effort levels with Anthropic API docs (#280)
Populate reasoning_levels and default_reasoning_effort on the
Anthropic-on-Bedrock entries for the three models that support
the effort parameter, and correct the direct-Anthropic entries
to match Anthropic's own documentation.
Per https://docs.anthropic.com/en/docs/build-with-claude/effort:
- sonnet-4-6: levels=[low,medium,high,max], default=high
- opus-4-7: levels=[low,medium,high,xhigh,max], default=high
- opus-4-6: levels=[low,medium,high,max], default=high
Changes vs. the previous state:
- bedrock/anthropic.claude-sonnet-4-6: added levels + default
- bedrock/anthropic.claude-opus-4-7: added levels + default (incl xhigh, which is Opus-4.7-only per docs)
- bedrock/anthropic.claude-opus-4-6-v1: added levels + default
- anthropic/claude-opus-4-7: added xhigh to levels (Opus 4.7 is the only model that exposes xhigh)
- anthropic/claude-{sonnet-4-6,opus-4-7,opus-4-6}: default_reasoning_effort medium -> high
The API default per Anthropic's docs is "high" ("Setting effort to \"high\"
produces exactly the same behavior as omitting the effort parameter entirely"),
so the previous "medium" default did not match server behavior.
Co-authored-by: JJ Bot <john.jansen+bot@me.com>
John Jansen and JJ Bot created
a72b395
v0.39.11
Andrey Nering created
426adc1
fix(neuralwatt): update default small model ID from Devstral to Qwen3.6-35B (#279)
Devstral-Small-24B is being deprecated from the Neuralwatt API. Qwen3.6-35B is the designated replacement for the small model tier. Only touches neuralwatt provider files.
Joey created
2505ef6
v0.39.10
Andrey Nering created
abdd974
chore: auto-update generated files
Charm created
5ae2b3b
v0.39.9
Andrey Nering created
5d844d2
chore: auto-update generated files
Charm created
cfb625c
chore: auto-update generated files
Charm created
39d7dc8
chore: auto-update generated files
Charm created
dd5ee35
v0.39.8
Andrey Nering created
90d4712
chore: update copilot
Andrey Nering created
2164e17
v0.39.7
Andrey Nering created
807ea04
chore: update min go version
Andrey Nering created
bf60069
chore: auto-update generated files
Charm created
6d8f2b2
chore: auto-update generated files
Charm created
ef6ed78
v0.39.6
Andrey Nering created
3cdda12
chore: auto-update generated files
Charm created
da51731
chore: auto-update generated files
Charm created
28ab5ed
chore: generate copilot
Andrey Nering created
74d82cf
v0.39.5
Andrey Nering created
db25a56
chore: auto-update generated files
Charm created
1d4a522
v0.39.4
Andrey Nering created
de0ee1a
chore: auto-update generated files
Charm created
46f4176
chore: auto-update generated files
Charm created
8534b01
chore: auto-update generated files
Charm created
ec17474
chore: auto-update generated files
Charm created
4559da4
v0.39.3
Christian Rocha created
b0aadaa
fix(synthetic): update default model from Kimi-K2.5 to K2.6 (#276)
The previous commit added K2.6 as a model but didn't update the default_large_model_id or the feature matcher, causing TestValidDefaultModels to fail. π Generated with Crush Assisted-by: GLM-5.1 via Crush <crush@charm.land>
Christian Rocha created
1532381
v0.39.2
Christian Rocha created
30a8090
chore(synthetic): add Kimi K2.6
Christian Rocha created
e34ca03
chore: auto-update generated files
Charm created
9c2eba4
v0.39.1
Andrey Nering created
8343edc
fix(bedrock): fix claude 4.7 identifier in bedrock (#270)
Renier Morales created
2850cc8
chore: auto-update generated files
Charm created
e94d2ba
v0.39.0
Andrey Nering created
c2e806c
Revert "feat: update DeepSeek config to V4 with deepseek-v4-flash and deepseeβ¦" (#269)
This reverts commit 2b450ae9a4148a38b2a3c5aec6b783ae0227f018.
Andrey Nering created
95bc8bf
v0.38.0
Andrey Nering created
2b450ae
feat: update DeepSeek config to V4 with deepseek-v4-flash and deepseek-v4-pro models (#263)
- Update API endpoint to https://api.deepseek.com (remove /v1 suffix) - Add deepseek-v4-flash model (supports both thinking/non-thinking modes) - Add deepseek-v4-pro model with full feature support - Update context window to 1M tokens for all models - Add new capabilities: json_output, tool_calls, conversation_prefix, fim - Mark deepseek-chat and deepseek-reasoner as deprecated (2026-07-24) - Update pricing to current official rates π Generated with Crush Assisted-by: MiniMax-M2.7 via Crush <crush@charm.land>
KennyPan created
cb278ea
fix(neuralwatt): remove hardcoded overrides (#268)
And add some new models as a consequence
Amolith created
210f36d
chore: auto-update generated files
Charm created
1902a50
v0.37.17
Andrey Nering created
bccb4e3
chore: auto-update generated files
Charm created
c2f1a13
v0.37.16
Andrey Nering created
ec7a8f4
chore(copilot): add gpt-5.5 (#266)
Christian Rocha created
44b03b0
chore: auto-update generated files
Charm created
d551aa9
chore: auto-update generated files
Charm created
0073cf7
chore: auto-update generated files
Charm created
4659c33
v0.37.15
Andrey Nering created
ae572b6
chore: add openai gpt-5.5-pro
Andrey Nering created