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

OpenAI: GPT-5.1 (batch)

$0.63/M input$5.00/M output
openai/gpt-5.1:batch

Description

GPT-5.1 is the latest frontier-grade model in the GPT-5 series, offering stronger general-purpose reasoning, improved instruction adherence, and a more natural conversational style compared to GPT-5. It uses adaptive 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.1:batch",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'

Modalities

Input: ImageInput: TextInput: FileOutput: Text

Pricing

Input$0.63/M
Output$5.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-5.1:batch