Back to catalog
Anthropic
Try in PlaygroundClaude Sonnet 4.6
anthropic/claude-sonnet-4.6
Balanced performance for production workloads.
Context window
500Ktokens
Input price
$3.00/ 1M tokens
Output price
$15.00/ 1M tokens
P50 latency
410ms
Quick start
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.luminet.ai/v1",
apiKey: process.env.LUMINET_API_KEY,
});
const resp = await client.chat.completions.create({
model: "anthropic/claude-sonnet-4.6",
messages: [{ role: "user", content: "Hello!" }],
});Capabilities
textvisioncode
Throughput: 88 tok/s · Released 2026-02