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

openai/gpt-5.4-mini

400,000 context · $0.75/M input tokens · $4.50/M output tokens

GPT-5.4 mini brings the core capabilities of GPT-5.4 to a faster, more efficient model optimized for high-throughput workloads. It supports text and image inputs with strong performance across reasoning, coding, and tool use, while reducing latency and cost for large-scale deployments. The model is designed for production environments that require a balance of capability and efficiency, making it well suited for chat applications, coding assistants, and agent workflows that operate at scale. GPT-5.4 mini delivers reliable instruction following, solid multi-step reasoning, and consistent performance across diverse tasks with improved cost efficiency.

Prezzi

Pay-per-use

Nessun costo iniziale, paga solo per ciò che usi

Input$0.75 / M Tokens
Output$4.50 / 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-mini",
    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-mini

GPT 5.4 Mini API

openai/gpt-5.4-mini

GPT-5.4 mini brings the core capabilities of GPT-5.4 to a faster, more efficient model optimized for high-throughput workloads. It supports text and image inputs with strong performance across reasoning, coding, and tool use, while reducing latency and cost for large-scale deployments. The model is designed for production environments that require a balance of capability and efficiency, making it well suited for chat applications, coding assistants, and agent workflows that operate at scale. GPT-5.4 mini delivers reliable instruction following, solid multi-step reasoning, and consistent performance across diverse tasks with improved cost efficiency.

Input

$0.75 /M

Output

$4.5 /M

Contesto

400K

Output max

128K

Vision

Supportato

Uso strumenti

Supportato

Prova GPT 5.4 Mini su WaveSpeedAI

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

Apri Playground

Domande frequenti su GPT 5.4 Mini

Quanto costa GPT 5.4 Mini via API?+

Prezzi su WaveSpeedAI: $0.75 per milione di token in input e $4.50 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 Mini?+

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

GPT 5.4 Mini è compatibile con OpenAI?+

Sì. WaveSpeedAI espone GPT 5.4 Mini 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 Mini?+

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 Mini.

API LLM correlate