Anthropic
Claude Opus 4.6 Thinking API
Claude Opus 4.6 with extended thinking for deeper multi-step reasoning.
FlagshipReasoningThinking
Pricing
USD per 1M tokens. No hidden markup.
Input
$3.88/ 1MPublic ref.$5
Output
$19.38/ 1MPublic ref.$25
Call Claude Opus 4.6 Thinking in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toclaude-opus-4-6-thinking.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-6-thinking",
"messages": [{"role": "user", "content": "Hello"}]
}'