Description
Fast-mode variant of [Opus 4.6](/anthropic/claude-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
API Usage Examples
OpenAI Compatible Endpoint
Use this endpoint with any OpenAI-compatible library. Model: Anthropic: Claude Opus 4.6 (Fast) (anthropic/claude-opus-4.6-fast)
curl https://api.ridvay.com/v1/chat/completions -H "Content-Type: application/json" -H "Authorization: Bearer YOUR_API_KEY" -d '{
"model": "anthropic/claude-opus-4.6-fast",
"messages": [
{
"role": "user",
"content": "Explain the capabilities of the Anthropic: Claude Opus 4.6 (Fast) model"
}
],
"temperature": 0.7,
"max_tokens": 1024
}'Supported Modalities
- Text
- Images
API Pricing
- Input: 30$ / 1M tokens
- Output: 150$ / 1M tokens
Token Limits
- Max Output: 128,000 tokens
- Max Context: 1,000,000 tokens
Subscription Tiers
- free
- pro
- ultimate