Anthropic
Online
Claude 4.6 Opus
Anthropic's most powerful model. Excels at complex reasoning, analysis, nuanced content generation, and advanced coding tasks.
Model ID: tokenfast/claude-opus-4-6
Specifications
Context Window
200K tokens
Max Output
32K tokens
Input Price
$4.50 / 1M
Output Price
$22.50 / 1M
Capabilities
Chat
Code
Vision
Functions
JSON Mode
Price Comparison
See how much you save compared to official pricing.
| Metric | Official Price | Our Price | Savings |
|---|---|---|---|
| Input (per 1M tokens) | $5.00 | $4.50 | 10% off |
| Output (per 1M tokens) | $25.00 | $22.50 | 10% off |
Quick Start
Use this model via our OpenAI-compatible API endpoint.
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.yourdomain.com/v1",
apiKey: "sk-your-api-key",
});
const response = await client.chat.completions.create({
model: "tokenfast/claude-opus-4-6",
messages: [
{ role: "user", content: "Hello! What can you help me with?" },
],
max_tokens: 1024,
});
console.log(response.choices[0].message.content);Pricing Summary
Input$4.50 / 1M
Output$22.50 / 1M
Provider
Anthropic
AI safety company building reliable, interpretable, and steerable AI systems. Creator of the Claude model family.
Related Models
More from Anthropic