Anthropic launched Claude Opus 4.7 on April 16, 2026. The new Opus release improves advanced software engineering, long-running agentic work, instruction following, higher-resolution vision, and professional output quality across interfaces, slides, and docs. Base pricing stays at $5 per million input tokens and $25 per million output tokens.
Claude Opus 4.7 is now available in the Commet AI model catalog. Define a margin, track usage with the SDK, and Commet handles the rest.
await commet.usage.track({
externalId: "org_123",
feature: "ai_generation",
model: "anthropic/claude-opus-4-7",
inputTokens: 1200,
outputTokens: 450,
});See the AI token billing guide: AI Token Billing.