OpenAI

OpenAI: GPT-5.4 Mini

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

400K kontextfenster
128K max. ausgabe-tokens
Veröffentlicht: 2026-03-17
Unterstützte Protokolle:OpenAIopenai
Verfügbare Anbieter:AzureAzure
Fähigkeiten:VisionFunction CallingReasoningPrompt CachingWebsuche

Preise

TypPreis
Eingabe-Tokens$0.75/M
Ausgabe-Tokens$4.5/M
Cache-Lesen$0.075/M
Websuche$0.01/R

Code-Beispiele

from openai import OpenAI
client = OpenAI(
base_url="https://api.ofox.ai/v1",
api_key="YOUR_OFOX_API_KEY",
)
response = client.chat.completions.create(
model="openai/gpt-5.4-mini",
messages=[
{"role": "user", "content": "Hello!"}
],
)
print(response.choices[0].message.content)

Häufig gestellte Fragen

OpenAI: GPT-5.4 Mini auf Ofox.ai kostet $0.75/M pro Million Eingabe-Tokens und $4.5/M pro Million Ausgabe-Tokens. Pay-as-you-go, keine monatlichen Gebühren.

Discord

Treten Sie unserem Discord-Server bei

Discord