OpenAI: GPT-5.2 Chat
$1.75/M input$14.00/M output
openai/gpt-5.2-chatDescription
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...
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-chat",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: FileInput: ImageInput: TextOutput: Text