Anthropic
Claude Opus 4.7 API
The previous Opus flagship for hard coding, complex tool use, and long-horizon agents.
FlagshipCodingAgents
Pricing
USD per 1M tokens. No hidden markup.
Input
$3.50/ 1MPublic ref.$5
Output
$17.5/ 1MPublic ref.$25
Call Claude Opus 4.7 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toclaude-opus-4-7.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-opus-4-7",
"messages": [{"role": "user", "content": "Hello"}]
}'