Models Openai OpenAI: GPT-5.4 Mini
OP

OpenAI: GPT-5.4 Mini

openai/gpt-5.4-mini
400K tokens
Context
$0.7500/M tokens
Input
$4.50/M tokens
Output
Th3 17, 2026
Released

Mô tả

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.

Nhà cung cấp

Openai

🚀 Dùng thử ngay

Trải nghiệm OpenAI: GPT-5.4 Mini miễn phí với AI Agent trực tuyến — không cần cài đặt.

Tạo AI Agent Online →

🔑 Tích hợp qua API

Tạo API Key để gọi OpenAI: GPT-5.4 Mini từ ứng dụng của bạn qua BizCity API.

Tạo API Key →
Quickstart — cURL
curl https://bizgpt.vn/wp-json/bizcity/v1/llm/chat \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/gpt-5.4-mini",
    "messages": [{"role":"user","content":"Hello!"}]
  }'