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.

Tarification

Paiement à l'usage

Aucun coût initial, payez uniquement ce que vous utilisez

Entrée$0.75 / M Tokens
Sortie$4.50 / M Tokens

Utilisation de l'API

Utilisez les exemples de code suivants pour intégrer notre 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)

Infos

Fournisseuropenai
Typellm

Fonctionnalités prises en charge

Entrée
TexteImage
Sortie
Texte
Contexte400,000
Sortie max128,000
Vision✓ Pris en charge
Function Calling✓ Pris en charge

Guide d'accès API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID du modèleopenai/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.

Entrée

$0.75 /M

Sortie

$4.5 /M

Contexte

400K

Sortie max.

128K

Vision

Pris en charge

Utilisation d'outils

Pris en charge

Essayez GPT 5.4 Mini sur WaveSpeedAI

Accédez à GPT 5.4 Mini via notre API unifiée — compatible OpenAI, sans démarrages à froid, prix transparents.

Ouvrir le Playground

Questions fréquentes sur GPT 5.4 Mini

Combien coûte l'API GPT 5.4 Mini ?+

Tarification sur WaveSpeedAI : $0.75 par million de tokens d'entrée et $4.50 par million de tokens de sortie. Le prompt caching et le traitement par batch sont facturés séparément et réduisent le coût effectif sur les charges longues et répétitives.

Quelle est la fenêtre de contexte de GPT 5.4 Mini ?+

GPT 5.4 Mini prend en charge jusqu'à 400K tokens de contexte et jusqu'à 128K tokens de sortie par requête.

GPT 5.4 Mini est-il compatible avec OpenAI ?+

Oui. WaveSpeedAI expose GPT 5.4 Mini via un endpoint compatible OpenAI à https://llm.wavespeed.ai/v1. Pointez le SDK officiel d'OpenAI vers cette base URL avec votre clé API WaveSpeedAI — aucune autre modification de code requise.

Comment démarrer avec GPT 5.4 Mini ?+

Connectez-vous à WaveSpeedAI, créez une clé API dans Access Keys, puis envoyez une requête à https://llm.wavespeed.ai/v1/chat/completions avec l'id du modèle affiché ci-dessus. Les nouveaux comptes reçoivent des crédits gratuits pour évaluer GPT 5.4 Mini.

APIs LLM associées