Skip to main content
GPT 5.4 Nano is OpenAI’s smallest GPT 5.4 variant, designed for high-throughput, low-cost inference.

Model

openai/gpt-5.4-nano
ProviderOpenAI
NameGPT 5.4 Nano

Supported Endpoints

All three API formats are supported:

Example

curl -X POST https://api.unifically.com/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "openai/gpt-5.4-nano",
    "messages": [
      {"role": "user", "content": "Classify this text as positive or negative: Great product!"}
    ]
  }'