Models/OpenAI/OpenAI: GPT-5.2 Pro (batch)
openai

OpenAI: GPT-5.2 Pro (batch)

$10.50/M input$84.00/M output
openai/gpt-5.2-pro:batch

Description

GPT-5.2 Pro is OpenAI’s most advanced model, offering major improvements in agentic coding and long context performance over GPT-5 Pro. It is optimized for complex tasks that require step-by-step reasoning,...

Quick Start

curl https://router.tangle.tools/v1/chat/completions \
  -H "Authorization: Bearer $TANGLE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5.2-pro:batch",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: ImageInput: TextInput: FileOutput: Text

Pricing

Input$10.50/M
Output$84.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-5.2-pro:batch