Anthropic
anthropic/claude-sonnet-4-6
Claude Sonnet 4.6 on Gatewayz: one API key, one balance, and a model id that resolves to exactly what you asked for.
Pricing
- Input: 3 USD / 1M tokens
- Output: 15 USD / 1M tokens
Usage
curl https://api.gatewayz.ai/v1/chat/completions \
-H "Authorization: Bearer $GATEWAYZ_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model": "anthropic/claude-sonnet-4-6", "messages": [{"role": "user", "content": "Hello"}]}'