product updateAnthropic

Cline v4.0.5 Adds Claude Sonnet 3.5 Support Across 7 API Providers

TL;DR

Cline, the VSCode AI coding assistant, released v4.0.5 with support for Anthropic's Claude Sonnet 3.5 across seven API providers. The update includes model picker integration and pricing corrections for the model.

1 min read
0

Cline v4.0.5 Adds Claude Sonnet 3.5 Support Across 7 API Providers

Cline, the open-source VSCode AI coding assistant, released v4.0.5 on June 30, 2024, adding support for Anthropic's Claude Sonnet 3.5 across multiple API providers.

What Changed

The update adds Claude Sonnet 3.5 integration to seven providers:

  • Anthropic direct API
  • AWS Bedrock
  • Google Cloud Vertex AI
  • Claude Code
  • SAP AI Core
  • OpenRouter
  • Vercel AI Gateway

The release also includes model picker updates and corrections to Claude Sonnet 3.5 pricing information within the extension.

Technical Details

Cline is a VSCode extension that provides AI-powered coding assistance through multiple LLM providers. The extension allows developers to switch between different API providers while using the same underlying models.

The pricing fix mentioned in the release title (pull request #12009) suggests the extension previously displayed incorrect per-token costs for Claude Sonnet 3.5. The specific pricing values were not disclosed in the release notes.

What This Means

This update expands Claude Sonnet 3.5 availability for developers using Cline, particularly those who access Anthropic's models through enterprise cloud platforms like AWS Bedrock or Google Cloud Vertex AI rather than Anthropic's direct API. The multi-provider support gives teams flexibility in how they route and pay for API access based on existing cloud infrastructure and cost optimization strategies.

The pricing correction indicates Cline maintains its own pricing database for cost estimates, which may differ from real-time provider rates. Developers should verify actual costs with their chosen provider.

Full changelog available at: https://github.com/cline/cline/compare/v4.0.4...v4.0.5

Related Articles

changelog

Anthropic reverses course, makes Claude Fable 5 permanent on subscription plans

Anthropic announced July 18 that Claude Fable 5 will remain available on subscription plans, reversing its previous decision to make the model API-only. Max and Team Premium subscribers will receive access at 50% of standard limits starting July 20, while Pro and Team Standard users get a one-time $100 credit.

product update

1Password launches Claude integration that injects credentials without exposing passwords to AI

1Password has released a Mac integration that allows Claude to complete browser-based login tasks without accessing user passwords. The system injects approved credentials directly into web pages while keeping secrets out of Claude's context, memory, and Anthropic's systems entirely.

product update

OpenRouter Launches Auto Router Beta: Task-Aware Model Routing Based on Community Spend

OpenRouter has released Auto Router Beta, a task-aware routing system that classifies incoming requests and automatically routes them to popular models based on community spending patterns. The router allows users to filter selections by cost-quality tradeoff preferences.

product update

Amazon Nova Act Brings Vision-Based Web Navigation to UX Testing, No Hard-Coded Scripts Required

AWS has released a cloud-deployed UX testing platform built on Amazon Nova Act, a multimodal foundation model that navigates web interfaces through visual understanding rather than hard-coded selectors. The solution processes documentation with Claude 4.5 Sonnet to generate test scenarios, executes parallel testing via ECS, and analyzes results automatically, addressing the scalability limitations of manual testing and maintenance overhead of traditional automation tools.

Comments

Loading...