Seedream 5.0 Pro уже здесь | Попробуйте в Генераторе изображений →
Войти
openai
openai/gpt-5.4-mini

openai/gpt-5.4-mini

Дата выпуска: 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.

Цены

Оплата по факту использования

Никаких авансовых платежей — платите только за то, чем пользуетесь

Ввод$0.75 / M Tokens
Вывод$4.50 / M Tokens
Cache Read$0.07 / M Tokens

Попробовать модель

openai/gpt-5.4-mini
В сети
openai
Привет! Я полезный ИИ-ассистент. Чем могу помочь?
Готовы использовать эту модель в локальном coding agent?Настройка агента

Использование API

Используйте следующие примеры кода для интеграции с нашим 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;
}

Информация

Провайдерopenai
Типllm

Поддерживаемые возможности

Ввод
ТекстИзображение
Вывод
Текст
Контекст400,000
Макс. вывод128,000
Vision✓ Поддерживается
Function Calling✓ Поддерживается

Руководство по доступу к API

Base URLhttps://llm.wavespeed.ai/v1
API Endpointchat/completions
ID моделиopenai/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.

Ввод

$0.75 /M

Вывод

$4.5 /M

Контекст

400K

Макс. вывод

128K

Vision

Поддерживается

Использование инструментов

Поддерживается

Попробуйте GPT 5.4 Mini на WaveSpeedAI

Доступ к GPT 5.4 Mini через наш единый API — совместимость с OpenAI, без холодных стартов, прозрачные цены.

Часто задаваемые вопросы о GPT 5.4 Mini

Сколько стоит GPT 5.4 Mini через API?+

Цены на WaveSpeedAI: $0.75 за миллион входных токенов и $4.50 за миллион выходных токенов. Prompt caching и batch processing тарифицируются отдельно и снижают эффективную стоимость длинных повторяющихся нагрузок.

Каково контекстное окно GPT 5.4 Mini?+

GPT 5.4 Mini поддерживает до 400K токенов контекста и до 128K токенов вывода на запрос.

Совместим ли GPT 5.4 Mini с OpenAI?+

WaveSpeedAI предоставляет GPT 5.4 Mini по адресу https://llm.wavespeed.ai/v1 через интерфейс Chat Completions, совместимый с OpenAI. В большинстве клиентов OpenAI SDK достаточно изменить base URL и API-ключ; необязательные поля зависят от модели.

Как начать работу с GPT 5.4 Mini?+

Войдите в WaveSpeedAI, создайте API-ключ в Access Keys и отправьте запрос на https://llm.wavespeed.ai/v1/chat/completions с указанным выше model id. Актуальные доступность, возможности и цены смотрите в каталоге моделей.

Связанные LLM API

GPT-5.4 Mini | OpenAI Efficient LLM API | WaveSpeedAI