Seedream 5.0 Pro è LIVE | Prova nel Generatore di immagini →
openai
openai/gpt-5.4-nano

openai/gpt-5.4-nano

Data di rilascio: 2026-03-17

400,000 context · $0.20/M input tokens · $1.25/M output tokens

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 use cases such as classification, data extraction, ranking, and sub-agent execution. The model prioritizes responsiveness and efficiency over deep reasoning, making it ideal for pipelines that require fast, reliable outputs at scale. GPT-5.4 nano is well suited for background tasks, real-time systems, and distributed agent architectures where minimizing cost and latency is essential.

Prezzi

Pay-per-use

Nessun costo iniziale, paga solo per ciò che usi

Input$0.20 / M Tokens
Output$1.25 / M Tokens
Cache Read$0.02 / M Tokens

Prova il modello

openai/gpt-5.4-nano
Online
openai
Ciao! Sono un assistente IA utile. Come posso aiutarti?
Pronto a usare questo modello in un coding agent locale?Setup agent

Utilizzo API

Usa i seguenti esempi di codice per integrare la nostra API:

import OpenAI from 'openai';

if (!process.env.WAVESPEED_API_KEY) throw new Error('Set WAVESPEED_API_KEY');
const client = new OpenAI({
  apiKey: process.env.WAVESPEED_API_KEY,
  baseURL: 'https://llm.wavespeed.ai/v1',
  timeout: 120_000,
  maxRetries: 2,
});

try {
  const response = await client.chat.completions.create({
    model: 'openai/gpt-5.4-nano',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

Info

Provideropenai
Tipollm

Funzionalità supportate

Input
TestoImmagine
Output
Testo
Contesto400,000
Output massimo128,000
Vision✓ Supportato
Function Calling✓ Supportato

Guida all'accesso API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID modelloopenai/gpt-5.4-nano

GPT 5.4 Nano API

openai/gpt-5.4-nano

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 use cases such as classification, data extraction, ranking, and sub-agent execution. The model prioritizes responsiveness and efficiency over deep reasoning, making it ideal for pipelines that require fast, reliable outputs at scale. GPT-5.4 nano is well suited for background tasks, real-time systems, and distributed agent architectures where minimizing cost and latency is essential.

Input

$0.2 /M

Output

$1.25 /M

Contesto

400K

Output max

128K

Vision

Supportato

Uso strumenti

Supportato

Prova GPT 5.4 Nano su WaveSpeedAI

Accedi a GPT 5.4 Nano tramite la nostra API unificata — compatibile con OpenAI, senza cold start, prezzi trasparenti.

Domande frequenti su GPT 5.4 Nano

Quanto costa GPT 5.4 Nano via API?+

Prezzi su WaveSpeedAI: $0.20 per milione di token in input e $1.25 per milione di token in output. Prompt caching e batch processing sono fatturati separatamente e riducono il costo effettivo su carichi lunghi e ripetitivi.

Qual è la context window di GPT 5.4 Nano?+

GPT 5.4 Nano supporta fino a 400K token di contesto e fino a 128K token di output per richiesta.

GPT 5.4 Nano è compatibile con OpenAI?+

WaveSpeedAI espone GPT 5.4 Nano su https://llm.wavespeed.ai/v1 tramite l’interfaccia Chat Completions compatibile con OpenAI. Per la maggior parte dei client OpenAI SDK basta cambiare base URL e API key; i campi opzionali dipendono dal modello.

Come si inizia con GPT 5.4 Nano?+

Accedi a WaveSpeedAI, crea una API key in Access Keys e invia una richiesta a https://llm.wavespeed.ai/v1/chat/completions con il model id mostrato sopra. Consulta il catalogo attuale per disponibilità, funzionalità e prezzi.

API LLM correlate

GPT-5.4 Nano | OpenAI Fastest & Cheapest LLM API | WaveSpeedAI