AvailableopenaiChat
gpt-5.2-chat

gpt-5.2-chat

gpt-5.2-chat

Pricing

Official priceCatalog priceDiscount
Input $1.23 / Output $9.80Input $1.23 / Output $9.80-

Capabilities

Tool UseVisionPrompt CacheJSON Mode
Context
128K
Max output
16K

Supported operations

Aliases

gpt-5.2-chat-latestgpt-5-2-chat

API Base

Example request

https://api.aisonar.dev
curl https://api.aisonar.dev/v1/chat/completions \
  -H "Authorization: Bearer $AI_SONAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.2-chat",
    "messages": [{"role":"user","content":"Summarize this release note"}]
  }'
gpt-5.2-chat | AI Sonar