Anthropic

    anthropic/claude-opus-4-8

    Claude Opus 4.8 on Gatewayz: one API key, one balance, and a model id that resolves to exactly what you asked for.

    Pricing

    • Input: 5 USD / 1M tokens
    • Output: 25 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-opus-4-8", "messages": [{"role": "user", "content": "Hello"}]}'