Seedream 5.0 Pro 提供開始 | 画像ジェネレーターで試す →
openai
openai/gpt-5.4-nano

openai/gpt-5.4-nano

リリース日: 2026-03-17

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.

料金

従量課金

初期費用なし、使った分だけお支払い

入力$0.20 / M Tokens
出力$1.25 / M Tokens
Cache Read$0.02 / M Tokens

モデルを試す

openai/gpt-5.4-nano
オンライン
openai
こんにちは!お手伝いできるAIアシスタントです。何かお手伝いできることはありますか?
このモデルをローカル coding agent で使いますか?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-nano',
    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 エンドポイントchat/completions
モデル 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.

入力

$0.2 /M

出力

$1.25 /M

コンテキスト

400K

最大出力

128K

Vision

対応

ツール利用

対応

WaveSpeedAIでGPT 5.4 Nanoを試す

統合APIを通じてGPT 5.4 Nanoにアクセス — OpenAI互換、コールドスタートなし、透明な料金。

GPT 5.4 Nanoに関するよくある質問

GPT 5.4 Nano API の料金はいくらですか?+

WaveSpeedAI の料金: 入力 100 万トークンあたり $0.20、出力 100 万トークンあたり $1.25。プロンプトキャッシュとバッチ処理は別途料金で、長く反復的なワークロードでは実効コストを下げられます。

GPT 5.4 Nano のコンテキストウィンドウはどのくらいですか?+

GPT 5.4 Nano はリクエストあたり最大 400K のコンテキストトークンと最大 128K の出力トークンをサポートします。

GPT 5.4 Nano は OpenAI 互換ですか?+

WaveSpeedAI は https://llm.wavespeed.ai/v1 の OpenAI 互換 Chat Completions インターフェースで GPT 5.4 Nano を提供します。多くの OpenAI SDK クライアントはベース URL と API キーの変更で利用できますが、オプション項目はモデルごとに異なります。

GPT 5.4 Nano を使い始めるには?+

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されたモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。提供状況、機能、料金は最新のモデルカタログで確認してください。

関連 LLM API

GPT-5.4 Nano | OpenAI Fastest & Cheapest LLM API | WaveSpeedAI