OpenAI

    openai/gpt-5.4

    GPT-5.4 on Gatewayz: one API key, one balance, and a model id that resolves to exactly what you asked for.

    Pricing

    • Input: 2.5 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": "openai/gpt-5.4", "messages": [{"role": "user", "content": "Hello"}]}'