← All models
Anthropic logo

Claude Sonnet 4.6

Chat

anthropic:claude-sonnet-4.6

Added February 17, 2026

Claude Sonnet 4.6 is Anthropic's current flagship model for most usecases. It is a full upgrade over Sonnet 4.5 across coding, agents, and long-context reasoning.

Usage

import OpenAI from "openai";

const client = new OpenAI({
    baseURL: "https://api.tributary.cc/openai/v1",
    apiKey: "<TRIBUTARY_API_KEY>",
});

const completion = await client.chat.completions.create({
    model: "anthropic:claude-sonnet-4.6",
    messages: [
        { role: "user", content: "Hello!" }
    ],
});

console.log(completion.choices[0].message.content);

Providers

Provider Model Context Output Input $/M Output $/M
Anthropic claude-sonnet-4-6 200K 128K $3.00 $15.00
Context/output in tokens. Prices in USD per 1M tokens.