Seedance 2.0 | Special Offer ✦ 10% OFF NOW
openai
openai/gpt-5.4-nano

openai/gpt-5.4-nano

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

Utilizzo API

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

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://llm.wavespeed.ai/v1"
)

response = client.chat.completions.create(
    model="openai/gpt-5.4-nano",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

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.

Apri Playground

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?+

Sì. WaveSpeedAI espone GPT 5.4 Nano tramite un endpoint compatibile con OpenAI all'indirizzo https://llm.wavespeed.ai/v1. Punta l'SDK ufficiale di OpenAI a questa base URL con la tua API key WaveSpeedAI — senza altre modifiche al codice.

Come si inizia con GPT 5.4 Nano?+

Accedi a WaveSpeedAI, crea una API key in Access Keys, poi invia una richiesta a https://llm.wavespeed.ai/v1/chat/completions con il model id mostrato sopra. I nuovi account ricevono crediti gratuiti per testare GPT 5.4 Nano.

API LLM correlate