Skip to content

Use Sonnet 5 for hosted text routing#5831

Merged
ComputelessComputer merged 1 commit into
mainfrom
fix/pro-sonnet-5
Jul 1, 2026
Merged

Use Sonnet 5 for hosted text routing#5831
ComputelessComputer merged 1 commit into
mainfrom
fix/pro-sonnet-5

Conversation

@ComputelessComputer

@ComputelessComputer ComputelessComputer commented Jul 1, 2026

Copy link
Copy Markdown
Collaborator

Summary:

  • Pin hosted llm-proxy text routes to anthropic/claude-sonnet-5.
  • Leave audio model routing unchanged.

Validation:

  • pnpm exec dprint fmt crates/llm-proxy/src/model.rs
  • cargo test -p llm-proxy
  • cargo check -p llm-proxy

Note

Medium Risk
Changes which model all hosted text LLM traffic uses, affecting cost, latency, and behavior for every chat/title/enhance request without a custom override.

Overview
Hosted llm-proxy text routing no longer uses the rolling ~anthropic/claude-sonnet-latest alias. Chat, Title, Enhance, tool_calling, and default paths now resolve to anthropic/claude-sonnet-5.

Audio routing is unchanged (Gemini and Voxtral models). Resolver tests were updated to expect Sonnet 5.

Reviewed by Cursor Bugbot for commit 7217dde. Bugbot is set up for automated code reviews on this repo. Configure here.

Pins llm-proxy hosted text model selection to anthropic/claude-sonnet-5 for summaries and other text tasks.
@netlify

netlify Bot commented Jul 1, 2026

Copy link
Copy Markdown

Deploy Preview for old-char canceled.

Name Link
🔨 Latest commit 7217dde
🔍 Latest deploy log https://app.netlify.com/projects/old-char/deploys/6a4474c67ee75000088d536b

@ComputelessComputer ComputelessComputer merged commit 0a6592c into main Jul 1, 2026
10 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant