Models/openai/gpt-5.4-nano
openai

gpt-5.4-nano

400K context$0.20/M input$1.25/M output
openai/gpt-5.4-nano

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

Modalities

Input: FileInput: ImageInput: TextOutput: Text

Pricing

Input$0.20/M
Output$1.25/M
Context400K tokens

Model Info

Provideropenai
IDopenai/gpt-5.4-nano