Seedream 5.0 Pro ist LIVE | Jetzt im Bildgenerator testen →
openai
openai/gpt-5.4-mini

openai/gpt-5.4-mini

Veröffentlichungsdatum: 2026-03-17

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.

Preise

Pay-per-Use

Keine Vorabkosten, zahlen Sie nur, was Sie nutzen

Eingabe$0.75 / M Tokens
Ausgabe$4.50 / M Tokens
Cache Read$0.07 / M Tokens

Modell ausprobieren

openai/gpt-5.4-mini
Online
openai
Hallo! Ich bin ein hilfreicher KI-Assistent. Womit kann ich helfen?
Bereit, dieses Modell in einem lokalen Coding-Agent zu verwenden?Agent-Setup

API-Nutzung

Verwenden Sie die folgenden Codebeispiele zur Integration mit unserer 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-mini',
    messages: [{ role: 'user', content: 'Hello!' }],
  });
  console.log(response.choices[0]?.message?.content ?? '');
} catch (error) {
  console.error('LLM request failed:', error);
  process.exitCode = 1;
}

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

Eingabe

$0.75 /M

Ausgabe

$4.5 /M

Kontext

400K

Max. Ausgabe

128K

Vision

Unterstützt

Tool-Nutzung

Unterstützt

GPT 5.4 Mini auf WaveSpeedAI testen

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

Häufige Fragen zu GPT 5.4 Mini

Wie viel kostet die GPT 5.4 Mini-API?+

Preise auf WaveSpeedAI: $0.75 pro Million Input-Tokens und $4.50 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 Mini?+

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

Ist GPT 5.4 Mini OpenAI-kompatibel?+

WaveSpeedAI stellt GPT 5.4 Mini unter https://llm.wavespeed.ai/v1 über die OpenAI-kompatible Chat-Completions-Schnittstelle bereit. Bei den meisten OpenAI-SDK-Clients reichen Base-URL und API-Schlüssel; optionale Felder hängen vom Modell ab.

Wie starte ich mit GPT 5.4 Mini?+

Melden Sie sich bei WaveSpeedAI an, erstellen Sie unter Access Keys einen API-Schlüssel und senden Sie eine Anfrage mit der oben gezeigten Modell-ID an https://llm.wavespeed.ai/v1/chat/completions. Verfügbarkeit, Fähigkeiten und Preise finden Sie im aktuellen Modellkatalog.

Verwandte LLM-APIs