Back to Models

Anthropic: Claude Opus 4.6 (Fast)

anthropic/claude-opus-4.6-fast
Apr 7, 20261M context128K max output$30.00/M in · $150.00/M outReasoning

Description

Fast-mode variant of Opus 4.6 - identical capabilities with higher output speed at premium 6x pricing.

Learn more in Anthropic's docs: https://platform.claude.com/docs/en/build-with-claude/fast-mode

Specifications

Provider
anthropic
Context Length
1M
Max Output
128K
Modality
Intextimage
Outtext

Pricing

TypePrice / 1M tokens
Input$30.00
Output$150.00
Cache Read$3.00
Cache Write$37.50
Web Search$0.01 / call

Quick Start

curl https://api.ominigate.ai/v1/chat/completions \
  -H "Authorization: Bearer sk-omg-your-api-key" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "anthropic/claude-opus-4.6-fast",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'