Router One
Back to Models

gpt-5.2

openai/gpt-5.2

chatstreamingtool_callingvision

Supported APIs

auto

Available Configurations

API Type
auto
Capabilities
chatstreamingtool_callingvision
Context Window
256K
Input
$5.00 / 1M tokens
Output
$20.00 / 1M tokens
API Type
auto
Capabilities
chatstreamingtool_calling
Context Window
256K
Input
$5.00 / 1M tokens
Output
$22.00 / 1M tokens

Quick Start

bash
curl -X POST \
  https://api.router.one/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-5.2",
    "messages": [
      {"role": "user", "content": "Hello!"}
    ]
  }'
Get API Key