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.

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.20 / M Tokens
Ausgabe$1.25 / M Tokens

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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

Anbieteropenai
Typllm

Unterstützte Funktionen

Eingabe
TextBild
Ausgabe
Text
Kontext400,000
Max. Ausgabe128,000
Vision✓ Unterstützt
Function Calling✓ Unterstützt

API-Zugriffsanleitung

Base URLhttps://llm.wavespeed.ai/v1
API-Endpunktchat/completions
Modell-IDopenai/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.

Eingabe

$0.2 /M

Ausgabe

$1.25 /M

Kontext

400K

Max. Ausgabe

128K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

GPT 5.4 Nano auf WaveSpeedAI testen

Zugriff auf GPT 5.4 Nano über unsere einheitliche API — OpenAI-kompatibel, keine Kaltstarts, transparente Preise.

Playground öffnen

Häufige Fragen zu GPT 5.4 Nano

Wie viel kostet die GPT 5.4 Nano-API?+

Preise auf WaveSpeedAI: $0.20 pro Million Input-Tokens und $1.25 pro Million Output-Tokens. Prompt-Caching und Batch-Verarbeitung werden separat berechnet und reduzieren die effektiven Kosten bei langen, sich wiederholenden Workloads.

Wie groß ist das Kontextfenster von GPT 5.4 Nano?+

GPT 5.4 Nano unterstützt bis zu 400K Kontext-Tokens und bis zu 128K Output-Tokens pro Anfrage.

Ist GPT 5.4 Nano OpenAI-kompatibel?+

Ja. WaveSpeedAI stellt GPT 5.4 Nano über einen OpenAI-kompatiblen Endpunkt unter https://llm.wavespeed.ai/v1 bereit. Richten Sie das offizielle OpenAI SDK mit Ihrem WaveSpeedAI-API-Schlüssel auf diese Base-URL — keine weiteren Codeänderungen erforderlich.

Wie starte ich mit GPT 5.4 Nano?+

Bei WaveSpeedAI anmelden, in Access Keys einen API-Schlüssel erstellen und eine Anfrage an https://llm.wavespeed.ai/v1/chat/completions mit der oben angezeigten Model-ID senden. Neue Konten erhalten kostenlose Credits, um GPT 5.4 Nano zu testen.

Verwandte LLM-APIs