OpenAI: GPT-4.1 (batch)
$1.00/M input$4.00/M output
openai/gpt-4.1:batchDescription
GPT-4.1 is a flagship large language model optimized for advanced instruction following, real-world software engineering, and long-context reasoning. It supports a 1 million token context window and outperforms GPT-4o and...
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-4.1:batch",
"messages": [{"role": "user", "content": "Hello!"}]
}'Modalities
Input: ImageInput: TextInput: FileOutput: Text