Models/openai

gpt-5.2-chat· Released Dec 10, 2025

openai/gpt-5.2-chat

GPT-5.2 Chat (AKA Instant) is the fast, lightweight member of the 5.2 family, optimized for low-latency chat while retaining strong general intelligence. It uses adaptive reasoning to selectively “think” on...

Input
From$1.44375/M
Output
From$11.55/M
Context
Up to 128K
Max output
Up to 16K
Modalities
FileImageTextText

Input and output show the lowest price across upstreams, for reference. Your actual prices are listed per upstream below.

Upstreams & pricing
UpstreamContextMax outputInput $/1MOutput $/1MCached input $/1M
Zenlayer AI Gateway-openai_compat (Global)From price
128K16K
$1.44375
$11.55
$0.144375

Routed in real time — you pay the listed price of whichever upstream serves your call.

How to call
curlrequest.sh
curl https://api.tkex.ai/v1/chat/completions \
  -H "Authorization: Bearer $TX_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5.2-chat",
    "messages": [
      {"role": "user", "content": "Say hello in five words."}
    ]
  }'