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

OpenAI: GPT-5.2 (batch)

$0.88/M input$7.00/M output
openai/gpt-5.2:batch

Description

GPT-5.2 is the latest frontier-grade model in the GPT-5 series, offering stronger agentic and long context perfomance compared to GPT-5.1. It uses adaptive reasoning to allocate computation dynamically, responding quickly...

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:batch",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: FileInput: ImageInput: TextOutput: Text

Pricing

Input$0.88/M
Output$7.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-5.2:batch