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

openai/gpt-5.4-nano

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

API 利用

以下のコード例を使用して 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-nano",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)

print(response.choices[0].message.content)

情報

プロバイダー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互換、コールドスタートなし、透明な料金。

Playgroundを開く

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 は OpenAI 互換エンドポイント https://llm.wavespeed.ai/v1 で GPT 5.4 Nano を提供します。公式 OpenAI SDK のベース URL をこちらに変更し WaveSpeedAI の API キーを設定するだけで利用可能です。

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

WaveSpeedAI にサインインし、Access Keys で API キーを作成して、上に表示されているモデル ID を指定して https://llm.wavespeed.ai/v1/chat/completions にリクエストを送信してください。新規アカウントには GPT 5.4 Nano を試用できる無料クレジットが付与されます。

関連 LLM API