Anthropic
Claude Sonnet 5 API
Fast frontier intelligence for real-time agents, tool use, and computer use — the everyday Claude workhorse for low-latency workflows.
AgentsTool use1M context
Call Claude Sonnet 5 in seconds
It's OpenAI-compatible. Point your existing client athttps://api.glideflowai.com/v1and set the model toclaude-sonnet-5.
curl https://api.glideflowai.com/v1/chat/completions \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"model": "claude-sonnet-5",
"messages": [{"role": "user", "content": "Hello"}]
}'