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

OpenAI: GPT-5.4 Nano (batch)

$0.10/M input$0.63/M output
openai/gpt-5.4-nano:batch

Description

GPT-5.4 nano is the most lightweight and cost-efficient variant of the GPT-5.4 family, optimized for speed-critical and high-volume tasks. It supports text and image inputs and is designed for low-latency...

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

Modalities

Input: FileInput: ImageInput: TextOutput: Text

Pricing

Input$0.10/M
Output$0.63/M

Model Info

ProviderOpenAI
IDopenai/gpt-5.4-nano:batch