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.

料金

従量課金

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

入力$0.75 / M Tokens
出力$4.50 / 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-mini",
    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-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

対応

ツール利用

対応

WaveSpeedAIでGPT 5.4 Miniを試す

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

Playgroundを開く

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

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

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

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

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

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

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

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

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

関連 LLM API