OpenAI: GPT-5.5 (batch)
$2.50/M input$15.00/M output
openai/gpt-5.5:batchDescription
GPT-5.5 is OpenAI’s frontier model designed for complex professional workloads, building on GPT-5.4 with stronger reasoning, higher reliability, and improved token efficiency on hard tasks. It features a 1M+ token...
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.5:batch",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: FileInput: ImageInput: TextOutput: Text