OpenAI: GPT-5.4 Mini
Chatopenai/gpt-5.4-miniGPT-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.
Kontextfenster
400K
Max. Ausgabe-Tokens
128K
Veröffentlicht
2026-03-17
Fähigkeiten
VisionFunction CallingReasoningPrompt CachingWebsuche
Verfügbare Anbieter
Azure
Unterstützte Protokolle
openaianthropic
Providers
Azure
Eingabe-Tokens
$0.75/M
Ausgabe-Tokens
$4.5/M
Cache-Lesen
$0.075/M
Websuche
$0.01/R
Protocols
openai
/v1/chat/completions/v1/responsesanthropic
Code-Beispiele
from openai import OpenAIclient = OpenAI(base_url="https://api.ofox.io/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)
Verfügbarkeit & Status
Verwandte Modelle
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.
OpenAI: GPT-5.4 Mini unterstützt ein Kontextfenster von 400K Tokens mit max. Ausgabe von 128K Tokens, was die Verarbeitung großer Dokumente und lange Konversationen ermöglicht.
Einfach Ihre Base-URL auf https://api.ofox.ai/v1 setzen und Ihren Ofox API Key verwenden. Die API ist OpenAI-kompatibel — einfach Base-URL und API Key in Ihrem bestehenden Code ändern.
OpenAI: GPT-5.4 Mini unterstützt folgende Fähigkeiten: Vision, Function Calling, Reasoning, Prompt Caching, Websuche. Zugriff auf alle Features über die einheitliche Ofox.ai API.