Models/OpenAI/gpt-4.1
openai

gpt-4.1

$2.00/M input$8.00/M output
openai/gpt-4.1

Description

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

Modalities

Input: ImageInput: TextInput: FileOutput: Text

Pricing

Input$2.00/M
Output$8.00/M

Model Info

ProviderOpenAI
IDopenai/gpt-4.1