Models/OpenAI/OpenAI: GPT-4.1 Nano (batch)
openai

OpenAI: GPT-4.1 Nano (batch)

$0.05/M input$0.20/M output
openai/gpt-4.1-nano:batch

Description

For tasks that demand low latency, GPT‑4.1 nano is the fastest and cheapest model in the GPT-4.1 series. It delivers exceptional performance at a small size with its 1 million...

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

Modalities

Input: ImageInput: TextInput: FileOutput: Text

Pricing

Input$0.05/M
Output$0.20/M

Model Info

ProviderOpenAI
IDopenai/gpt-4.1-nano:batch