mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
d140920248
Claude 3.5 Haiku (`claude-3-5-haiku-20241022`) was retired by Anthropic on February 19th, 2026. Requests to this model now return errors. Switch to Claude Haiku 4.5 (`claude-haiku-4-5`), which is the [recommended replacement](https://docs.anthropic.com/en/docs/resources/model-deprecations). --- One-line change in `coderd/taskname/taskname.go` L25: ```diff - defaultModel = anthropic.ModelClaude3_5HaikuLatest + defaultModel = anthropic.ModelClaudeHaiku4_5 ``` Co-authored-by: blink-so[bot] <211532188+blink-so[bot]@users.noreply.github.com>