Models Openai OpenAI: GPT-5.4 Nano
OP

OpenAI: GPT-5.4 Nano

openai/gpt-5.4-nano
400K tokens
Context
$0.2000/M tokens
Input
$1.25/M tokens
Output
Th3 17, 2026
Released

Mô tả

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.

Nhà cung cấp

Openai

🚀 Dùng thử ngay

Trải nghiệm OpenAI: GPT-5.4 Nano 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 Nano 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-nano",
    "messages": [{"role":"user","content":"Hello!"}]
  }'